body
{
	margin: 0 0 30px 0;
	padding: 0;
	background: #FFF;
	font-size: 75%;
	font-family: "arial", "verdana", "tahoma", "georgia", "trebuchet ms";
	color: #000;
}

img
{
	border: 0;
}

#container
{
	margin: 0 auto;
	width: 900px;
}

#headercont
{
	width: 900px;
	height: 100px;
	border-bottom: 2px solid #000;
}

#headerleft
{
	float: left;
	width: 400px;
	height: 100px;
}

#headerleft h1
{
	margin: 48px 0 0 15px;
	padding: 0;
	font-size: 220%;
	font-weight: bold;
	color: #000;
	letter-spacing: -1px;
}

#headerleft h1 span
{
	color: #522E90;
	font-weight: normal;
}

#headerright
{
	float: left;
	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: #000;
	font-weight: bolder;
}

#headerright ul li a:hover
{
	text-decoration: none;
	color: #333;
}

#maincont
{
	width: 900px;
	line-height: 160%;
	padding: 15px 0 0 0;
	border-bottom: 2px solid #000;
}

#maincont ul
{
	padding: 0;
	list-style-type: none;
	text-align: left;
}

#maincont p
{
	margin: 0 15px 15px 15px;
}

#maincont p strong
{
	font-size: 140%;
}

#maincont h2, h3
{
	margin: 0 0 15px 0;
	padding: 5px 15px;
	font-size: 140%;
	font-weight: bolder;
	color: #000;
	border-bottom: 1px solid #E5E5E5;
}

#mainleft
{
	float: left;
	width: 585px;
	padding: 0 15px 0 0;
}

#mainleft img
{
	float: left;
	border: 1px solid #CDCDCD;
	padding: 5px;
	margin: 0 15px 5px 15px;
}

#mainright
{
	float: left;
	width: 285px;
	padding: 0 0 0 15px;
}

#bottom
{
	clear: both;
	width: 900px;
}

#footercont
{
	float: left;
	width: 900px;
	height: 50px;
	color: #999;
}

#footercont p
{
	margin: 0;
	padding: 15px;
}

#footercont a
{
	color: #999;
	text-decoration: none;
}

#footercont a:hover
{
	color: #333;
	text-decoration: none;
}

#footerleft
{
	float: left;
	width: 400px;
	height: 50px;
}

#footerright
{
	float: left;
	width: 500px;
	height: 50px;
	text-align: right;
}
