﻿
* {margin: 0; padding: 0; font-size: 12px;}

body {font-family: Arial, Helvetica, sans-serif; font-size: 16px;}

h1 {font-family: Arial, Helvetica, sans-serif; font-size: 28px; font-weight: bold; margin-bottom:0.5em;}
h2 {font-family: Arial, Helvetica, sans-serif; font-size: 22px; font-weight: bold; margin-bottom:0.5em;}
h3 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; margin-bottom:0.5em;}
h4 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; margin-bottom:0.5em; font-style: italic;}
h5 {font-family: Arial, Helvetica, sans-serif; font-size: 12px;	font-weight: bold; margin-bottom:0.5em;}


/******header******/

#header {
	height: 256px;
	margin-bottom: 20px;
	background-image: url("boulware_springs_banner.jpg");
	background-repeat: no-repeat;
	background-position: center top;}


/******navigation******/

#navigation {
	float: left;
	width: 19%;
	background-color: #FFF;
	border-right-style: solid;
	border-right-width: 1px;}


/******centerDoc******/

#centerDoc {
	float: right;
	width: 80%;}

#centerDoc p {
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;}

#centerDoc li {
	list-style: none;
	padding-left: 10px;
	line-height: 1.5em;}

#centerDoc ol{
	margin-bottom: 10px;}


/******footer******/

#footer {
	float: right;
	clear: both;
	width: 100%;
	height: 70px;
	bottom: 0;
	margin-top: 40px;
	margin-bottom: 0px;
	text-align: center;}

#footer h2, p {
	padding: 10px;	
	margin-top: 15px;}

#footer hr {
	margin-left: 20px;	
	margin-right: 20px;
	border-style: inset;
	border-width: 1px;}