@charset "utf-8";
.text {color: #666666}

.subheading {
	color: #056839;
	font-weight: bold;
	font-size: medium;
}

#Content {
	height: auto;
	width: 753px;
	top: 15px;
	position: absolute;
	background-color: #FFFFFF;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #ABBED6;
	clear: both;
}
#Content #headerdiv {
	height: 117px;
	width: 753px;
	float: right;
	background-image: url(images/header.jpg);
}
#Content #navdiv {
	height: 48px;
	width: 753px;
	float: right;
	background-image: url(images/navdivbg.gif);
}


body {
	margin:0 auto;
	width:760px;
	background-color: #FFFFFF;  /* adjust width as needed */
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
#Content #navdiv img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Content #footerdiv a {
	color: #999999;
	text-decoration: none;
}

#Content #leftdiv {
	width: 7px;
	background-image: url(images/left.gif);
	height: 500px;
	float: left;
}
#Content  #bodydiv {
	width: 723px;
	float: right;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	height: auto;
	overflow: auto;
}
#Content #bodydiv img {
	border: none;
}

#Content #bodydiv #leftbody {
	width: 48%;
	float: left;
}

#Content #bodydiv #rightbody {
	width: 48%;
	float: right;
	background-color:#eeeeee;
}
#footerdiv  {
	width: 723px;
	float: right;
	color: #999999;
	font-size: 9pt;
	clear: both;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#legalformat {
	font-size: 10pt;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#standardformat   {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	color: #666666;
}
#Content  #bodydiv  #standardformat  a  {
	color: #009933;
}
