body {
	background-color: #EEE;
	background-image: url(../images/bgrd.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#divContainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#divLogo {
	height: 130px;
	width: 300px;
	float: left;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#divMenuContainer {
	height: 51px;
	width: 600px;
	float: right;
	margin-top: 47px;
}
#divTop {
	height: 143px;
	width: 900px;
}
#divMidBanner {
	height: 214px;
	width: 900px;
}
#divBody {
	width: 900px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
#divBodyRight {
	width: 568px;
	padding: 16px;
	background-color: #FFF;
}

#divBodyLeft {
	width: 300px;
	background-color: #000;
}
#divFooter {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 20px;
	text-align: center;
	clear: both;
}
a {
	color: #039;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
li {
	color: #006940;
	font-weight: bold;
}
h1 {
	color: #006940;
	font-style: normal;
	margin: 0px;
}
h2 {
	color: #000;
}
.font12 {
	font-size: 12px;
}
.trHeader {
	background-color: #7DB30D;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
.trGrey {
	background-color: #EFEFEF;
}
.divBody1Column {
	padding: 20px;
}
.liTable {
	font-size: 14px;
	font-weight: normal;
	list-style-type: circle;
	margin-left: -22px;
	color: #000;
}
.imgPage {
	border: 1px solid #000;
	padding: 6px;
	margin: 6px;
}
