body
{
	padding: 0;
	margin: 0;
	background-image: url('../images/bnr_background.gif');
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}
form
{
	padding:none;
	margin:none;
}
.navHeader
{
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 158px;
	border-bottom: solid 1px #ffffff;
	padding: 5px;
	color: #fff;
	font-weight:bold;
	font-size:x-large;
}
.navBody
{
	position: absolute;
	top: 50px;
	left: 0;
	width: 168px;
	padding: 5px 0 0 0;
	color: #fff;
}
.navBody a
{
	font-variant: small-caps;
	font-weight: bold;
	font-size: 9pt;
	margin: 10px 0 0 10px;
	color: #ffffff;
	display: block;
	padding: 2px;
}
.navBody a:hover
{
	color: #0099ff;
	background-color: #fffffe;/*should be #ffffff (white) but IE8 bug doesn't display properly*/
}
#PageLabel
{
	font-family: Arial;
	font-size: x-large;
	font-weight: bold;
}
.contentHeader,
.contentBody,
.footer
{
	width: 980px;
}
.contentHeader
{
	float: left;
	clear: right;
	margin-left:168px;
	height: 40px;
	border-bottom: solid 1px #0099ff;
	font-weight:bold;
	color: #0099ff;
	padding: 5px;
	vertical-align: middle;
	white-space: nowrap;
}
.contentBody
{
	float: left;
	margin-left:168px;
	padding: 10px 5px 5px 5px;
}
.footer
{
	float: left;
	clear: both;
	border-top: solid 1px #0099ff;
	font-size: x-small;
	font-weight: bold;
	color: #0099ff;
	padding: 5px 0 20px 0;
	margin: 20px 0 0 168px;
	text-align: right;
}
