body {
	background-color: #000000;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#homeHeader {
	background-image: url(../images/header_home.gif);
	background-repeat: no-repeat;
	float: left;
	height: 123px;
	width: 800px;
}



#wrap{
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#header {
	float: left;
	width: 800px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 123px;
}

#topNav {
	float: left;
	height: 22px;
	width: 800px;
	background-color: #5E933D;
	padding-top: 7px;
}

#topNav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 19px;
	padding-left: 19px;
}

#topNav a:hover {
	color: #A6CF8D;
	text-decoration: none;
}

#topNav ul {
	margin: 0px;
	padding: 0px;
}
#topNav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

#main {
	background-image: url(../images/main.gif);
	background-repeat: no-repeat;
	float: left;
	height: 335px;
	width: 265px;
	padding-right: 515px;
	padding-left: 20px;
	padding-top: 20px;
}


#main a{
	color: #FFFFFF;
	text-decoration: underline;
}

#main a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	float: left;
	width: 780px;
	height: 53px;
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	color: #999999;
	text-decoration: underline;
}


#bottomNav {
	float: left;
	height: 22px;
	width: 800px;
	background-color: #5E933D;
	padding-top: 7px;
}

#bottomNav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 11px;
	padding-left: 11px;
}

#bottomNav a:hover {
	color: #A6CF8D;
	text-decoration: none;
}

#bottomNav ul {
	margin: 0px;
	padding: 0px;
}
#bottomNav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#content {
	background-image: url(../images/sub_header.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #494949;
	float: left;
	width: 740px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-size: 12px;
	color: #FFFFFF;
}
#content h2 {
	color: #000000;
	font-size: 20px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: left;
	width: 245px;
	text-align: right;
	padding-top: 30px;
	padding-right: 525px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	height: 55px;
}

#content img {
	border: 10px solid #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#content a{
	color: #85B16A;
	text-decoration: none;
}

#content a:hover {
	color: #B1D19D;
	text-decoration: underline;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #85B16A;
	margin: 0px;
	padding: 0px;
}hr {
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	height: 1px;
}


.floatRight {
	float: right;
	border: 1px solid #333333;
}


.tdborder {background : #000000; color : #FFFFFF; font-weight : bold;}
.tdtitle {
	color : #FFFFFF;
	font-weight : bold;
	background-color: #5E933D;
}
.tdlabel {
	color : #FFFFFF;
	font-weight : bold;
	background-color: #666666;
}
.tddata {
	color : #000000;
	background-color: #333333;
}

.imgBorder {
	border: 1px solid #000000;
}

.imgBorder th {
	background-color: #333333;
}


.imgborder2 {
	margin-top: 0px;
	margin-right: 10px !important;
	margin-bottom: 0px;
	margin-left: 10px !important;
}