body {
	color : Black;
	background-color : #006400;
	font-family : Arial, Helvetica, sans-serif;
}
html, body, #wrapper {
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	background-color: White;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 955px;
}
div#header {
	height : 160px;
	width : 100%;
	padding : 0px;
	margin : 0 auto;
	background-color : #EEE8AA;
	border-bottom : 2px solid #2E8B57;
}
.menu {
	height : 24px;
	width : 100%;
	background-color : #EEE8AA;
	font-size : 14px;
}
.menu a:link, .menu a:visited {
	color : Black;
	text-decoration : none;
}
.menu a:hover {
	color : Gray;
	text-decoration : underline;
}
td#menu {
	border-bottom : 1px solid #2F4F4F;
}
p {
	font-size : 12px;
	text-align : justify;
}
h1 {
	font-size : 18px;
	color : Green;
	font-style : italic;
}
h2 {
	font-size : 16px;
	color : #3CB371;
}
h3 {
	font-size: 12px;
	color: #3CB371;
}
h4 {
	font-size: 13px;
	color: #FFFFE0;
	background-color : #B8860B;
	padding : 8px 0px;
	margin : 0px;
}
ul {
	font-size : 13px;
	list-style : square;
	line-height : 150%;
}
ol {
	font-size : 13px;
	line-height : 150%;
}
.newsHd {
	font-size : 14px;
	font-weight : bold;
	color : Red;
}
.newsHd2 {
	font-size : 12px;
	font-weight : bold;
	color : Green;
}
.newsTxt {
	font-size : 11px;
	color : Gray;
}
.fineprint {
	font-size : 10px;
	color : Gray;
}
div#content {
	padding : 10px;
	height : 100%;
}
.nmBlock {
	width : 80%;
	border : 1px solid Grey;
	padding : 6px;
	text-align : left;
	background-color : #FFFFE0;
}
div#mainLeft {
	float : left;
	width : 300px;
	/*height : 286px;
	overflow : auto;*/
	padding : 12px;
	border : 1px solid #3CB371;
	margin : 0 15px 0 10px;
	background-color : #E2F6E3;
}
div#mainRight {
	float : right;
	width : 300px;
	/*height : 286px;
	overflow : auto;*/
	padding : 0px;
	border : 1px solid #D3D3D3;
	margin : 0 10px;
	background-color : #F0F9F1;
}
.mainRightCntnt {
	padding : 0 12px 2px 12px;
	margin : 0;
}
.imgBdrGreen {
	border : 1px solid Green;
}
.imgBdrOrnge {
	border :1px solid #FF8C00;
}
.tdHd {
	background-color : #B8860B;
	color : White;
	font-weight : bold;
}
.copyright {
	font-size : 10px;
	color : Silver;
	border-top : 2px solid #2E8B57;
	padding-top : 10px;
	background-color : #DDFFE4;
}
.copyright a {
	color : Silver;
	text-decoration : none;
}
.copyright a:visited {
	color : Silver;
}
.copyright a:hover {
	color : Gray;
}

