body {
	background-color: #003300;
	text-align: center;
}

body, td, th {
	color: #666633;
}

h1, h2 {
	color: #006633;
	font-size: 24px;
}

h3, h4, h5, h6 {
	color: #996633;
}

a {
  color: #336600;
}

#surround {
	width: 800px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	background-color: #DEDECA;

}

#header {
	background: url(./images/header.jpg);
	height: 125px;
	border-top: thick solid #336633;
	width: 675px;
}
.mainhead {
	font-size: 18px;
	color: #006633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}



#content {
	padding-bottom: 25px;
	padding-left: 25px;

}

#footer {
	color: #CCCCCC;
	background-color: #999966;
	border-top: thick solid #336633;
	border-bottom: thick solid #336633;
	background-image: url(./images/nav_bg.jpg);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;



}

#navcontainer {
	background-image: url(./images/nav_bg.jpg);
	border-top: thick solid #336633;
	width: 175px;
	float: left;
	margin: 15px;
	padding: 0px;
}

#menu ul {
	margin-left: 0px;
	padding-left: 0px;
}

#menu li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}

#menu a {
	width: 173px;
	display: block;
	text-align: left;
	border: 1px solid #336633;
	text-decoration: none;
	color: #336600;
	background-image: url(./images/nav_buttona.jpg);
	text-indent: 8pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	 }	 

#menu a:hover, active, visited {
	border: 1px solid #336633;
	text-decoration: underline;
	background-image: url(./images/nav_button.jpg);
	color: #CCCC66;
     }
#ad {
	float: right;
	width: 120px;

}


ul  {
  margin-left: 0px;
  padding-left: 0px;
}

li  {
  margin: 0px;
  padding: 0px;
}

.copyright {
	font-size: 12px;
}
.heading {
	font-size: 16px;
	font-weight: bold;
}
p {
	margin-left: 179px;
	margin-right: 130px;
}
table {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}

