
/**************************************
* Blue Colors
**************************************/

body {
background: #00248F;
}

a:link, a:visited {
color: #cc0000;
text-decoration: none;
border-bottom: thin dotted;
}

a:hover {
border-bottom: thin solid;
}

#header, #footer {
background: #6078BF;
clear:both;
}

#header, h1, h2, h3, h4 {
font-family: trebuchet, sans serif;
}

#navmenu {
font-weight:bolder;
background:#E6ECFF;}

#navmenu a {
display: block;
padding-left: 0.5em;
border: medium solid #E6ECFF;
}


#navmenu a:hover {
background:  #ffffff;
border-bottom: medium solid gray;
border-right: medium solid black;
padding-left: 0.45em;

}

#navmenu ul li {
border: thin solid gray;
}


#navmenu #currentpage a{
background: #ffffff;
border: medium solid #000000;

padding-left: .5em;
}



#boxcenter {
background: #ffffff;
border-left: 13em solid #E6ECFF;
}
