.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: #555;
	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: #555;
	width: 100%;
	height: 20px;
}

#body {
	background: #1D1C56;
	text-align: center;
}

#contentOuter {
	background: url(./images/content_bg.jpg) repeat-y;
	width: 736px;
	margin: 20px auto;
	text-align: justify;
}

/* Header */
#contentContainerHeader {
	background: url(./images/header.jpg) no-repeat;
}

#contentContainerHeaderStaticMenu {
	float: right;
	margin: 20px 28px 0 0;
	height: 30px;
}

#contentContainerDynamicHeader {
	text-align: center;
	clear: both;
	padding: 0 20px 0 19px;
}


#contentMenuA {
	height: 27px;
	color: #555;
	margin: 0 20px 0 19px;
}

.contentContainerHeaderMenuItem,
.contentContainerHeaderMenuItem:hover,
.contentContainerHeaderMenuItem:visited,
.contentContainerHeaderMenuItem:active {
	font: normal 7pt Arial, Tahoma, Verdana, Sans-Serif;
	text-decoration: none;
	color: #555;
}


/* Content */
#contentContainerContent {
	margin: 0 20px 0 22px;
	overflow: hidden;
}

#contentMenuContainer {
	float: left;
	background-color: #f3f3f3;
	width: 120px;
	margin-right: 10px;
	/*border-right: 1px solid #DEDEDE;*/
	padding: 0;
}

#contentContainerHome { }

#contentContainerInterior {
	width: 560px;
	float: left;
}

/* Footer */
#contentCopyright {
	clear: both;
	background: url(./images/footer.jpg) no-repeat;
	text-align: center;
	font: normal 8pt "Trebuchet MS",Verdana,Tahoma,Arial,Sans-Serif;
	padding-top: 12px;
	height: 38px;
	color: #7c8da2;
}

#forteLogo {
	background-color: #1D1C56;
	height: 57px;
}

#forteLogo img {
	float: right;
}

.cfdebug {
	text-align: left;
}

/**** 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 */ 