 #navcontainer
{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	height: 15px;
}
#navcontainer UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navcontainer LI
{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#navcontainer A
{
	color: #314D31;
	display: block;
	width: auto;
	text-decoration: none;
	background: #FFF7DE;
	padding: 1px 25px;
	border-right: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#navcontainer A:hover {
	background: #FFEFBD;
	color: #314D31;
	padding-top: 1px;
	padding-bottom: 1px;

}
body {
	background-color: #263800;
	background-image: url(images/bg.gif);
	color: #314D31;
	margin: 0;
	padding: 0;
}
a {
	color: #CC3300;
	text-decoration: none;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 210px;
}
.butts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	width: 150px;
	background-color: #FFEFBD;
	border: 1px solid #FFFFFF;
}
.side {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #314D31;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC3300;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #314D31;
}
.main {
	text-align: justify;
}
.border {
	border: 1px solid #664B00;
}
