#navcontainer
{
	width: 100%;
	float: left;
	background-color: #0A3760;
}

#navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul
{
	margin: 0;
	padding: 0 0 0 7%;
	color: #0A3760;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16 px;
	letter-spacing: 0px;
	font-weight: normal;
}

#navcontainer ul li a
{
	padding: 0.2em 12px;
	background-color: #0A3760;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#navcontainer ul li a:hover
{
	background-color: #9DCBF4;
	color: #0A3760;
}

#navlist li a:hover, #navlist li a:active
{
	color: #0A3760;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #0CF;
}




	

.hr {
	border: 1px solid #6FA7D9;
	width: 100%;
	background-color: #6FA7D9;
	
}


.Menuheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #265275;
}


.smaillText {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #000;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
}
.MediumText {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #000;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
}


.thinblueboarder {
	border: .5px solid #629CCC;
}
.thintableboarder {
	border: .5px solid #629CCC;

}

/*The new menu with grey backgrounds*/
#vertmenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	width:210px;
	
}

#vertmenu h1 {
	display: block;
	background-color:#91B6DB;
	font-size: 16px;
	padding: 3px 0 5px 3px;
	border: 1px solid #000000;
	color: #333333;
	margin: 0px;
	width:159px;
}

#vertmenu ul {
	margin: 0px;
	border: none;
	list-style-image: url(/Menu%20Buttons/list-button.png);
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	width:210px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	color: #91B6DB;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;/*	background-color: #91B6DB;*/
}
