body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #616645;
	vertical-align: top;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #667C96;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-x;
}
a:link,
li a:link {
	color: #B2763F;
	text-decoration: none;
}
a:visited,
li a:visited {
	text-decoration: none;
	color: #B2763F;
}
a:hover, 
li a:hover {
	text-decoration: underline;
	color: #E8723B;
}
a:active,
li a:active {
	text-decoration: none;
	color: #E8723B;
}

/*********** TEXT ************/

.f12_text {
	font-size: 12pt;
}
.f11_text {
	font-size: 11pt;
}
.f10_text {
	font-size: 10pt;
}
.f9_text {
	font-size: 9pt;
}
.f8_text {
	font-size: 8pt;
}
.f7_text {
	font-size: 7pt;
	font-weight: normal;
}


/***********************************************/
/* Main page divs                              */
/***********************************************/
/* mainBody and mainContainer work together to */
/* facilitate the centered design              */
/***********************************************/

#mainBody {
	position: absolute;
	height: 100%;
	margin: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
}
#mainContainer {
	width: 776px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
}
#banner {
	background-image:url(../images/bg_banner.gif);
	width: 776px;
	height:	110px;
	background-repeat:no-repeat;
}
#banner_logo {
	position: relative;
	top: 23px;
	left: 23px;
}
#greenbar {
	background-image:url(../images/bg_greenbar.gif);
	width: 776px;
	height:	5px;
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-y;
	font-size: 1pt;
}
#menubar {
	background-image:url(../images/bg_menubar.gif);
	width: 730px;
	height:	19px;
	background-repeat: repeat-y;
	padding-top: 3px;
	padding-left: 23px;
	padding-right: 23px;
	margin: 0px;
	color: #ECEFD2;
	font-size: 8pt;
}
#menubar a:link, 
#menubar a:visited,
#menubar a:hover, 
#menubar a:visited {
	color: #ECEFD2;
}
#menubar_left {
	float: left;
	display: inline;
	text-align: left;
}
/* Hides from IE5-mac \*/
* html #menubar_left {height: 1%;}
/* End hide from IE5-mac */

#menubar_right {
	float: right;
	display: inline;
	text-align: right;
	right: 0px;
}
/* Hides from IE5-mac \*/
* html #menubar_right {height: 1%;}
/* End hide from IE5-mac */

#body {
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 22px;
	padding-bottom: 22px;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-y;
}
#body_bottom {
	background-image:url(../images/bg_body_bottom.gif);
	width: 776px;
	height:	1px;
	background-repeat:no-repeat;
}
#footer {
	width: 776px;
	text-align: center;
	font-size: 8pt;
	background-image:none;
	width: 776px;
	background-repeat: no-repeat;
	margin-top: 5px;
	color: #F9FAF2;
}
#footer img {
	margin-top: 5px;
}

.statusMsg {
	background-color: #8BAA84;
	display: block;
	padding: 5px;
	border: 1px solid #002950;
	color: #ECEFD2;
	font-size: 12pt;
}
th {
	text-align: left;
}
.colHead {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #616645;
}


#textSeparatorBlue {
	padding: 10px;
	background-image: url(../images/bg_gradient_blue.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #f4f5e8;
}
#textSeparatorOlive {
	padding: 10px;
	background-image: url(../images/bg_gradient_olive.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #f4f5e8;
}
#textSeparatorOrange {
	padding: 10px;
	background-image: url(../images/bg_gradient_orange.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #f4f5e8;
}
#textSeparatorRed {
	padding: 10px;
	background-image: url(../images/bg_gradient_red.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #f4f5e8;
}
#textSeparatorLtBlue {
	padding: 10px;
	background-image: url(../images/bg_gradient_lt_blue.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #f4f5e8;
}
.featureTable {
	background-color: #F9FAF2;
	border: 1px solid #A88B6F;
}

.title {
	font-size: 14pt;
	font-weight: bold;
}
.subtitle {
	font-size: 11pt;
	font-weight: bold;
}
.keyPicLeft {
	margin-right: 20px;
	border: 1px solid #616645;
	margin-top: 18px;
}
