.bodyclass {
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
	background-color: #084157;
	color: #000000;
	padding-bottom: 20px;
}

#wrap {
	width: 971px;
	margin-left: auto;
	margin-right: auto;
}


#left_edge {
	float: left;
	height: 616px;
	width: 18px;
	background-image: url(/images/left_edge.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#right_edge {
	float: right;
	height: 616px;
	width: 18px;
	background-image: url(/images/right_edge.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#main {
	float: left;
	width: 934px;
	background-image: url(/images/inside_bg.png);
	background-repeat: repeat-x;
	background-color: #517988;
}

/*************************** header **************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 924px;
	height: 197px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

#header a
{
	display: block;
	height: 197px;
}

#header a span
{
	display: none;
}

#header_title {
	width: 900px;
	height: 100px;
	float: left;
	font-size: 72px;
	color: #214371;
	padding-left: 15px;
	text-transform: uppercase;
	line-height: 58px;
}

#header_link {
	width: 345px;
	height: 85px;
	float: left;
	padding-top: 15px;
	color: #c3e3dd;
	font-size: 24px;
}

#header_link a {
	text-decoration: none;
	color: #c3e3dd;
}

#header_logo {
	width: 400px;
	height: 100px;
	float: left;
	clear: both;
}

/********** breadcrumb ****************/
#breadcrumb {
	width: 500px;
	float: right;
	padding-right: 23px;
	padding-top: 40px;
	color: #00b1bf;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

#breadcrumb a {
	color: #1c3764;
	text-decoration: underline;
}

/*************************** navigation **************************/
#bar {
	width: 44px;
	height: 400px;
	float: left;
}

#nav_wrap {
	width: 934px;
	background-image: url(/images/wrapper_bg.gif);
	background-repeat: repeat-y;
	clear: both;
}

#nav_wrap.home
{
	background-image: url(/images/wrapper_home_bg.gif);
	background-repeat: repeat-y;
}

#nav_topper {
	width: 922px;
	height: 5px;
	font-size: 4px;
	background-image: url(/images/nav_topper.png);
	background-repeat: no-repeat;
	margin-left: 6px;
	clear: both;
}

#navigation
{
	float: left;
	width: 232px;
}

#navigation div img
{
	margin-top: 30px;
	margin-left: 10px;
}

#navcontainer {
	width: 232px;
	float: left;
	padding: 0px 0px 20px 0px;
	font-family: Arial, sans-serif;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	list-style: none;
	padding: 0px;
	margin: 2px 0px 2px 10px;
	font-size: 14px;
}

#navcontainer li a
{
	display: block;
	width: 202px;
	height: 23px;
	padding: 8px 10px 4px 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	background-image: url(/images/nav_inactive.png);
}

#navcontainer li a:hover,
#navcontainer li a#current
{
	background-image: url(/images/nav_active.png);
}

#navcontainer ul ul
{
	list-style: none;
	padding: 0px 0px 10px 16px;
	margin: 0px;
}

#navcontainer li li
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	font-variant: normal;
	border-bottom: none;
}

#navcontainer li li a
{
	display: block;
	width: 164px;
	text-decoration: none;
	padding: 1px 10px 1px 10px;
	color: #FFFFFF;
	font-weight: normal;
	border-bottom: none;
	background-image: none;
}

#navcontainer li li a:hover,
#navcontainer li li a#current
{
	color: #e2b24b;
	font-weight: normal;
	border-bottom: none;
	background-image: none;
}

.navbanner {
	margin-bottom: 5px;
}

/*************************** container *************************/
#container {
	width: 674px;
	float: left;
	padding: 0px 0px 20px 0px;
	margin-left: 16px;
	background-color: #FFFFFF;
}

#container.home
{
	background-color: #E1E7EB;
}

h1  {
	width: 658px;
	padding: 9px 8px;
	color: #FFFFFF;
	font-size: 16px;
	background-image: url(/images/title_bg.png);
	background-position: right;
	background-repeat: no-repeat;
}

.cbTitle {
	padding: 9px 8px;
	color: #FFFFFF;
	font-size: 16px;
	background-image: url(/images/title_bg.png);
	background-position: right;
	background-repeat: no-repeat;
}

.cbBody {
	padding: 5px;
	background-color: #FFFFFF;
}

#content
{
	width: 666px;
	padding: 4px;
}

#container.home #content
{
	width: 680px;
	padding: 0px;
}

#content div 
{
	padding: 4px;
}

#content table
{
	width: 99%;
}

/*************************************** footer ****************************************/
#footer {
	width: 935px;
	height: 70px;
	clear: both;
	background-image: url(/images/footer_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #084157;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer_logo {
	margin-top: 18px;
	margin-left: 3px;
	width: 65px;
	height: 44px;
	float: left;
	background-image: url(/images/ionl.png);
	background-repeat: no-repeat;
}

#footer_link {
	width: 460px;
	padding-left: 17px;
	padding-top: 18px;
	float: left;
}

#footer_aone {
	margin-top: 18px;
	margin-left: 3px;
	margin-right: 40px;
	width: 198px;
	height: 45px;
	float: left;
	background-image: url(/images/aone.png);
	background-repeat: no-repeat;
}

#footer_iha {
	margin-top: 18px;
	margin-left: 3px;
	width: 124px;
	height: 44px;
	float: left;
	background-image: url(/images/iha.png);
	background-repeat: no-repeat;
}

#printfooter {
	display: none;
	visibility: hidden;
}

#footer_siteviz
{
	clear: both;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	width: 105px;
	height: 26px;
	background-repeat: no-repeat;
}
