#body
{
	background: #618d98;
	text-align:center;
}
#contentOuter
{
	align: center;
	margin: 20px 0px 20px 0px;
}
#contentContainerOuter
{
	width: 792px;
	background-color: #618d98;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#contentContainerHeader
{
	background: url(./images/header.gif) no-repeat;
	height: 309px;
}
#contentContainerHeaderLinkHome
{
	padding: 32px 320px 0 298px;
}
#contentContainerHeaderLinkHome a
{
	display: block;
	width: 174px;
	height: 38px;
}
#contentContainerHeaderLinks
{
	overflow: auto;
	padding: 58px 0 0 562px;
}
#contentContainerHeaderLinkHomeButton img
{
	width: 62px;
	height: 15px;
	border: 0;
}
#contentContainerHeaderLinkContactButton img
{
	width: 83px;
	height: 15px;
	border: 0;
	margin-left: 51px;
}
#contentContainerHeaderSearch
{
	display: block;
	padding: 15Px 0 0 612Px;
	margin: 0;
}
#srch_siteKeywords
{
	color: #4a73b5;
	width: 128px;
	height: 17px;
	border: 1px solid #4a73b5;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	font-style: normal;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
#btnSearch
{
	width: 21px;
	height: 15px;
/*
	background: url(images/search_input_button.gif) no-repeat;
	margin: 3px 0 0 0;
*/
	vertical-align: top;
	border: 1px solid #4a73b5;
	border-left: 0;
	margin: 1px 0 0 0;
	padding: 0;
}
#contentContainerHeaderQuote
{
	margin-left: 582px;
	margin-top: 33px;
}
#contentContainerHeaderQuote a
{
	display: block;
	width: 156px;
	height: 30px;
}

#contentContainerContent
{
	padding-top: 18px;
	background: url(./images/content_body.gif) repeat-y;
}
#contentContainerContentNoRSS
{
	padding-top: 18px;
	background: url(./images/content_body_no_rss.gif) repeat-y;
}
.contentRSSTitle
{
	color: #eedfb6;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding: 0 14px 8px 14px;
}
.contentRSSDescription
{
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	padding: 0 14px 8px 14px;
}
.contentRSSSeparator
{
	height: 1px;
	width: 100%;
	background-color: #ffffff;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 16px;
}
.contentRSSLink
{
	display: block;
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
	padding: 0 14px 8px 14px;
	text-decoration: underline;
}
.contentRSSLink:hover
{
	color: #eedfb6;
	text-decoration: underline;
}
.contentRSSLink:visited
{
	color: #eedfb6;
	text-decoration: underline;
}

#contentContainerFooter
{
	background: url(./images/footer.gif) no-repeat;
	height: 48px;
}
#contentContainerFooterNoRSS
{
	background: url(./images/footer_no_rss.gif) no-repeat;
	height: 48px;
}
#contentCompanyContact
{
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
	font-style: normal;
}
#contentCompanyPhone
{
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	font-style: normal;
}
#contentCopyright
{
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	position:relative;
	top: 20px;
}
#fortelogo
{
	clear: both;
	width: 177px;
	height: 57px;
	position:relative;
	top: 22px;
	left: 615px;
	margin-bottom: 32px;
	margin-left:auto;
	margin-right:auto;
}




.contentHeader {
	background: url(images/mybg.gif) no-repeat;
	height: 100px;
}

.contentCompanyName {
	color: #000080;
	font-weight: bold;
	width: 280px;
}



/**** 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 */ 