@charset "utf-8";
/* CSS Document */

body {
	background-color: #feffe1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align:center;
}

a, a:visited {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}

#dhtmltooltip{
	font-family:Georgia, "Times New Roman", Times, serif;
	position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
	background-color:white; border: 1px solid #CCCCCC; 
	width:300px; padding:8px;
	color:#666666; font-size:11px; line-height:1.2;
	text-align:left;
}

div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
}

div#navbar
{
	clear:both;
	margin-top:68px;
	height:33px;
	text-align:left;
	background:#8ba154 url(images/mainbar.png);
	color:#fff;
}

div#navbarbottom
{
	padding-top:5px;
	height:19px;
	color:#fff;
	background:#bdcea9 url(images/lowerbar.png);
	text-align:center;
}

div#spread
{
	width: 1000px;
	text-align: center;
}
div#bottomshadow
{
	
	clear:both;
	width:1000px;
	height:19px;
}

p.consInfo 
{
	margin:0px;
	text-align:left;
	font-size:10px;
}
a.consinfo, a.consinfo:visited {
	color:#993333;
}
a.consinfo:hover {
	color:#333333;
	text-decoration:underline;
}
