*
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #747272;
}

#mainLogoBar
{
	width: 100%;
	height: 62px;
	margin: 104px 0 0;
}

#mainLogo
{
	width: 1053px;
	height: 62px;
	margin: 0 auto;
	background:url(../images/barLogo.gif) 0 0 no-repeat;
}

#mainBodyBar
{
	width: 100%;
	height: 299px;
}

#pageTitle
{
	width: 500px;
	height: 30px;
	float: left;
	margin: 30px 0 0 530px;
	color: #009933;
}

#pageTitle h1
{
	width: 190px;
	font-size: 24px;
	font-weight: normal;
	float: left;
}
	
#pageTxt
{
	width: 375px;
	height: 40px;
	position: relative;
	float: left;
	margin: 49px 0 0 530px;
}

#pageTxt b
{
	color: #000;
	font-size: 14px;
}

#pageTxt p
{
	color: #000;
	font-size: 12px;
	padding-top: -1px;
	margin: 0 0 10px 0;
}

/* bottom area including text nav, contact and copyright info */

#botArea {
	width:1053px;
	height: 80px;
	margin: 0 auto;
	padding-left: 20px;
}

#contact {
	color: #fff;
	font-size: 14px;
	margin: -103px 0 0 370px;
	width: 450px;
	height: 20px;
}

#copyright {
	color: #CCC;
	font-size: 10px;
	margin: -16px 0 0 860px;
	width: 200px;
	height: 20px;
}

.siteLink
{
	color: #747272;
	font-size: 10px;
	text-decoration:none;
	margin: -2000px 0 0 0;
}

a.siteLink {
	color: #747272;
	text-decoration:none;
}

a.siteLink:hover {
	color: #747272;
	text-decoration:underline;
}

#content h1 span, a span, .list div.top span
{
	width:0;
	height:0;
	display:block;
	overflow:hidden;
}