@charset "UTF-8";
body {
	font: 75% Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
img {
	vertical-align: bottom;
}
a img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#imagebox {
	float: right;
	width: 286px;
	padding-top: 15px;
	padding-bottom: 15px;
}
p {
	margin: 0 0 1em 0;
}
#header {
	position: relative;
	margin-top: 8px;
}
#navigation {
	background: #86C654;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navbar {
	background: #86C654;
	float: left;
	width: 100%;
}
#navigation li {
	float: left;
	background: #86C654;
}
#page {
	width: 935px;
	margin-right: auto;
	margin-left: auto;
}
#navigation a {
	text-decoration: none;
	color: #FFF;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
	display: block;
	padding-left: 1em;
	width: 6em;
}
#navigation li:hover ul, #navigation li.ie6hover ul {
	left: auto;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	list-style: none;
	left: -999em;
	width: 10em;
}
#navigation ul a {
	width: 15em;
}
#navigation a:hover {
	color: #FFF;
	background: #294DA5;
}
#bottombar{
	background: url(../images/bottom_bg.jpg) repeat-x;
	height: 25px;
	padding: 9px 6px;
	clear: both;
}
#bottombar p {
	font-size: 0.8em;
	color: #FFF;
	font-weight: lighter;
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
}
#footer p {
	font-size: 0.8em;
	margin: 4px 0px 0px;
}
a {
	text-decoration: none;
	color: #3C0;
}
.highlight {
	font-weight: bold;
	color: #006;
	text-decoration: none;
}
#footer a {
	font-weight: normal;
	color: #C00;
	text-decoration: none;
}
h1 {
	font-size: 1.4em;
	color: #36F;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
#content {
	float: left;
	width: 935px;
}
#sub {
	float: right;
	width: 182px;
}
#main {
	float: left;
	padding-left: 10px;
	width: 600px;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #36F;
	text-decoration: none;
}
.answer {
	color: #060;
}
.companyinfo {
	font-size: 0.8em;
	font-style: italic;
	color: #666;
	text-decoration: none;
}

