html {
	scrollbar-base-color: #DADBEB;
}

#htmlBody {
	position: relative;
	width: 992px;
	margin: 0px auto;
	background-image: url(img/body-background-30.jpg);
	background-repeat: no-repeat;
	height: 849px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#leftColumn {
	position: absolute;
	top: 345px;
	left: 45px;
}

#pageBody {
	position: absolute;
	top: 135px;
	left: 185px;
	width: 760px;
	height: 600px;
	overflow: auto;
}

#pageFooter {
	position: absolute;
	left: 0px;
	top: 810px;
	width: 100%;
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-size: 80%;
	background-color: transparent; /*#1C3182;*/
	color: #4169E1;
	/*border-top: 5px solid White;*/
}

#pageFooter a {
	color: #4169E1;
	text-decoration: none;
}

#pageFooter a:hover {
	font-variant: small-caps;
	font-weight: bold;
}