body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	background: #bbbaba;
	color: #333333;
}
a {
	text-decoration: none;
}
a, a:active, a:visited {
	color: #333333;
}
a:hover {
	color: #bfd630;
}
#content a, #content a:active, #content a:visited {
	border-bottom: 1px dotted #333333;
}
#content a:hover {
	border-bottom: 1px dotted #bfd630;
}
#content ul.hoverbox {
	padding-left: 90px;
	padding-right: 90px;
}
#content ul.hoverbox li a, #content ul.hoverbox li a:active, #content ul.hoverbox li a:visited, #content ul.hoverbox li a:hover {
	border-bottom: none;
}
h1 {
	font-size: 20px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.floatleft200 {
	float: left;
	min-width: 200px;
}
.floatleft300 {
	float: left;
	min-width: 300px;
}
.small {
	font-size: 9px;
}
form label {
	display: inline-block;
	min-width: 100px;
}
.form_section {
	background-color: #ffffff;
	padding: 5px;
}
.form_focused {
	background-color: #bfd630;
	color: #ffffff;
}
form input, form select, form textarea {
	margin-right: 10px;
}
form .notice {
	color: #bfd630;
}
form textarea {
	width: 300px;
	height: 250px;
}
#header {
	height: 196px;
	padding-top: 46px;
	background: url(../images/header2.gif) top left repeat-x;
	margin-bottom: 20px;
}
#logo {
	height: 196px;
	background: url(../images/header.jpg) top center no-repeat;
}
#nav {
	margin: 0 auto;
	height: 35px;
	width: 1000px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	display: block;
	float: left;
	min-width: 120px;
	max-width: 200px;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #bfd630;
	border-right: 1px solid #bbbaba;
}
#nav ul li.active {
	background-color: #ffffff;
}
#nav ul li:hover {
	background-color: #ffffff;
}
#nav a {
	display: block;
	font-size: 11px;
}
#nav a, #nav a:visited {
	color: #ffffff;
}
#nav a.active, #nav a.active:visited, #nav ul a:hover {
	color: #bfd630;
}
#content {
	margin: 0 auto;
	padding: 20px;
	width: 960px;
	background-color: #ffffff;
}
/* Hoverbox Begin */
.hoverbox {
	cursor: default;
	list-style: none;
}
.hoverbox a {
	cursor: default;
}
.hoverbox a .preview {
	display: none;
}
.hoverbox a:hover .preview {
	display: block;
	position: absolute;
	top: -44px;
	left: -45px;
	z-index: 1;
}
.hoverbox img {
	color: inherit;
	padding: 2px;
	vertical-align: top;
}
.hoverbox li {
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 0;
	position: relative;
}
.hoverbox .preview {
	border-color: #000;
	width: 200px;
	height: 200px;
}