body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #98CB99;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #930;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663;
	margin-left: 25px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-left: 75px;
}

a {
	color: #000;
	text-decoration: none;
	word-spacing: normal;
}


p {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: -5px;
	text-indent: 10px;
}

ol {
	font-weight: bold;
	margin-left: 125px;
	list-style-type: decimal;
	word-spacing: 1.0em;
}

ul {
	font-weight: bold;
	margin-left: 125px;
	list-style-type: none;
}


#topBG {
	background-color: #CBCB99;
	clear: both;
	float: left;
	height: 560px;
	width: 100%;
	display: inline;
}
#contentWrap {
	padding: 0px;
	float: left;
	height: 750px;
	width: 740px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	clear: both;
	display: inline;
}

#banner {
	display: inline;
	padding: 0px;
	height: 295px;
	width: 825px;
	margin: 0px;
}
#topBG #contentWrap #banner h1 {
	margin-left: 350px;
	clear: both;
	float: right;
	margin-top: 20px;
}
#topBG #contentWrap #content h5 {
	font-size: 14px;
	color: #900;
	display: inline;
	margin-left: 200px;
}

#navigation {
	background-color: #696;
	width: 730px;
	border: 2px solid #FFF;
	display: inline;
	clear: left;
	float: left;
	margin: 0px;
	font-size: 10px;
	color: #000;
	padding: 3px;
	font-weight: bold;
	word-spacing: 1em;
	text-indent: 5px;
}

#content {
	background-color: #FFC;
	margin: 0px;
	padding: 5px;
	width: 728px;
	border: thin solid #FFF;
	background-attachment: scroll;
	background-image: url(images/textBG.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
}

#conLeft {
	display: inline;
	width: 500px;
	float: left;
}
#conLeft img {
	padding: 0px;
	margin: 10px;
	border: 1px solid #999;
}


#conRight {
	float: right;
	width: 200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#conRight p img {
	display: inline;
	float: left;
	clear: both;
	border: 1px solid #999;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 3px;
}


#footer {
	font-size: 9px;
	color: #000;
	text-align: center;
	padding: 5px;
	width: 730px;
	clear: both;
	float: left;
}
#footer p {
	padding-top: 10px;
}
#footer img {
	margin-right: -235px;
	float: left;
	clear: both;
	margin-left: 200px;
	margin-top: 5px;
}

