body
{
	margin: 0 0 30px 0;
	padding: 0;
	background: #FFF;
	font-size: 75%;
	font-family: "arial", "verdana", "tahoma", "georgia", "trebuchet ms";
	color: #2E2E2C;
}

#container
{
	margin: 0 auto;
	width: 1024px;
}

#headercont
{
	width: 1024px;
	height: 100px;
	border-bottom: 2px solid #39618C;
}

#headerleft
{
	float: left;
	width: 300px;
	height: 100px;
}

#headerleft h1
{
	margin: 48px 0 0 15px;
	padding: 0;
	font-size: 220%;
	font-weight: normal;
	color: #39618C;
	letter-spacing: -1px;
}

#headerleft h1 span
{
	color: #A9C3D2;
	font-weight: normal;
}

#headerleft a:link {
	text-decoration: none;
}

#login
{
	margin: 10px 20px 0 0;
	padding: 0;
	height: 23px;
	text-align: right;
	color: #CCC;
}

#headerright
{
	float: left;
	width: 724px;
	height: 100px;
}

#headerright ul
{
	margin: 45px 20px 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: #2E2E2C;
	font-weight: bold;
}

#headerright ul li a:hover
{
	text-decoration: none;
	color: #333;
}

#rightmenu ul
{
	margin: 0px 0px 10px 0;
	padding: 0;
	list-style-type: none;
	color: #CCC;
}

#rightmenu ul li a
{
	text-decoration: none;
	color: #999;
	font-weight: bold;
}

#rightmenu ul li a.active
{
	text-decoration: none;
	color: #2E2E2C;
	font-weight: bold;
}

#rightmenu ul li a:hover
{
	text-decoration: none;
	color: #333;
}

#maincont
{
	width: 1024px;
	line-height: 160%;
	padding: 15px 0 0 0;
	border-bottom: 2px solid #39618C;
}

#maincont h1 {
	color: #39618C;
}

#maincont p
{
	margin: 0 15px 15px 15px;
}

#maincont h2, h3
{
	margin: 0 0 15px 0;
	padding: 5px 15px;
	font-size: 120%;
	font-weight: normal;
	color: #39618C;
	border-bottom: 1px solid #E5E5E5;
}

#mainleft
{
	float: left;
	width: 800px;
	padding: 0 15px 0 0;
}

#mainright
{
	float: left;
	width: 194px;
	padding: 0 0 0 15px;
}

#bottom
{
	clear: both;
	width: 1024px;
}

#footercont
{
	float: left;
	width: 1024px;
	height: 50px;
	color: #999;
}

#footercont p
{
	margin: 0;
	padding: 15px;
}

#footercont a
{
	color: #999;
	text-decoration: none;
}

#footercont a:hover
{
	color: #39618C;
	text-decoration: none;
}

#footerleft
{
	float: left;
	width: 300px;
	height: 50px;
}

#footerright
{
	float: left;
	width: 500px;
	height: 50px;
	text-align: right;
}

table {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px 45px 0px 0px;
	text-align: left;
	border-collapse: collapse;
}
table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 4px 4px 4px 10px;
	background: #5480AF;
	border-top: 4px solid ##A64600;
	border-bottom: 1px solid #fff;
	color: #fff;
}
table td
{
	padding: 4px 4px 4px 10px;
	background: #EEF2F5;
	border-bottom: 1px solid #fff;
	color: #39618C;
	border-top: 1px solid transparent;
}
table tr:hover td
{
	background: #DCEAF5;
}

label.error {
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
}

.box {
	border: solid 1px;
	background-color: #f8f8ff;
}
