@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #608531;	
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#copyright p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #CCFFFF;
}

#copyright a {
	text-decoration:none;
	color: #FFFF99;
}

#copyright a:hover {
	text-decoration:none;
	color: #00CCFF;
}

.oneColFixCtr #newcontainer #newheader div {
	font-family: Arial, Helvetica, sans-serif;
	
	font-weight: bold;
	color: #66FF00;
}
.oneColFixCtr #newcontainer #newheader a {
	color: #FFFF66;
	text-decoration: none;
	font-weight: bold;
}

.oneColFixCtr #newcontainer #newheader a:hover {
	color: #66FF00;
	text-decoration: none;
}

.oneColFixCtr #newcontainer #main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
}
.oneColFixCtr #newcontainer #newfooter p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
}
.oneColFixCtr #newcontainer #main h4 {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	color: #669933;
}
.oneColFixCtr #newcontainer #main h5 {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	color: #FFFF99;
}

#linksbottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
	text-align: center;
	
}

#linksbottom a {
	font-size: small;
	text-decoration:none;
	color: #99CCCC;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
}
#linksbottom a:hover {
	color: #00FF99;
}

#topmain p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 15px;
	text-align: left;
}

#topmain a {
	text-decoration: none;
}

#topmain a:hover {
	text-decoration: none;
	color: #009900;
}

.oneColFixCtr #newcontainer #topmain h3 {
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	
	color: #89B94C;
}

#main a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #339900;
	font-weight: bold;
}

#main a:hover {
color:#3366FF;
}

.oneColFixCtr #newcontainer #main li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	letter-spacing: normal;
	text-align: left;	
}
