@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: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: none;
	font-style: normal;
	font-weight: bolder;
}
.oneColFixCtrHdr #container {
	width: 860px;
	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: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 1.8em;
	height: 700px;
	vertical-align: top;
	color: #333;
}

.oneColFixCtrHdr #otherContent {
	vertical-align: top;
	padding-left: 300px;
	height: 700px;
	font-size: 13px;
	padding-top: 100px;
	float: none;
	list-style-type: circle;
}

.oneColFixCtrHdr #footer {
	clear: both;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	line-height: 12px;
	word-spacing: normal;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	word-spacing: normal;
	font-style: italic;
	color: #333;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 480px;
	position: relative;
	margin-top: -300px;
	font-size: 10pt;
	line-height: 1.8em;
	border-top-style: dashed;
	border-top-width: thin;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.subnav {
	float: left;
	width: 200px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 13pt;
	font-style: normal;
	font-weight: 200;
	top: auto;
	color: #969592;
	list-style-type: none;
	word-spacing: normal;
	text-decoration: none;
	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: #C30;
	text-decoration: none;
}


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

a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C30;
}
a:hover {
	text-decoration: none;
	color: #666;
	background-image: none;
	background-color: #CCC;
}
a:active {
	text-decoration: none;
}
.unline a:link {
	color: #333;
	text-decoration: none;
	font-size: 12px;
}
.unline {
	color: #333;
	text-decoration: none;
	font-size: 12px;
	font-style: italic;
}

