A:link { color: #183348; text-decoration: underline; }
A:visited { color: #183348; text-decoration: underline; }
A:hover { color: #2C5C82; text-decoration: underline; }
A.name:link { color: #183348; text-decoration: underline; }
A.name:visited { color: #183348; text-decoration: underline; }
A.name:hover { color: #2C5C82; text-decoration: underline; }


.bodytext {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #0a1b44;
}
.head {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
color: #372221;
}
.head2 {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
color: #0a1b44;
}



 #navcontainer { width: 174px; }

 #navcontainer ul
 {
 margin: 0;
 padding: 0;
 list-style-type: none;
 font-size: 11.5px;
 font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
 text-align: center;
 }

 #navcontainer a
 {
 display: block;
 padding-top: 5px;
 padding-bottom: 5px;
 width: 174px;
 background-color: #0A1B44;
 border-bottom: 1px dotted #eee;
 }

 #navcontainer a:link, #navlist a:visited
 {
 color: #EEE;
 text-decoration: none;
 }

 #navcontainer a:hover
 {
 background-color: #263F81;
 color: #fff;
 }