/*
-----------------------------------------------------
INDEX.CFM ONLY - PAGE Definitions for DIV Layouts
-----------------------------------------------------
FileName:    Index.css
Version:     2006.05.01
-----------------------------------------------------
*/

body {
	background-color : #FFFFFF;
	background-image : url("/images/home_back.jpg");
	background-repeat: no-repeat;
	background-position : 2px 0px;
}
.MainContent {
	top              : 235px;
}
.FlashHeader {
	position         : absolute;
	left             : 0px;
	top              : 85px;
}
.MainSiteInfo {
	top              : 185px;
}
.MainPageContent {
	margin-top       : 90px;
}
.MainPageContent h2 {
	margin-top       : 0px;
	padding-top      : 0px;
}
.MainRightNav {
	margin-top       : 50px;
	background-image : none;
}
.MainContent {
	margin-top       : -50px;
}
.MainLeftNav {
	margin-top       : 60px;
	padding-right    : 20px;
	width            : 155px;
}
#valueCircleLinkBox {
	position         : absolute;
	top              : 280px;
	left             : 190px;
	color            : #000;
	font-size        : 85%; 
}
#valueCircleLinkBox a {
	color            : #E9BB2E;
}
#valueCircleLinkBox h3 {
	color            : #004837;
	font-family      : Arial, Verdana, Tahoma, sans-serif;
	margin           : 0px 0px -2px 0px;
	padding          : 0px 0px 0px 0px;
	font-size        : 130%;
}
#LeftNav ul {
	list-style-image : url(/images/gray_arrow_rt.gif);
	padding          : 0px 0px 0px 0px;
	margin           : 0px 0px 0px 12px;
}
#LeftNav li {
	margin           : 0px 0px 4px 0px;
}
#LeftNav li a {
	color            : #000;
	text-decoration  : underline;
}
#LeftNav a:hover {
	text-decoration  : underline;
}
#CenterNav ul {
	margin-top       : 0px;
	margin-bottom    : 0px;
}
#CenterNav a.more {
	color            : #E9BB2E;
	font-size        : 85%;
}
