@charset "iso-8859-1";
body {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 10px;
 font-weight: normal;
 margin: 0px;
 padding: 0px;
 background-color: #8A8A8A;
 color: #204378;
}

img {
 border-color : #000066;
}

img.content {
 border-color : #000066;
 border: 1px solid;
}

p {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 10px;
 font-weight: normal;
 text-align: left;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 5px;
 padding-bottom: 5px;
 margin: 0px;
 line-height: 14px;
 color: #204378;
 background-color: transparent;
 }
 
h1 {
 font-family: Arial, serif;
 font-size: 20px;
 font-weight: bold;
 text-align: center;
 color: #fff;
 font-weight: bold;
 padding-top: 5px;
 padding-bottom: 5px;
 border-bottom: 0px solid;
 border-color: #CBD5D8;
 margin: 0px;
}

h2 {
 font-family: Arial, serif;
 font-size:12px;
 color:#204378;
 font-weight: bold;
 line-height: 12px;
 padding-left: 5px;
 margin: 0px;
 }

 h3 {
 font-family: Arial, serif;
 font-size:12px;
 color:#204378;
 font-weight: bold;
 padding-top: 0px;
 padding-bottom: 0px;
 margin:0px;
 }
 
img.topright{
 border: 1px solid #000;
 align : center;
}

td{
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 10px;
 font-weight: normal;
 color: #204378;
}

td.bordercell{
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 10px;
 font-weight: normal;
 color: #000066;
 border: 1px solid #000;
}

a, a:link, a:visited {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 text-decoration: none;
 color: #204378;
 font-weight: bold;
 }


a:hover {
 color: #444444;

 }

a.botlink, a.botlink:link, a.botlink:visited {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 text-decoration: none;
 color: #fff;
 font-weight: bold;
 }

a.botlink:hover {
 color: #D2AE7B;
 }
 
a.contact, a.contact:link, a.contact:visited {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 text-decoration: none;
 color: #000066;
 font-weight: normal;
 }

a.contact:hover {
 color: #7093B8;
 }
 
ul {
	padding: 0px 0px 10px 30px;
	margin: 0px 0px 0px 0px;
	list-style-type: disc;
}

li {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 10px;
 font-weight: normal;
 line-height: 18px;
 padding-top: 5px;
 padding-bottom: 0px;
 color: #204378;
 background-color: transparent;
 }
 

.topnav {
 background-color: #339;
 background-image: url("images/topgrad.jpg");
 }
 
 .botnav {
 background-color: #339;
 background-image: url("images/botgrad.jpg");
 }

#navlist {
	position: static;
	width: 186px;
	margin: 0;
	padding: 0;
	}

#navlist ul{
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-weight: bold;
}

#navlist li { 
margin: 0; 
padding: 0; 
color: #2D1E2D;
font-weight: bold;
}

#navlist a {
font-size: 11px;
color: #000;
display: block;
padding: 5px 0px 5px 0px;
margin-right : 0px;
margin-top: 0px;
border-top: 0px;
border-right: 0px;
border-bottom: 1px solid;
border-left: 0px;
border-color: #000;
height: 21px;
width: 100%;
text-align: right;
text-decoration: none;
font-weight: normal;
background-image: url(images/navlist_up.jpg);
}

#navlist a:hover, #navlist a:active {
	margin-top: 0px;
	background-image: url(images/navlist_hover.jpg);
	background-color:#204378;
	font-weight: normal;
	color: #fff;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #333333;
	line-height: 11px;
	text-decoration: none;
}
.footer a, .footer a:link ,.footer a:active {
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 5px;
}
.footer a:hover {text-decoration: none; color: #993300}