﻿@import url('boxes.css');
@import url('form.css');
@import url('structure.css');
/* std template004 style sheet */
body {
	background: url('/siteImages/BodyBackground.jpg') repeat-x top;
	color: #231f20;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
}
a {
	color: #4e9074;
}
h1 {
	font-size: 1.2em;
	margin: 1em 0 0 0;
	padding: 0 0 .2em 0;
}
h2 {
	font-size: 1.4em;
	margin: 1em 0 .5em 0;
}
h3 {
	font-size: 1em;
	margin: .5em 0 .5em 0;
}
div.column3 h2 {
	border-bottom: 1px solid #c0c0c0;
	font-size: 1em;
	margin: 10px 0 2px 0;
}
img {
	border: none;
}
p {
	margin-top: 0;
	margin-bottom: .5em;
}
/*********************************************************************************/
/* header */
div.headerContainer {
	background: #006138;
}
/*********************************************************************************/
/* main nav */
ul.level1nav {
}
ul.level1nav span, ul.level1nav a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
ul.level1nav a:hover {
	background: #4e9074;
}
/* sub nav */
ul.level2nav {
	font-size: .9em;
}
ul.level2nav li {
	border-bottom: 1px solid #f0f0f0;
}
ul.level2nav span, ul.level2nav a {
	color: #606060;
	text-decoration: none;
}
ul.level2nav a:hover {
	color: #303030;
}
/*********************************************************************************/
/* content */
/*********************************************************************************/
/* footer */
div.footerContainer {
	background: #b2b2b2;
	font-size: .8em;
}
div.footerContainer .footer {
}
div.footerContainer li {
	border-left: 1px #ffffff solid;
}
div.footerContainer li:first-child {
	border-left: none;
}
div.footerContainer a {
	color: #ffffff;
}
