body {
	color: white;
	background: white;
	margin: 0;
	padding: 0;
	font: 16px/22px Georgia, "Times New Roman", Times, serif;
}
a {
	outline: none;
}
a img {
	border: none;
}
a,a:visited {
	color: white;
}
h1 {
	font-weight: normal;
}
h2 {
	font-size: 110%;
	font-weight: bold;
}

#container,#header,#content,#menu {
	display: block;
	position: relative;
}
#container {
	border-top: 10px solid #669900;
	/* border-bottom: 10px solid black; */
	background: white;
	padding-top: 40px;
	padding-bottom: 5px;
}
#header {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background: url(../images/headerbg.png) no-repeat right center;
}
#logo {
	margin-left: 20px;
}
#content {
	margin-left: auto;
	margin-right: auto;
	min-height:400px;
	width: 880px;
	background: #003300 url(../images/contentbg.jpg) no-repeat center top;
}
#content #shadow {
	position:absolute;
	left: -12px;
	top: 0px;
}
#contentin {
	margin-left: 20px;
	padding: 20px;
	float: left;
	width: 600px;
}
#menu, #footer, label, legend {
	font: 14px/20px Verdana, Geneva, sans-serif;
}
#menu {
	margin:0;
	padding:0;
	padding-top: 20px;
	width: 195px;
	list-style-type: none;
	float: left;
}
#menu li {
	height: 43px;
	width: 195px;
	margin-left: -12px;
}
#menu li a {
	display: block;
	width: 100%;
	padding-left: 32px;
	padding-top:6px;
	padding-bottom: 17px;
}
#menu li.select, #menu li a:hover {
	background: url(../images/menubg.gif) no-repeat left top;
}
#footer {
	width: 880px;
	margin-top:20px;
	color: black;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	font-size: 10px;
}
#footer a {
	color: black;
}
#regform {
	display: block;
	width: 240px;
	float: right;
	margin-left: 13px;
	background: #5e7f16;
}
.fright {
	float: right;
}
.highlight {
	color: #f3ff7c;
}
.clear {
	clear: both;
}

