/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

/* Global Styles */

body {
	background-color: #999999;
	text-align: center;
	margin: 20px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #FFFFFF;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 114%;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

/* ID Styles */

#wrapper {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#nav {
	width:125px;
	background-color: #0091da;
	float: left;
}
#nav ul {
	list-style-type: none;
	text-align: right;
}
#nav ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.7em;
	color: #dad001;
	text-decoration: none;
}
#nav ul a:hover {
	color: #FF8800;
}
#subnav {
	width:225px;
	float: left;
}
#subnav ul {
	list-style-type: none;
}
#subnav ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.7em;
	color: #009543;
	text-decoration: none;
}
#subnav ul a:hover {
	color: #FF8800;
}
#logo {
	width:225px;
	background-color: #666666;
	float: left;
}
#topextra {
	width:225px;
	float: left;
}
#homemidextra {
	width:125px;
	float: left;
}
#picture {
	width:225px;
	float: left;
}
#statement {
	width:225px;
	float: left;
}
#statement p {
	font-size: 80%;
	line-height: 1.4em;
}
#homemidextra_wide {
	width:224px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #009543;
}
#content_left {
	float: left;
	width: 125px;
}
#logo2 {
	width:125px;
	float: left;
	background-color: #666666;
}
#main_content {
	float: left;
	width: 448px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #009543;
	border-left-color: #009543;
	background-color: #cce9f8;
}
#main_content p {
	padding-left: 60px;
}
#main_content li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#content_right {
	float: left;
	width: 225px;
}
#announcement {
	width:225px;
	float: left;
	background-color: #666666;
}
#bottomextra {
	width:125px;
	float: left;
}
#bottomextra_wide {
	width: 225px;
}
#intro1 {
	width:224px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #009543;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
#intro2 {
	width:224px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #009543;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}
#intro3 {
	width:224px;
	float: left;
	border-left-style: solid;
	border-left-color: #009543;
	border-left-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}

/* class styles */

.strip {
	background-color: #dad001;
	clear: both;
	height: 6px;
}

.box {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
.spacer_right {
	float: right;
}

