body {
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#page {
	margin: 0 auto 0 auto;
	width: 1000px;
	text-align: left;
}
#header {
	position: relative;
	border-top: solid 5px #005395;
	border-bottom: solid 5px #005395;
	height: 150px;
	background: #DEF6FC;
}
#header h1 {
	position: absolute;
	top: 50px;
	left: 150px;
	width: 850px;
	margin: 0;
	text-align: center;
	font-size: 300%;
}
#subheader h4 {
	margin: 5px 0 20px 0;
	text-align: center;
	font-size: 120%;
}
#main {
	position: relative;
	width: 1000px;
}
#content {
	width: 780px;
	margin: 0 0 0 220px
}
#content h1 {
	font-size: 130%;
	margin: 10px 0 10px 0;
}
#content h2 {
	font-size: 110%;
	font-style: italic;
	margin: 10px 40px 10px 40px;
}
#content h3 {
	font-size: 120%;
	margin: 10px 0 10px 0;
}
#content h4 {
	font-size: 110%;
	margin: 10px 0 0 0;
}
#content p {
	margin: 0 0 10px 0;
}
#content ul {
	margin-top: 0;
	margin-bottom: 15px;
}
#content ol {
	margin-top: 0;
	margin-bottom: 15px;
}
#content .imgleft {
	float: left;
	margin: 0 10px 5px 0;
}
#content .imgright {
	float: right;
	margin: 0 0 5px 10px;
}
.border {
	border: solid 1px #333333;
}
#content a:hover {
	color: #E53f23;
}
.line {
	display: block;
	padding-left: 2em;
	text-indent: -2em;
}
.clearfloats {
	clear: both
}
.clearright {
	clear: right
}
.clearleft {
	clear: left
}
.cols {
	text-align: center;
}
.col1 {
	width: 65%;
	margin: 10px auto 0 auto;
	text-align: left;
}
.col2, .col2n, .col3, .col3n {
	float: left;
	margin-top: 10px;
	text-align: left;
}
.col3, .col3n {
	width: 31%;
}
.col2, .col2n {
	width: 48%;
}
.col2, .col3 {
	margin-right: 2%;
}
#menu {
	position: absolute;
	top: 0;
	left: 0;
}
#menu ul {
	list-style : none;
	margin: 0;
	padding: 0;
}
#menu li {
	margin-bottom: 20px;
}
#menu a {
	display: block;
	padding: 10px 20px 0 20px;
	width: 160px;
	height: 43px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	
}
#menu a:link, #menu a:visited {
	background: #3399FF url(images/menu.gif) left top no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	background: url(images/menuH.gif) left top no-repeat;
}
#footer {
	margin: 40px 0 10px 0;
	text-align: center;
}
/*
   PICTURE GALLERY 
*/
.pic {
	display: block;
	float: left;
	width: 170px;
	height: 170px;
	margin: 5px 10px 5px 0;
	border-top: solid 1px #EEEEEE;
	border-left: solid 1px #EEEEEE;
	border-bottom: solid 1px #AAAAAA;
	border-right: solid 1px #AAAAAA;
	text-align: center;
	font-size: 93%;
}
.pic img {
	display: block;
	margin: 0 auto 2px auto;
	border-top: solid 1px #AAAAAA;
	border-left: solid 1px #AAAAAA;
	border-bottom: solid 1px #EEEEEE;
	border-right: solid 1px #EEEEEE;
}
.pic:link, .pic:visited {
	background: #DDDDDD;
	text-decoration: none;
}
.pic:hover {
	background: #D0DDFD;
	text-decoration: none;
}
/*
   RESPONSE FORM 
*/
#response div {
	margin: 10px;
}
#response textarea {
	width: 100%;
}
#response label {
	display: block;
	font-weight: bold;
}
#response input:focus, #response textarea:focus {
	background: #EEEEEE;
}
