@charset "utf-8";
/* -- Global Styles -- */
body
{
	margin: 10px 0;
	padding: 0;
	font-size: 62.5%;
	text-align: center;
	color: #000;
	background: #fff url(/images/backgrounds/pattern.gif) fixed;
}

a:link, a:visited
{
	text-decoration: none;
}

a:hover, a:active, a:focus
{
	text-decoration: underline;
}

abbr
{
	cursor: help;
}

h1
{
	padding-bottom: 3px;
	border-bottom: 1px solid #00583e;
}

h1 img {
	display: block;
	padding: 10px;
	border-bottom: 2px solid #00583e;
}

a:hover, a:active, a:focus
{
	text-decoration: underline;
}

abbr
{
	cursor: help;
}

h1
{
	padding-bottom: 3px;
	border-bottom: 1px solid #00583e;
}

h1 img {
	display: block;
	padding: 10px;
	border-bottom: 2px solid #00583e;
}

#page
{
	margin: 0 auto;
	width: 760px;
	text-align: left;
	background: #fff;
	border: 2px solid #00583e;
}

#navigation-section
{
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	width: 200px;
	list-style: none;
	font: 1.2em Arial, Helvetica, sans-serif;
}

#navigation-section ol
{
	margin: 0;
	padding: 0;
	width: 200px;
	list-style: none;
}

#navigation-section li
{
	margin: .5em 0;
	border: 2px solid #00583e;
}

#navigation-section li a
{
	display: block;
	padding: .5em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	background: #fff;
	border: 1px solid #c00;
}

#navigation-section li a:hover, #navigation-section li a:active, #navigation-section li a:focus
{
	color: #fff;
	background: #c00;
}

#content-section
{
	margin: 0 10px 10px 220px;
	min-height: 700px;
	font: 1.6em "Times New Roman", Times, serif;
}

#content-section:after
{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

#footer-section
{
	clear: both;
	padding-top: 3px;
	border-top: 1px solid #00583e;
}
#footer-section p
{
	margin: 0;
	padding: .5em;
	text-align: center;
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #fff;
	background: #00583e;
}
#footer-section p a
{
	color: #fff;
	text-decoration: underline;
}

a.button
{

	display: block;
	float: right;
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #c00;
	border: 2px solid #c00;
}

a.button:hover
{
	text-decoration: none;
	color: #fff;
	background: #c00;
}

a.green
{
	color: #00563b;
	border: 2px solid #00563b;
}

a.green:hover
{
	background: #00563b;
}

.form-fields
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.form-fields li
{
	margin-bottom: .5em;
}

.form-fields label
{
	display: block;
	float: left;
	margin-right: .5em;
	width: 7em;
}