.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bgndLayerHeader {
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
	position: relative;
	top: 0px;
	}
.bgndLayerBody {
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
	position: relative;
	top: 0px;
	}
.bgndLayerFooter {
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
	position: relative;
	top: 0px;
	}
.navLayer {
	z-index: 5;
	}
.footerText {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	z-index: 0;
}
.floatright {
	float: right;
	margin: 0 5px 10px 10px;
	clear: right;
	z-index: 0;
}
.bodyTextStd {
	margin-left: 5px;/*sets the left margin of the text*/
	margin-right: 5px;/*sets the right margin of the text*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	z-index: 0;
}
.bodyTextRed {
	margin-left: 5px;/*sets the left margin of the text*/
	margin-right: 5px;/*sets the right margin of the text*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	z-index: 0;
}
.bodyMajorHeading {
	margin-left: 5px;/*sets the left margin of the text*/
	margin-right: 5px;/*sets the right margin of the text*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
	z-index: 0;
}
.bodyMinorHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	z-index: 0;
	
}
.bodyMinorHeadingRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
	z-index: 0;
}
.bodyRight {
	margin-left: 145px;
	background-image: url(images/verticalbar.png);
	background-position:left;
	background-repeat:repeat-y;
	margin-top:5px;
	z-index: 0;
}
.bodyLeft {
	width: 130px;
	height: 100%;
	float: left;
	margin-left: 5px;
	clear: left;
	margin-top: 5px;
	z-index: 0;
}
.newsScroller{
	overflow: hidden;
	width: 120px;
	height: 150px;
	border: 1px solid #990000;
	padding: 5px;
	background-color: #00CC00;
	z-index: 0;
}
.newsScrollerText{
	width: 112px;
	position: absolute;
	height: 145px;
	background-color: #006699;
	overflow: hidden;
	z-index: 0;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #990000;
}

