p {
	margin: 10px 0;
}
ul, ol {
	margin-left: 15px;
	padding-left: 15px;
	list-style-position: outside;
}
ul {
	list-style-type: disc;
}
img {
	border: none;
}
a {
	color: #00405E;
}
a:visited {
	color: #62BB47;
}
a:hover {
	color: #458C31;
}
h1, h2, h3, h4, h5, h6 {margin: 10px 0;}
h1 {font-size: 1.6em;color: #00405E;}
h2 {font-size: 1.3em; color: #458C31;}
h3 {font-size: 1.2em; color: #00405E;}
h4 {font-size: 1.1em; color: #00405E;}
h5 {font-size: 1em; color: #00405E;}
h6 {font-size: .9em; color: #00405E;}
hr {
	border: none 0;
	border-top: 1px dashed #00405E;
	width: 80%;
	height: 1px;
	margin: 20px;
	text-align: center;
}
.clear {
	clear: both;
}
table {
	border: 1px solid #DDD;
	border-collapse: collapse;
}
table td {
	padding: 5px;
}
body {
	margin: 0 auto;
	font: 62.5% Tahoma, Verdana, Helvetica, Arial, sans-serif; 
	text-align: center;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 978px;
	background: url(../img/bg.gif) repeat-y;
	overflow: hidden;
}
#header {
	height:272px;
	width:978px;
	background:url(../img/header.gif) no-repeat;
	float: left;
}
#testimonial {
	margin: 60px 40px 60px 240px;
	width: 250px;
	height: 50px;
	text-align: right;
	color: #00405E;
	font-size: 1.4em;
	font-style:italic;
}
#tag {
	margin: 60px 40px 0 110px;
	width: 380px;
	text-align: right;
	color: #FFF;
	font-size: 1.6em;
	font-style:italic;	
}
#left {
	margin-left: 16px;
	width: 158px;
	font-size: 1.4em;
	float: left;
}
/* --- navigation --- */
#navcontainer {
	float: left;
	width: 158px;
}
#navcontainer a {
	padding: 0 10px;
	display: block;
	line-height: 28px;
	height: 28px;
	border-bottom: 1px solid #FFF;
}
#center {
	width: 556px;
	padding: 20px;
	font-size: 1.3em;
	line-height: 1.6em;
	float: left;
}
#main_h1 {
	text-indent: 40px;
	height: 40px;
	font-size: 2em;
	line-height: 1.6em;
	color: #00405E;
	text-transform: uppercase;
	background: url(../img/h1_bg.gif) no-repeat;
}
p.links {
	margin: 0;
	padding: 0;
}
div.sponsor {
	width: 400px;
	margin-bottom: 20px;
	float: right;
}
.imageleft {
	margin: 0 10px 10px 0;
	float: left;
	clear: both;
}
.imageright {
	margin: 0 0 10px 10px;
	float: right;
	clear: right;
}
div.gallery {
	padding: 20px 30px 20px 0;
	float: left;
}
.form  {
	width: 500px;
}
fieldset {
	margin: 10px 0;
	padding:10px;
	border: 1px solid #DDD;
	background: #FFE;
}
legend { 
	padding: 2px 8px;
	font-size: 1.2em;
	color:#00405E;
	background: #FFF;
	border: 1px solid #00405E;
}
ul.form { 
	list-style:none;
}
ul.form li {
	clear:both; 
}
ul.form label { 
	text-align: right;
	float:left; 
	width:160px; 
	padding:5px;
}
.form input  {
	display:block; 
	float:left; 
	padding:3px; 
	width:260px; 
	margin:5px 0 7px;
	background:#FFF;
	border: 1px solid #00405E;
	outline:none;
}
.form input:hover, input:focus, input:active { 
	border-color:#458C31; 
	background:#DDD;
}
.form em {
	font-size:0.9em; 
	color:#458C31; 
	font-style:normal;
}
.form .send { 
	width:150px; 
	height:35px; 
	padding:10px; 
	margin-right: 4px;
	text-align:center; 
	border: 1px solid #458C31; 
	font-weight:bold; 
	color:#458C31;   
}
.form .send:hover {
	cursor:pointer; 
	color:#458C31;
}
#right {
	width: 194px;
	float: left;
}
#newsletter-signup {
	padding: 15px 0;
	text-align: center;
	color: #FFF;
	background: #458C31;
}
#newsletter-signup h2 {
	font-weight: normal;
	color: #FFF;
}
#submit {
	color:#00405E;
	background:#DDD;
}
#get-involved {
	width: 164px;
	padding: 15px;
}
#footer {
	margin: 0px auto;
	position: relative;
	width: 978px;
	clear: both;
	background: url(../img/footer_bg.gif) no-repeat;
}
#footer h2 {
	margin: 0;
	padding: 20px 0 0;
	text-align: center;
	font: normal 10px Tahoma, Verdana, Helvetica, Arial, sans-serif;
	color: #222;
}
#footer h2 a:visited, #footer h2 a:link {
	color: #222;
	text-decoration: none;
}
#footer h2 a:hover {
	color: #00405E;
	text-decoration: none;
}
#footer h3 {
	margin: 0;
	text-align: center;
	font: normal 10px Tahoma, Verdana, Helvetica, Arial, sans-serif;
	color: #DDD;
}
#footer h3 a, #footer h3 a:visited {
	color: #DDD;
	text-decoration: none;
}
#footer h3 a:hover {
	color: #00405E;
	text-decoration: none;
}
