@charset "UTF-8";
.loginbox {
	float: right;
	width: 200px;
	text-align:center;
}
.login, .latest_users {
	padding:5px;
	text-align:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #384D3C;
}
.latest_users { font-size:12px; } 
.latest_users ul { margin:5px; padding:3px; list-style-type:none;}
.latest_users h4 {margin:0px; padding:0px; font-size:15px;} 
.latest_users p {margin:0px; padding:0px; }
ul.yearlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.yearlist li {
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/topbg.gif);
	background-repeat: repeat-x;
}
.header {
	background-image: url(../images/header.jpg);
	height: 216px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
.header h1 {
	display: none;
}
.container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -75px;
}
a {
	color: #2B4532;
}
a:visited {
	color: #4B60A0;
}
h3 {
	color: #3399CC;
}
h4 {
	color: #425342;
}
.odd{background-color: white;}
 .even{background-color: #d6ebf5;} 
 table#alttable { width:780px; border-spacing:0px;}
 .centercell { text-align:center; } 
textarea { height:180px; width:330px; }