body {
	position:absolute;
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
	left: 50%;
	text-align: center;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center 15px;
	background-color: #FFFFFF;
}

#top_logo_bar {
	width: 800px;
	height: 40px;
	vertical-align: top;
	padding-top: 10px;
	text-align: right;
	background-color: #FFFFFF;
}

#nav_panel {
	width: 804px;
	background-color: #FFFFFF;
	height: 80px;
	margin-top:0px;
	text-align:left;
}


#nav_secondary {
	width: 800px;/* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	height: 25px;
	background-color: #2866A1;
}

#main_content {
	width: 800px;
	height: auto;
	margin-top: 1px;
	padding-top: 7px;
	background-color: #FFFFFF;
	text-align: left;
}

#main_content_column {
	width: 600px;
	height: auto;
	padding-top: 7px;
	background-color: #FFFFFF;
	text-align: left;
	float: left;
}

#right_column {
	width: 193px;
	padding-top: 7px;
	background-color: #D5E4F4;
	margin-top: 1px;
	text-align: left;
	float: left;
	clear: none;
	padding-left: 5px;
}

#features {
	clear: none;
	float: none;
	width: 800px;
	margin: 0px 0px;
	padding: 0px 0px;
	text-align:left;
}

#features #feature_main {
	background-color: #FFFFFF;
	float: left;
	height: 78px;
	width: 550px;
	clear: both;
	margin-bottom: 10px;
	vertical-align: middle;
	text-align: left;
	margin-top: 5px;
}

#features #feature_search {
	background-color: #FFFFFF;
	float: right;
	height: 75px;
	width: 225px;
	clear: none;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: right;
	vertical-align: middle;
}

#features #feature_1 {
	float: left;
	height: 132px;
	width: 265px;
	clear: both;
	margin-bottom: 10px;
	background-image: url(/images/home/bg_feature_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
}
#features #feature_2 {
	float: left;
	height: 132px;
	width: 265px;
	margin-left: 2px;
	clear: none;
	background-image: url(/images/home/bg_feature_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
}
#features #feature_3 {
	float: left;
	height: 132px;
	width: 265px;
	margin-left: 2px;
	clear: none;
	background-image: url(/images/home/bg_feature_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
}

#footer {
	width: 800px;
	height: 25px;
	vertical-align: middle;
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	clear: left;
	padding-top: 10px;
	background-image: url(/images/components/title_bar_gray_800px.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
}

#web_designer {
	width: 800px;
	height: 22px;
	vertical-align: middle;
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	clear: left;
	padding-top: 20px;
	color: #666666;
}

/* General Classes */

a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #0099FF;
}
a:active {
	color: #9B00CC;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 16px;
	color: #666666;
	display: inline;
}
h2 {
	font-size: 14px;
	color: #666666;
	display: inline;
}
h3 {
	font-size: 12px;
	color: #666666;
}

.bodyText {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.paddedText {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 10px;
}
.loginForm {
	margin-top: 5px;
	margin-left: 20px;
}
.featureHeadingBlue {
	font: bold 16px Geneva, Arial, Helvetica, sans-serif;
	color: #0066CC;
}
.featureHeading {
	font: bold 16px Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}
.featureSubHeading {
	font: bold 12px Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}


.bodyTextWhite {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	text-align: left;
	font-weight: normal;
}


.tableHeading {
	color: #FFFFFF;
	background-color: #336699;
	font-size: 11px;
	font-weight: bold;
}

/* Feature Classes */

.featureText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-position: center;
	color: #2866A1;
	margin-top: 5px;
	text-decoration: none;
	line-height: 20px;
}
#feature_main img {
	margin-right: 25px;
}

.subFeatureText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-position: center;
	color: #FFFFFF;
	height: 50px;
	text-align: center;
}

/* Top Logo Bar Classes */

#top_logo_bar .loginForm input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* Feature Classes */

#features a {
	color: #FFFFFF;
	font-size:10px;
}
#features a:link {
	color: #FFFFFF;
}

#features a:hover {
	color: #5C93ED;
}

#features a:active {
	color: #FFFFFF;
}
#features a:visited {
	color: #FFFFFF;
}


/* Footer Classes */

#footer a {
	color: #FFFFFF;
}
#footer a:link {
	color: #FFFFFF;
}

#footer a:hover {
	color: #5C93ED;
}

#footer a:active {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}

/* Web Designer */

#web_designer a {
	color: #666666;
}
#web_designer a:link {
	color: #666666;
}

#web_designer a:hover {
	color: #000099;
}

#web_designer a:active {
	color: #666666;
}
#web_designer a:visited {
	color: #666666;
}
.bodyTextBold {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.tableCell {
	color: #2866A1;
	border: 1px solid #CCCCCC;
}
.imagePadRight {
	padding-right: 20px;
}
