@charset "utf-8";
/* CSS Document */

BODY {
	margin: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	background: url(/images/bg.gif) top center repeat-x;
}

#contentbar H1 {
	font-size: 21px;	
}

#contentbar P {
	line-height: 21px;	
	font-size: 15px;
}

#contentbar a:link, #contentbar a:active, #contentbar a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#wrapper {
	width: 980px;
	padding: 0px;
	margin: auto;
	text-align: left;
}

#header {
	clear: both;
	height: 85px;
	padding: 20px 0px 0px 5px;
	margin: 0px;
}

#header img {
	float: left;	
}

#contentbar {
	clear: both;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	height: 316px;
	background: #89c552;
	color: #fff;
}

#blurb {
	padding: 0px;
	margin: 0px;
}

#options {
	float: right;	
	width: 504px;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}

#leftpanel {
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 10px 10px;
	border-right: 1px dotted #666;
	width: 485px;
	height: 200px;
	float: left;
}

#leftpanel H2 {
	font-size: 21px;	
	color: #666;
}

#leftpanel P {
	line-height: 21px;	
	font-size: 15px;
	color: #666;
}

#leftpanel a:link, #leftpanel a:active, #leftpanel a:visited, #leftpanel a:hover{
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#rightpanel {
	width: 460px;
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

#rightpanel H2 {
	font-size: 21px;	
	color: #666;
}

#rightpanel P {
	line-height: 21px;	
	font-size: 15px;
	color: #666;
}

#rightpanel a:link, #rightpanel a:active, #rightpanel a:visited, #rightpanel a:hover{
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#logo {
	float: left;
	padding: 0px;
	margin: 0px;	
}

#menu {
	float: right;
	padding: 0px;
	margin: 46px 25px 0px 0px;
}

#menu a:link, #menu a:active, #menu a:visited, #menu a:hover {
	text-decoration: none;
	color: #fff;
}

#menu UL {
	display: inline;
	list-style: none;
	color: #fff;
	font-weight: bold;
}

#menu LI {
	float: right;	
	background: #89c552;
	padding: 10px;
	border-left: 1px solid #fff;
}

#menu LI:hover {
	background: #e1a61b;	
}

#footer {
	clear: both;
	background: #a9c4e2;
	padding: 10px;
	height: 40px;
	margin: 20px 0px 0px 0px;
}

#footer p {
	color: #fff;
	font-size: 13px;
}

.footerlinks {
	float: right;
	padding: 0px;
	margin: 0px;
}


#footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.copyright {
	float: left;
	padding: 0px;
	margin: 0px;
}