body {
	font: 100%/1.32em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333333;
	background: #e6e6e6 url(../images/75bodyBkgnd.jpg) repeat-x center top;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
html {
	overflow: -moz-scrollbars-vertical !important;
}
a:link {
	color: #27409C;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #BF1110;
	text-decoration: underline;
}
a:active {
	color: #27409C;
}
#logo {
	background: #FFFFFF;
	margin: 8px 8px 0px 0px;
	padding: 0px;
	width: 385px;
	height: 73px;
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
}
#container {
	margin: 0px auto;
	padding: 0px;
	width: 780px;
	top: 0px;
	background: #e6e6e6 url(../images/containerBkgnd.jpg) repeat-y center top;
	position: relative;
	height: 100%;
}
#mainContent {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	position: relative;
}
.leftCol {
	margin: 8px 8px 0px 6px;
	padding: 0px;
	float: left;
	width: 211px;
}
.rightCol {
	width: 500px;
	margin: 6px 5px 0px 0px;
	padding: 0px;
	float: left;
}
.rightCol ul li {
	font-size: 12px;
	line-height: 1.32em;
}

p {
	font-size: 12px;
	line-height: 1.32em;
	margin: 0px;
	padding: 0px 0px 6px;
}
.clearBoth {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 8px;
}
#footer {
	background: #e6e6e6 url(../images/footerBkgnd.jpg) no-repeat center bottom;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	height: 50px;
	width: 780px;
}
#footer p {
	font-size: 10px;
	line-height: 1.32em;
	margin: 0px;
	padding: 0px 26px;
	text-align: right;
}
