﻿body
{
	margin: 0 0 30px 0;
	padding: 0;
	background: #FFF;
	font-size: 75%;
	font-family: "arial", "verdana", "tahoma", "georgia", "trebuchet ms";
	color: #666;
}

img
{
	border: 0;
}

#container
{
	margin: 0 auto;
	width: 800px;
}

#headercont
{
	width: 800px;
	height: 100px;
	border-bottom: 2px solid Green;
	padding: 10px 5px 0 0;
}

#headerleft
{
	float: left;
	width: 250px;
	height: 100px;
}

#headerleft h1
{
	margin: 48px 0 0 15px;
	padding: 0;
	font-size: 200%;
	font-weight: normal;
	color: Green;
	letter-spacing: 0px;
}

#headerleft h1 span
{
	color: #C4352F;
	font-weight: normal;
}

#headerright
{
	float: right;
	width: 500px;
	height: 100px;
}

#headerright img
{
	float:right;
	width:140px;
	height:90px;
}

#headerright ul
{
	margin: 55px 0px 50px 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: #C4352F;
	font-weight: bold;
}

#headerright ul li a:hover
{
	text-decoration: none;
	color: #333;
}

#headermenu
{
	float:right;
	width:500px;
	height:15px;
	text-align:right;
	background-position:bottom;
}

#maincont
{
	width: 800px;
	line-height: 160%;
	padding: 15px 0 0 0;
	border-bottom: 2px solid Green;
}
#maincont a
{
	color: Green;
	text-decoration: none;
}

#maincont a:hover
{
	color: #999;
	text-decoration: none;
}

#maincont p
{
	margin: 0 15px 15px 15px;
}

#maincont h2, h3
{
	margin: 0 0 15px 0;
	padding: 5px 15px;
	font-size: 120%;
	font-weight: normal;
	border-bottom: 1px solid #E5E5E5;
}

#mainleft
{
	float: left;
	width: 25%;
	padding: 0 15px 0 0;
	font-size:115%;
}

#mainleft img
{
	float: left;
	border: 1px solid #CDCDCD;
	padding: 5px;
}

#mainleftmenu
{
}

#mainleftmenu img
{
	float: left;
	padding: 5px;
	border: 0px solid #CDCDCD;
}

#mainright
{
	float: left;
	width: auto;
	padding: 0 0 0 15px;
}

#mainright h2
{
	color:Green;
	font-weight:bold;
}

#mainright p
{
	text-align:justify;
}

#mainright h5
{
	font-weight:bold;
	color:inherit;
	text-align:center;
}

#mainright th
{
	background-color:Green;
	color:White;
}

#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: Green;
	text-decoration: none;
}

#footerleft
{
	float: left;
}

#footerright
{
	text-align: right;
	padding:15px;
}

.pagetitle
{
	font-family:"Trebuchet", Verdana, Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#006105;
	text-decoration:none;
}

#mytable
{
	width: 550px;
	line-height: 160%;
	padding: 15px 0 0 0;
	float:right;
}

#col1
{
	float: left;
	padding: 0 15px 0 0;
	width: 32%;
}

#col2
{
	float: left;
	width: 32%;
}

#col3
{
	float:left;
	width: 32%;
}

#criteria
{
	width:auto;
}

#criteria_labels
{
	width:auto;
	padding:8px 10px 0 0;
	float:left;
	background:pink;
}

#criteria_controls
{
	width:200px;
	float:left;
	background:yellow;
}
