body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	background-color: #64B14C;
	
	}
#topbar {
	background-color: #421919;
	height: 10px;
	width: 100%;
}
#header {
	background-color: #64B14C;
	height: 100px;
	width: 100%;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 31px;
	font-weight: bold;
	color: #fff;
	margin:15px 0 0 15px;
	width:100%;
	display:block;
	float:left;
	text-align:center;
}
.titleinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	display:none;
}
.links {
	text-align: right;
	display: block;
	position: relative;
	width: 100%;
	padding:0 0 20px 0;
	text-align:center;
}
.links a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#421919;
	text-decoration:none;
	padding:0 15px;
	}
.links a:hover {
	color:#fff;
	text-decoration:none;
	}
#leftcol {
	padding: 20px 5px 15px 15px;
	float: left;
	height: 100%;
	width: 175px;
	position: relative;
	left: 0px;
	top: 0px;
}
.clear {
	clear: both;
}
.leftnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:block;
	font-size: 11px;
	line-height: auto;
	font-weight: bold;
	list-style-type: none;
	margin:5px 0 30px 0;
	padding:0 0 0 20px;
}
.leftnav li {
	margin: 10px 0;
}
.leftnav li {
	margin: 10px 0;
}
.leftnav li a {
	color:#421919;
	text-decoration:none;
}
.leftnav li a:hover {
	color:#fff;
	text-decoration:none;
}
#contentcontainer {
	background-color: #FFFFFF;
	text-align: left;
	display: block;
	float:left;
	position:relative;
	width:70%;
}
#flashcontainer {
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	float:center;
	position:relative;
	width:800px;
}

.content {
	padding: 20px;
	
}
h1 {
	border: 1px #666 solid;
	border-right:0;
	border-left:0;
	color:#B7704D;
	font-size:17px;
	font-weight:bold;
	padding:5px 0;
	width:auto;
	}
h2 {
	border: 1px #666 solid;
	border-right:0;
	border-left:0;
	color:#B7704D;
	font-size:15px;
	font-weight:bold;
	padding:5px 0;
	width:50%;
	}
.leftnav h2 {
	color:#fff;
	}

#footer {
	background-color: #64B14C;
	width: 100%;
	height:50px;
	}
#copyright {
	color:#fff;
	display:block;
	float:none;
	padding:20px;
	}	
#bottombar {
	background-color: #421919;
	height: 10px;
	width: 100%;
	}
p {
	line-height: 15px;
}
