BODY {
	background: #ffffff;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12pt;
	TEXT-DECORATION: none;
	scrollbar-face-color: #3672C8;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #EAEAEA;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #eaeaea;
	scrollbar-3dlight-color: #EBE8D3;
	scrollbar-darkshadow-Color: ffffff;
	margin: 0px;
	background-color: #B94C0D;
}
.text_silver{
	color: #000175;
	font-size: 13pt;
}
.text_blue{
	color: #3985A9;
}
.text_maroon{
	color: #3985A9;
}
.border{
	border: thin solid Silver;
}
.pad{
	padding:5px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #686868;
}

a:visited { 

	color: #964514;
}

a:hover { 
	color: #aeaeae;
	text-decoration: none;
}
h3{
	font-size: 14px;
	color: #3672C8;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
	text-align: left;
}

ul {
	width:718px;
	margin: 0;
	list-style: none;
	background-color: White;
}

li.midmenu {
	float: left;
	position: relative;
	width: 89px;
	
}

li ul {
	/* second-level lists */
	width: 100px;
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
	text-align: left;
	padding-left: 2px;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	}
	
.nav_bottom { /*nav row*/
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	border-bottom: 1px solid Silver;
	background-color: white;
}
li:hover ul, li.over ul {
	/* lists nested under hovered list items */
	display: block;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	border-bottom: 1px solid Silver;
	color: black;
	background-color: white;
}
.submenu{
		padding: 5px;
}
/*nav*/
.midmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.midmenu A:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
   color: #545454;
	text-decoration: none;
}
.midmenu A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #545454;
	text-decoration: none;
}
.midmenu A:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3672C8;
	text-decoration: none;
}
.midmenu A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3985a9;
}
.footer{
	background-color: #cce0ee;
	color: #964514;
	height: 30px;
	padding: 10px;
}
.top_bar{
	background-color: silver;
	margin: 0px 0px 0px 0px;
}
.side_bar{
	background-color:silver;
	width: 10px;
}
.border{
	border: 1px solid Silver;
}
.content{
	background-color: white;
	padding: 10px;
}
.color_top{
	width: 60%;
	height: 10px;
	background-color: #B94C0D;
	color: white;

}
