@charset "UTF-8";
/* CSS Document */

body {
	background: rgb(255,255,255);
	color: rgb(0,0,0);
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
}

/* BEG: Header */
div#header_wrapper {
	height: 100px;
	background: url(../graphics/grass.jpg) bottom repeat-x rgb(4,133,1);
}

div#header_wrapper > div:first-child {
	width: 800px;
	height: 65px;
	background: url(../graphics/masthead.png) top left no-repeat;
	margin: 0 auto 0 auto;
}

div#header_wrapper > div:first-child + div {
	width: 100%;
	height: 20px;
	background: #ffffff;	/* Failsafe color for IE */
	background: rgba(255,255,255,0.375);
}

div#header_wrapper > div:first-child + div > ul {
	display: block;
	width: 800px;
	height: 20px;
	margin: 5px auto 0 auto;
	padding: 0 0 0 0;
	list-style: none;
}

div#header_wrapper > div:first-child + div > ul > li {
	float: left;
	margin-right: 1em;
	font-size: 16px;
	padding-top: 1px;
}

div#header_wrapper > div:first-child + div > ul > li > a:link,
div#header_wrapper > div:first-child + div > ul > li > a:visited,
div#header_wrapper > div:first-child + div > ul > li > a:active {
	color: rgb(4,133,1);
	color: black;
	text-decoration: none;
	font-weight: bold;
}

div#header_wrapper > div:first-child + div > ul > li > a:hover {
	text-decoration: underline;
}
/* END: Header */

/* BEG: Content */
div#content_wrapper {
	width: 800px;
	min-height: 500px;
	margin: 20px auto 20px auto;
	clear: both;
}

div#content_wrapper img { border: none; }

div#content_wrapper img.border { border: 1px solid rgb(0,0,0); }

div#content_wrapper img.left {
	float: left;
	margin: 0 0.25em 0 0;
}

div#content_wrapper img.right {
	float: right;
	margin: 0 0 0 0.25em;
}

div#content_wrapper h1.left,
div#content_wrapper h2.left,
div#content_wrapper h3.left,
div#content_wrapper p.left {
	text-align: left;
}

div#content_wrapper h1.center,
div#content_wrapper h2.center,
div#content_wrapper h3.center,
div#content_wrapper p.center {
	text-align: center;
}

div#content_wrapper h1.right,
div#content_wrapper h2.right,
div#content_wrapper h3.right,
div#content_wrapper p.right {
	text-align: right;
}

div#content_wrapper a:link,
div#content_wrapper a:active,
div#content_wrapper a:visited {
	color: rgb(4,133,1);
	text-decoration: underline;
}

div#content_wrapper a:hover { text-decoration: none; }
/* END: Content */

/* BEG: Footer */
div#footer_wrapper {
	background: rgb(4,133,1);
	clear: both;
}

div#footer_wrapper > div {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 1em 0 1em 0;
	color: rgb(255,255,255);
	font-size: 12px;
}

div#footer_wrapper > div a:link,
div#footer_wrapper > div a:visited,
div#footer_wrapper > div a:active {
	color: rgb(255,255,255);
}
/* END: Footer*/

/* BEG: Form Processor */
div.page {
	width: 300px;
	height: 600px;
	border: 2px solid black;
	padding: 3em;
	float: left;
}

div#letter_form {
	clear: both;
	width: 400px;
	margin: 20px auto 20px auto;
	padding: 1em;
	border: thin solid black;
}
/* END: Form Processor */

/* BEG: Universal Modifiers */
.clear_left { clear: left; }
.clear_right { clear: right; }
.clear_both { clear: both; }
/* END: Universal Modifiers */