body
{
	margin: 0 0 30px 0;
	padding: 0;
	background: #FFF;
  font-size: 10pt;
	font-family: "arial", "verdana", "tahoma", "georgia", "trebuchet ms";
	color: #666;
}

a:link, a:visited {
  color:#96BA66;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
a:active, a.active {
  color:#AACD6C;
}
img
{
	border: 0;
}

#container
{
	margin: 0 auto;
	width: 800px;
}

#headercont
{
	width: 800px;
	height: 100px;
}

#headerleft
{
	float: left;
  width: 300px;
}

#headerleft img
{
  float: left;
  margin:10px 12px 0 0;
}
#headerleft h1
{
  font-family: Georgia,"Times New Roman",Times,serif;
	margin: 48px 0 0 15px;
	padding: 0;
	font-size: 200%;
	font-weight: normal;
	color: #96BA66;
	letter-spacing: -1px;
}
#headerleft span
{
  font-size: 12px;
}

#headerright
{
	float: right;
	width: 500px;
	height: 100px;
}

#headerright ul
{
	margin: 55px 15px 0 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	color: #CCC;
}

#headerright ul li
{
	display: inline;
	margin: 0 0 0 10px;
}

#headerright ul li a
{
	text-decoration: none;
	color: #999;
	font-weight: bold;
}

#headerright ul li a.active
{
	text-decoration: none;
	color: #566066;
	font-weight: bold;
}

#headerright ul li a:hover
{
	text-decoration: none;
	color: #333;
}

.sideblock
{
}

#maincont
{
  clear: both;
	width: 800px;
	line-height: 160%;
	padding: 0 0 15px 0;
	border-top: 2px solid #566066;
	border-bottom: 2px solid #566066;
}

#maincont p
{
	margin: 0 15px 15px 15px;
}

#maincont h2, h3
{
	margin: 0 0 15px 0;
	padding: 5px;
	font-size: 120%;
	font-weight: normal;
	color: #566066;
	border-bottom: 1px solid #E5E5E5;
}
#maincont h3 {
  font-weight: bold;
  font-size: 140%;
}

#mainleft
{
	float: left;
	width: 600px;
	padding: 0 15px 0 0;
}

#mainleft img
{
}

#mainright
{
	float: right;
	width: 140px;
	padding: 0 0 0 15px;
}

#bottom
{
	clear: both;
	width: 800px;
}

#footercont
{
	float: left;
	width: 800px;
	height: 50px;
	color: #999;
}

#footercont p
{
	margin: 0;
	padding: 15px;
}

#footercont a
{
	color: #999;
	text-decoration: none;
}

#footercont a:hover
{
	color: #566066;
	text-decoration: none;
}

#footerleft
{
	float: left;
	width: 160px;
	height: 50px;
}

#footerright
{
	float: left;
	width: 640px;
	height: 50px;
	text-align: right;
}