body{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background:#004069;
}
.top_blue{
height:101px;
background:url(images/top_blue_bg.jpg) repeat-x;
}
.logo_table{
height:100px;
}
.logo{
margin:36px 0 0 20px;
}
.top_red{
height:38px;
background:url(images/top_red_bg.jpg) repeat-x;
}
.top_gray{
height:43px;
background:url(images/top_grey_bg.jpg) repeat-x;
}
.navigation ul{
margin:0;
padding:0;
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#004069;
text-align:center;
}
.navigation ul li{
display:inline;
padding:0 14px 0 18px;
border-left:1px solid #004069;
}
.navigation ul li.noleftborder{
border-left:none;
}
.navigation ul li a{
text-decoration:none;
color:#004069;
}
.navigation ul li a:hover{
color: #CC0000;
}
.content, td.content{
padding:10px;
font-size:12px;
background:#ffffff;
}
h1{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:18px;
margin:0;
padding:0;
color:#004069;
}
.home ul{
margin:10px 0 0 22px;
padding:0;
}
.home ul li{
background:url(images/check.jpg) no-repeat left center;
padding:10px 0 10px 30px;
list-style:none;
}
.redlink{
color:#CC0000;
font-size:14px;
font-weight:bold;
padding:0 2px 0 2px;
}
.footer{
height:60px;
background:url(images/footer_bg.jpg) repeat-x;
text-align:center;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
}
.footer_navigation ul{
margin:0;
padding:0;
}
.footer_navigation ul li{
display:inline;
padding:0 14px 0 18px;
border-left:1px solid #FFFFFF;
}
.footer_navigation ul li.noleftborder{
border-left:none;
}
.footer_navigation ul li a{
text-decoration:none;
color: #FFFFFF;
}
.footer_navigation ul li a:hover{
color: #CCCCCC;
}
.footer_bottom{
background:url(images/footer_bottom.jpg) no-repeat top center;
height:60px;
}
.downloads ul{
margin:10px 0 0 20px;
padding:0;
}
.downloads ul li{
list-style:none;
padding:10px 0 10px 20px;
background:url(images/pdf.gif) no-repeat left center;
}
a, .downloads ul li a{
text-decoration:none;
color:#CC0000;
}
a:hover, .downloads ul li a:hover{
text-decoration:underline;
color:#005A91;
}

/************************************************************/
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
    border: 2px solid gray;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}