body {
	background-repeat: no-repeat;
	background-color: #999999;
}
	.thrColFixHdr #container {
	width: 1080px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/lakeBackgr.png);
	background-position: center top;
	background-repeat: no-repeat;
} 
.thrColFixHdr #header {
	height: 138px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 660px;
	background-image: url(../images/Banner_logon.jpg);
	background-repeat: no-repeat;
	margin-left: 0em;
	margin-bottom: 10px;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* 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; /* padding keeps the content of the div away from the edges */
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	margin-left: 10px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 220px;
	margin-left: 165px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.thrColFixHdr #formContent {
	margin-top: 0;
	margin-right: 0px;
	margin-left: 150px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px;
	background-color: #EBEBEB;
	background-position: center;
	padding: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #footer {
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #CCCCCC;
	text-align: center;
	font-family: Helvetica, Arial, Geneva;
	font-size: .8em;
}
.thrColFixHdr #mainContentHead {
	font-family: Helvetica, Arial, Geneva;
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #666666;
	margin-left: 160px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	font-weight: bold;
	padding-left: 20px;
	margin-right: 210px;
}
h1 {
	font-family: "Helvetica Neue Bold Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	color: #000000;
	text-align: left;
	text-indent: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	font-family: Helvetica, Arial, Geneva;
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #999999;
	text-align: left;
	padding: 0px;
	margin: 0px;
	text-indent: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000066;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bolder;
	color: #000000;
	text-align: left;
}
h5 {
	font-family: Helvetica, Arial, Geneva;
	font-size: .8em;
	text-align: left;
}
p {
	font-family: Helvetica, Arial, Geneva;
	font-size: 0.8em;
	color: #000000;
	font-weight: normal;
	text-align: left;
	text-indent: .8em;
	padding-left: 10px;
}
.inlineMainSubhead {
	color: #CCCCCC;
	font-size: 0.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.darkLogOn {
	color: #000099;
	text-align: right;
	font-family: Helvetica, Arial, Geneva;
	font-size: 0.8em;
}
.darkSubscribe {
	color: #666666;
	text-align: right;
	font-size: .8em;
}
.lightLogOn {	text-align: right;
	color: #D9C7FD;
}
.lightSubscribe {	text-align: right;
	color: #CCCCCC;
	overflow:hidden;
}
.listStyleBlack {
	font-family: Helvetica, Arial, Geneva;
	color: #000000;
	text-align: left;
	font-size: .8em;
}
.listStyleBlue {
	font-size: .9em;
	font-family: Helvetica, Arial, Geneva;
	color: #25408f;
	text-align: left;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.byline {
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
}
blockquote {
	font-style: italic;
	text-align: center;
}
.referenceLinks {
	font-family: Helvetica, Arial, Geneva;
	font-size: 0.8em;
	color: #000099;
	text-align: center;
}
.photo_credit {
	font-size: 0.6em;
	text-align: right;
}
.cutline_style {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
}
.breakout_credit {
	font-weight: bold;
	text-align: center;
	font-family: Helvetica, Arial, Geneva;
	font-size: .8em;
}
#log_on {
	margin-left: 220px;
}
#weather {
	float: left;
	margin-right: 70px;
}

