body {
	background-image: url(images/mainBG.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #494949;
	margin: 0px;
	padding: 0px;
}
#container {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: 100%;
	margin-bottom: 0px;
	top: 0px;
	position: relative;
	background-color: #F8CF0C;
}
#goldBody {
	background-color: #ffcf00;
	padding: 0px;
	margin: 0px;
	position: relative;
}
.top {
	background-image: url(images/topBG.gif);
	background-repeat: repeat-x;
	visibility: visible;
	margin: 0px;
	padding: 0px;
	height: 51px;
}
#navBar {
	background-image: url(images/navBG.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 44px;
}
.bodyContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
	text-align: left;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FDFFCC;
	padding: 4px;
	margin-top: 0px;
	margin-bottom: 8px;
	position: relative;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	letter-spacing: .1em;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	position: relative;
}
a.bodyContent {
	color: #00C;
	text-decoration: none;
}
a.bodyContent:hover {
	color: #000;
	background-color: #FC0;
}
a.bodyContent:visited {
	color: #00C;
	text-decoration: none;
}
.errMsg {
	color: #900;
}