.menuB_on, a.menuB_on:link, a.menuB_on:visited, a.menuB_on:hover
{
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	vertical-align: middle;
	color: #333333;
	width: 100%;
	height: 20px;
}

.menuB_off, a.menuB_off:link, a.menuB_off:visited, a.menuB_off:hover
{
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
	vertical-align: middle;
	color:#333333;
	width: 100%;
	height: 20px;
}



#body
{
	background: #DEDEDE;
	text-align: center;
}

#contentOuter
{
	text-align: left;
	margin: 20px auto;
	width: 736px;
}

#contentContainerOuter
{
	background: url(./images/header_bg.jpg) repeat-y;
	background-color: #00316e;
}


#contentContainerHeader
{
	background: url(./images/header.jpg) no-repeat;
	width: 736px;
	height: 50px;
}
#contentContainerHeaderLinkHome
{
	padding: 25px 509px 0 16px;
}

#contentContainerHeaderLinkHome a
{
	display: block;
	width: 164px;
	height: 49px;
}
#contentContainerDynamicHeaderBG
{
	background: url(./images/header_dynamic_bg.jpg) repeat-y;
	width: 736px;
}
#contentContainerDynamicHeader
{
	width: 697px;
	margin: 0 20px 0 19px;
}
#contentContainerHeaderMenuBG
{
	background: url(./images/header_dynamic_bg.jpg) repeat-y;
	width: 736px;
	text-align: center;
}
#contentMenuHorizontalWrapper
{
	width: 697px;
	background-color: #FFFFFF;
	height: 27px;
	color: #989898;
	vertical-align: middle;
	margin: 0 20px 0 19px;
	text-align: center;
}
#contentContainerHeaderStaticMenu
{
	float: right;
	width: 180px;
	margin-top: 20px;
	margin-right: 8px;
}
.contentContainerHeaderMenuItem
{
	font-family: Arial,Tahoma,Verdana,Sans-Serif;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	color: #989898;
}
.contentContainerHeaderMenuItem:hover
{
	text-decoration: none;
	color: #999898;
}
.contentContainerHeaderMenuItem:visited
{
	text-decoration: none;
	color: #999898;
}
.contentContainerHeaderMenuItem:active
{
	text-decoration: none;
	color: #999898;
}


#contentContainerContent
{
	background: #ffffff url(/images/content_bg.jpg) repeat-y;
	width: 736px;
}
#contentMenuContainer
{
	float: left;
	background-color: #ffffff;
	height: 394px;
	width: 120px;
	margin: 12px 0 12px 19px;
	border-right: 1px solid #DEDEDE;
	padding: 0;
}
#contentContainerHome
{
	float: left;
	width: 697px;
	margin: 12px 0;
	padding: 0 24px;
	position: relative;
	left: 24px;
}
#contentContainerInterior
{
	float: left;
	width: 517px;
	margin: 12px 0;
	padding: 0 24px;
	position: relative;
}

#contentContainerFooter
{
	background: url(/images/footer.jpg) no-repeat;
	width: 736px;
	height: 50px;
}
#contentCopyright
{
	color: #7c8da2;
	font-family: "Trebuchet MS",Verdana,Tahoma,Arial,Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	position:relative;
	top: 12px;
}
#contentContainerFooterLogo
{
	background-color: #DEDEDE;
	width: 736px;
}
#fortelogo
{
	width: 177px;
	height: 57px;
	float: right;
	margin: 0 0 32px 0;
}
/**** Float Containers Fix: ****/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */ 