/* CSS Document */

/* Title Bar and Main Navigation */

.layout div#header {
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
}
.layout div#title {
	background-color: #003798;
	background-image: url(../images/standard/header_bground.gif);
}
.layoutnav div#mainnav {
	background-image: url(../images/topnav/nav_bground.gif);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #797F88;
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
	border-bottom-color: #797F88;
}
.layoutsubnav div#subnav {
	background-image: url(../images/topnav/subnav_bground.gif);
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #646464;
}
/* Main Body */
.layout div#body {
	padding-left: 15px;
}
.layout div#CookieCrumbs {
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Footer Navigation and Copyright Info */
.layoutfooter div#footer {
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
}
.layoutfooter div#footernav {
	font-size: .95em;
	height: 18px;
	background-color: #CFD7E4;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #797F88;
	border-bottom-color: #797F88;
}
.layoutfooter div#copyright {
	font-size: .85em;
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
}
.layoutfooter div#footerbottom {
	position: relative;
	height: 37px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-image: url(../images/standard/footer_bground.gif);
}
.layout div#mainsplash {
	width: 100%;
}
.layout div#homebody {
	padding-left: 0px;
}
.SideNavBar #SideNavBar {
	position: relative;
	top: 0px;
	left: 0px;
	width: 190px;
}
.sidenav td {
	background-image: url(../images/sidenav/link_bground.gif);
}
.sidenav a, .sidenav a:link, .sidenav a:visited {
	font-weight: bold;
	color: #003798;
	text-decoration: none;
	background-image: url(../images/sidenav/link_bground.gif);
	display: block;
	text-indent: 12px;
	line-height: 26px;
}

.sidenav a:hover {
	font-weight: bold;
	color: #003798;
	text-decoration: none;
	background-image: url(../images/sidenav/link_over.gif);
	display: block;
	height: 26px;
	text-indent: 12px;
}
.bodycontrol table{
	width: 99%;
}
