@charset "UTF-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #565656;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 0.5em;
	margin-top: 60px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: none;
	font-style: normal;
	font-weight: bolder;
}
.oneColFixCtrHdr #container {
	width: 850px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 24px;
	font-weight: lighter;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	font-size: 80%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.oneColFixCtrHdr #mainContent {
	float: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 13px;
	line-height: 0.4pt;
	height: 700px;
	clear: right;
	vertical-align: top;
}

.oneColFixCtrHdr #footer {
	font-size: 120px;
	clear: left;
	padding-top: -20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
}
.subnav {
	float: left;
	width: 200px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: 14pt;
	font-style: normal;
	font-weight: 200;
	top: auto;
	color: #969592;
	list-style-type: none;
	word-spacing: normal;
	text-decoration: overline;
	font-variant: normal;
	line-height: 10pt;
}

.subnav ul
{
	list-style-type: none;
	text-align: left;
	font-size: 100%;
	vertical-align: top;
	margin: 0px;
	list-style-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.subnav li
{
	display: block;
	font-weight: lighter;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}

.subnav ul li a:hover a:visited 
{
	color: #00426a;
	text-decoration: none;
}

.subnav ul li a:visited 
{
	color: #00426a;
	text-decoration: none;
}


.subnav li.active
{
	color: #bdb6a6;
	text-decoration: none;
}

a:link {
	color: #999;
	text-decoration: overline;
}
a:visited {
	text-decoration: none;
	color: #606;
}
a:hover {
	text-decoration: line-through;
	color: #C66;
	background-image: url(images/8_red.jpg);
}
a:active {
	text-decoration: none;
}
