@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background: black url(../images/background.gif) bottom no-repeat;
	margin: 0px auto;
	padding: 0px;
	width: 985px;
	text-align: center;
}

#wrapper {
	width: 985px;
	clear: both;
}

#homepagewrapper {
	width: 985px;
	clear: both;
	background: black url(../images/pagebackground.jpg) bottom no-repeat;
}

#lhs {
	text-align: left;
	width: 300px;
	height: 100%;
	float: left;
}

#rhs {
	text-align: left;
	width: 655px;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
}

.clear {
	clear: both;
}

.componentheading {
	display: none;
}
.contentpaneopen
{
	width: 985px;
}

h1 {
	font: bold 18px Verdana, Geneva, sans-serif;
}
h2 {
	font: bold italic 15px Verdana, Geneva, sans-serif;
}
p {
	font: 11px Verdana, Geneva, sans-serif;
}

a:link {
	color: #ffcc00;
	text-decoration: none;
}
a:hover {
	color: #ffcc00;
	text-decoration: underline;
}
a:active {
	color: #ffcc00;
	text-decoration: underline;
}
a:visited {
	color: #ffcc00;
	text-decoration: none;
}
