﻿@charset "utf-8";
/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #8d9eca;
text-align:center;
font-size: 80%;
}

h1 {
font-size: 120%;
}

h2 {
font-size:110%;
color:#506290;
}

h3 {
font-size:100%;
color:#506290;
}


.caption {
font-size:80%;
}

.darker{
color:#004080;
}

#homewrap {
width: 950px;
margin: 10px auto;
}

#homewrap a{
color:#FFFFFF;
text-decoration:none;
}
#homewrap a:hover{
color:#FFFFFF;
text-decoration:underline;
}

#homemast {
border-bottom: 5px solid #506290;
text-align:left;
}

#homecontent {
text-align:left;
}

#homenav {
font-family:Arial, Helvetica, sans-serif;
text-align:left;
font-size:95%;
color: #506290;
padding-bottom:30px;
background-color:#FFFFFF;
font-weight:bold;
}

#homenav a {
text-decoration:none;
color: #506290;
}
#homenav a:visited{
text-decoration:none;
color: #506290;
border-bottom: 1px dotted #506290;
}

#homenav a:hover {
text-decoration:underline;
color: #8d9eca;
}

#homenav a:active{
text-decoration:none;
color: #506290;
border-bottom: 1px dotted #506290;
}




#topnav {
font-family:Arial, Helvetica, sans-serif;
text-align:left;
font-size:85%;
color: #506290;
padding-bottom:30px;
background-color:#FFFFFF;
}

#topnav a {
text-decoration:none;
color: #506290;
}
#topnav a:visited{
text-decoration:none;
color: #506290;
border-bottom: 1px dotted #506290;
}

#topnav a:hover {
text-decoration:underline;
color: #8d9eca;
}

#topnav a:active{
text-decoration:none;
color: #506290;
border-bottom: 1px dotted #506290;
}

#hometext {
margin: 10px;
font-weight:bold;
}

#hometext a{
color: #8d9eca;
text-decoration:underline;
}

#hometext a:hover {
color: #8d9eca;
text-decoration:none;
}

.hometable td{
width: 100px;
padding: 0 5px 5px 5px;
vertical-align:top;
font-size:85%;
font-weight:bold;
}

/*------------Sub Pages---------------------*/

#contentwrapper {
width: 800px;
height:100%;
margin: 10px auto;
background-image:url(siteimages/page-slice.jpg);
background-repeat:repeat-y;
}

#masthead {
height:40px;
background-image:url(siteimages/headerlogo.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
text-align:right;
border-bottom: 5px solid #506290;
margin-right:10px;
}

#topspacer {
height:20px;
background-color:#FFFFFF;
}


#maincontent {
width:800px;
text-align:left;
margin: 10px 0 ;
}

#bottomspacer {
clear:both;
height:20px;
background-color:#FFFFFF;
}

#rhcol {
float:right;
width:240px;
color:#ffffff;
padding: 0 10px 0 5px;

}

#rhcol img {
margin:0 auto;
}

#lhcol {
width: 180px;
float:left;
}

#lhcol a{
font-size:90%;
text-decoration:underline;
color: #506290;
}

#lhcol a:hover {
text-decoration:none;
color: #8d9eca;
}


#centrecol {
margin: 0 260px 0 190px;
padding-right:10px;
}

/*-------------------------Footer ---------*/

#footer {
clear:both;
background-color:#FFFFFF;
border-top: 5px solid #506290;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
margin: 0 10px 0 0;
font-size:85%;
color: #506290;
padding-top:20px;
}

#footer a {
text-decoration:none;
color: #506290;
}
#footer a:visited{
text-decoration:none;
color: #506290;
border-bottom: 1px dotted #506290;
}

#footer a:active{
text-decoration:none;
color: #506290;
border-bottom: 1px solid #506290;
}

#footer a:hover {
text-decoration:underline;
color: #8d9eca;
}



/*------------------------------// ------------*/
.htlight {
background-color: #506290;
}

.htdark { 
background-color: #425177;
}