﻿body
{
    font-family: Trebuchet MS, Calibri, Arial;
    font-size: 16px;
    color: #969698;
    padding: 0px;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    height:100%;
    text-align:center;
}
img
{
    border: 0px;
}
.MainDiv
{
    background-color: #FFFFFF;
    display: block;
    width: 990px;
}
.SecondDiv
{
    display: block;
    bottom: 0px;
    position: relative;
    text-align: left;
    background-color: White;
    padding: 10px;
}
a
{
    border: 0px;
    border-collapse: collapse;
    text-decoration: underline;
    color: #dc291e;
    font-weight: bold;
}
a:hover
{
    color: #009a3d;
}
a.topmenu
{
    color: White;
    font-weight: bold;
    text-decoration: none;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
a:hover.topmenu
{
    color: #f78f1e;
}
a.submenu
{
    color: White;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}
a:hover.submenu
{
    color: #5a4099; /*#f78f1e;             text-decoration: underline;*/
}
a.bottommenu
{
    color: #5a4099;
    font-weight: bold;
    padding-left: 10px;
    padding-bottom: 4px;
    top: 2px;
    position: relative;
}
a:hover.bottommenu
{
    color: #f78f1e;
}
a.sidelinks
{
    color: #5a4099;
    font-weight: bold;
    padding-top: 2px;
    text-decoration: none;
    font-size: 10px;
    display: block;
}
a:hover.sidelinks
{
    color: #f78f1e;
}
h3
{
    text-align: left;
    color: #5a4099;
    text-transform: uppercase;
}
h2
{
    text-align: center;
    color: #5a4099;
    font-size: 18pt;
    font-family: Trebuchet MS; /* text-transform: uppercase; */
}
h3.blackheading
{
    text-align: center;
    color: white;
    text-transform: uppercase;
}
input.btnmedium
{
    background-image: url(       '/Images/SK-button_medium_001.jpg' );
    background-repeat: no-repeat;
    width: 75px;
    height: 24px;
    font-weight: bold;
    color: #FFFFFF;
    border: 0px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
}

