@charset "UTF-8";
/* CSS Document */

body {
	background:#FFFFFF url(../images/palegreenBG.gif) top left repeat;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #330000;
}

h1, h2, h3, h4 {
	color:#66CC00;
	font-weight:bold;
}

h1 {font-size:125%;}
h2 {font-size:115%;color:#CC9900;}
h3 {font-size:105%;}
h4 {font-size:95%}

div.mainWrapper {
	width:760px;
	margin:0 auto;
	border:#885500 1px solid;
}

td {background:#FFFFFF;}

td.Header {
	width:auto;
	height:142px;
}

/*td.sideContent {
	width:169px;
	height:auto;
	background:#FFFFFF url(../images/mainContent.jpg) top left no-repeat;
}*/

td.mainContent {
	background-color:#FFFFFF;
	padding:0px 10px;
	background:#FFFFFF;
}

td.mainContent ul li {
	list-style:none;
}

td.Footer {
	width:auto;
	height:auto;
	/*background:#FFFFFF url(../images/footer.jpg) bottom left no-repeat;*/
	background:#FFFFFF;
	padding:10px;
}

p.bottomMenu {margin:3px 0;text-align:center;}

p.bottomMenu, p.bottomMenu a:link, p.bottomMenu a:visited, p.bottomMenu a:active {
	color:#885500;
	text-decoration:none;
	font-weight:normal;
	font-size:90%;
}

p.bottomMenu a:hover {
	color:#CC9900;
	text-decoration:underline;
}
