body {
	margin-left: 50%;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	overflow-x: hidden;
}

div#container {
	position: relative;
	width:760px;
	left: -380px;
	height: auto;
	background-color: #FFFFFF;
}

div#top {
	position: absolute;
	width: 760px;
	height: 100px;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	
}

div#mainbody {
	position: absolute;
	width: 760px;
	height: auto;
	background-color: #FFFFFF;
	left: 0px;
	top:100px;
}


div#left {
	width: 200px;
	background-color: #FFFFFF;
	float:left;
}

div#left ul {
	border:0;
	margin:12px 20px 10px 1.25em;
	padding:0;
	list-style-type:none;
	border-top: 1px solid #069;
}

div#left li {
	border-bottom: 1px solid #069;
	margin:0;
	padding:.3em 0;
	text-indent:.5em;
}

div#left a { text-decoration: none; color:#000000 }
div#left a:hover { color:#CCCCCC; }



div#content {
	background-color: #FFFFFF;
	float:left;
	width: 540px;
	margin-left: 10px;
}

div#content li {
	margin:0;
	padding:.3em 0;
	text-indent:.5em;
}

div#content ul {
	border:0;
	margin:12px 20px 10px 1.25em;
	padding:0;
	list-style-type:square;
}

div#footer {
	width: 760px;
	background-color: #FFFFFF;
}

div.clearfloats { clear:both; }

p.centertext { text-align: center; }

hr {
  	color: #000066;
	background-color:#000066;
	width: 90%;
}

span.title 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

span.heading 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

a:link { color:Navy; }
a:visited { color:Navy; }
a:hover { color:Navy; }
a:active { color:Navy; }



