/* Reset browser defaults for consistency */

html, body, div, span, h1, h2, h3, p, a, img, li, ol, ul, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	color: #000000;
	font-size: 100%;
	line-height: 1.1em;
	font-family: "georgia";
	text-align: justify;
}


/* remove bullets from list menu */

ol, ul {
	list-style: none;
}

/* Basic page layout */
body {
	margin: 0px auto 0px auto;  
	position:relative; 
	background-color: #d5d9e4;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	font-size: 62.5%;
	}
	
div {
	overflow: hidden;
	margin: 0px;
}
p {
	font: 1.2em "georgia";
	padding-bottom: 5px;
	}
	
h1 {
	font: 1.4em "georgia";
	font-weight:bold;
	padding-bottom: 8px;
	}
h2 {
	font: 1.3em "georgia";
	font-weight:bold;
	padding-bottom: 8px;
	}
#wrapper {
	margin: 0 auto;
	width: 900px;
}
#header {
	width: 900px;
	height: 97px;
	background-color: #93A0B1;
	
	}
#navigation {
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/navRepeat.png);
	background-repeat: repeat-x;
	height: 50px;
}
#navigation ul {
	padding-top: 4px;
	text-align: center;
	}
#navigation ul li {
	padding-right: 15px;
	display: inline;
	font-size: 1.4em;
	line-height: 2em;
	}
#navigation ul li a{
	color:#FFFFFF;
	font-weight: bold;
	}	
#content {
	width: 900px;
	min-height:300px;
	padding-top: 10px;
	}
#content ul {
	padding-top: 5px;
	}
#content ul li {
	text-align:left;
	padding-left: 15px;
	font-size: 1.4em;
	line-height: 1.3em;
	list-style:inside;
	list-style-type:circle;
	
	}
#breadcrumbs p, a {
	color: #666666;
	}
#footer {
	clear:both;
	margin-top: 15px;
	width: 100%;
	background-color: #5A626C;
	
		}
#footerContent {
	margin: 10px auto;
	width: 900px;
	background-color: #5A626C;
	}
#footerContent p {
	color: #FFFFFF;
	text-align:center;
	}
/* Hyperlinks */
a {
	text-decoration: none;
	}
		
a:hover {
	text-decoration: underline;
	}	

/* Images */



/* ----------  forms stuff ---------- */


/* Classes */
.topnav { 
 	font-size: 0.8em;
  color: #000;
 	background-color: #FFCF29;
 	border: 1px #00009C solid;
 	padding: 0.5em;
}
.imageRight {
	width: 300px;
	float: right;
	margin: 5px;
	}
.clear {
	clear: both;
	}
.white {
	color:#FFFFFF;
}
.contact {
	width: 500px;
	padding-right: 8px;
	float: left;
}
.footerImage {
	display: block;
	margin: 3px auto;
	}
