BODY {
	background-color: #FFFFFF;
	margin: 0px;
	height: 100%;
	width: 100%;
	padding: 0px;
}
#title {
	margin: 0px;
	padding: 0px;
	height: 49px;
	width: 100%;
	background-color: #cd3333;
}

#rightCol {
	background-color: #FFFFFF;
	vertical-align: top;
}




#content {
	background-attachment: fixed;
	background-image: url(../images/contentBG.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: top;
	margin: 8px;
	padding: 4px;
}

#navigation {
	background-image: url(../images/navBG.jpg);
	background-repeat:  repeat;
	width: 100%;
	border: none;
}
#banner {
	text-align: left;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 102px;
}
#subNavBottomRight {
	background-image: url(../images/subBottomRight.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

