* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #8AAEC8;
	background-image: url(../images/bg01.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
.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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #0B3A87;
}
a:hover {
	color: #0078F0;
}

p {
	margin-bottom: 16px;
}
h1 {
	margin-bottom: 16px;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
#masthead {
	background-image: url(../images/welcome_to_big_lake.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 178px;
	width: 800px;
}
#ads {
	float: left;
	width: 484px;
}
#ads img {
	margin-top: 8px;
	margin-left: 5px;
}
#nav {
	background-image: url(../images/bg_navarea.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 800px;
	font-size: 14px;
	text-align: center;
}
#nav ul {
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	width: 726px;
}
#nav ul li {
	display: block;
	float: left;
	height: 26px;
	width: 120px;
	text-align: center;
	margin-right: 1px;
}
#nav ul li a {
	background-image: url(../images/bg_nav_roll.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 26px;
	width: 120px;
	text-decoration: none;
	color: #012b71;
	line-height: 26px;
	display: block;
}
#nav ul li a:hover {
	background-position: 0px -26px;
	color: #0757AF;
}
#breadcrumbs {
	width: 760px;
	font-size: 11px;
	padding-left: 30px;
}
#bodyarea {
	background-image: url(../images/bg_body-top.gif);
	background-repeat: no-repeat;
	width: 800px;
	background-color: #FFFFFF;
}
#content {
	margin-left: 40px;
}

#headerarea {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#headerarea  h1 {
	color: #FFFFFF;
	font-size: 36px;
	text-transform: uppercase;
}

#footer {
	color: #3c619f;
	width: 800px;
	font-size: 11px;
	padding-top: 30px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #8AAEC8;
	text-align: center;
}
.one-column {
	width: 720px;
	margin-top: 4px;
	margin-bottom: 20px;
	font-size: 13px;
}
.one-column h1 {
	font-size: 16px;
	color: #0b3a87;
	background-image: url(../images/yellow_bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding-left: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B8CEDE;
	padding-bottom: 12px;
}
.two-column {
	width: 340px;
	margin-top: 4px;
	margin-bottom: 20px;
	font-size: 12px;
	float: left;
	padding-right: 40px;
}
.two-column h1 {
	font-size: 14px;
	color: #0b3a87;
	background-image: url(../images/yellow_bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B8CEDE;
	padding-bottom: 12px;
}

.three-column {
	width: 213px;
	margin-top: 4px;
	margin-bottom: 20px;
	font-size: 12px;
	float: left;
	padding-right: 40px;
}
.three-column h1 {
	font-size: 14px;
	color: #0B3A87;
	background-image: url(../images/yellow_bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B8CEDE;
	padding-bottom: 12px;
}
#bodyarea ul li {
	background-image: url(../images/bullet-blue.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	padding-left: 13px;
	list-style-type: none;
	margin-bottom: 4px;
}

#text-sizer {
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 13px;
	float: right;
	margin-top: 8px;
}
