@charset "UTF-8";
.headerText {
	font-weight: bold;
	font-size: 12pt;
	color: #FFC;
}
.boldText {
	font-weight: bold;
	font-size: 12pt;
}
.denseText {
	line-height: 12pt;
}
.smallText {
	font-size: 8pt;
}
.headText {
	font-size: 12pt;
}
a:link {
	color: #FF9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FC9;
}
a:hover {
	text-decoration: underline;
	color: #FF0;
}
a:active {
	text-decoration: none;
	color: #FF9;
}
.oneColFixCtrHdr #container {
	width:850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(images/Background.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #menu {
	top:0px;
	padding: 0 76px;
}
.oneColFixCtrHdr #mainContent {
	top:0px;
	padding: 0 100px;
	background-color: #333;
	background-image: url(images/Background.jpg);
	color: #CCC;
}