html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
a, a:active, a:link {
	color: #344e7f;
	font-weight: bold;
	padding: 0;
	text-decoration: none;
}
a:visited {
	color: #458445;
}
a:hover {
	color: #458445;
	text-decoration: underline;
}
body {
	background: url(images/background.gif);
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 79%;
	margin: 0;
	padding: 0;
	text-align: center;
}
img {
	border: 0;
}
li {
	font-size: .9em;
	line-height: 1.5em;
	margin: 1.5em 0;
	padding: 0;
}
p {
	font-size: .9em;
	line-height: 1.5em;
	margin: 1.5em 15px;
	padding: 0;
}
table {
	margin: 0;
	padding: 0;
}
#container {
	width: 780px;
	background: #ffffff;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #ffffff;
	text-align: left;
}
#header {
	background: #8ebd3f;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	font-size: 4em;
}
#body-container {
	margin: 0;
	padding: 0;
}
#body-container table {
	margin: 0;
	padding: 0;
}
.sidebar1 {
	background: #fde9ab;
	margin: 0;
	padding: 20px 8px 0 8px;
}
.sidebar2 {
	background: #a9b5d4;
	margin: 0;
	padding: 20px 8px 0 8px;
}
.sidebar3 {
	background: #dae6bf;
	margin: 0;
	padding: 20px 8px 0 8px;
}
.sidebar4 {
	background: #8ebd3f;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 25px 20px 15px 20px;
}
.sidebar1 h1, .sidebar2 h1, sidebar3 h1 {
	color: #000;
	font-size: .9em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 5px;
	padding: 0;
}
.sidebar1 p, .sidebar2 p, .sidebar3 p, .sidebar4 p {
	margin: 1.5em 5px;
}
.sidebar1 li {
	list-style-image: url("images/bullet-yellow.gif")
}
.sidebar4 a, .sidebar4 a:active, .sidebar4 a:link {
	color: #fff;
	font-weight: bold;
	padding: 0;
	text-decoration: none;
}
.sidebar4 a:visited {
	color: #458445;
}
.sidebar4 a:hover {
	color: #458445;
	text-decoration: underline;
}
.sidebar4 li {
	list-style-image: url("images/dot_yellow-green.gif")
}
.mainContent {
	background-color: #dbdbe6;
	margin: 0;
	padding: 15px 8px;
}
.mainContent h1 {
	color: #344e7f;
	font-size: 1.3em;
	line-height: 1.5em;
	padding: .8em 15px;
}
h1.subhead {
	color: #344e7f;
	font-size: 1em;
	line-height: 1.5em;
	padding: .3em 15px;
}
.mainContent li {
	list-style-image: url("images/bullet-blue.gif")
}
.accented {
	color: #000;
	font-weight: bold;
	line-height: 1.5em;
}
.quote {
	color: #344e7f;
	font-style: italic;
	font-weight: bold;
	margin: 1.5em 0 1em 5em;
	padding: 0;
}
.quote cite {
	font-style: normal;
}
.quote-attr {
	color: #344e7f;
	font-style: italic;
	font-weight: bold;
	margin: 0 3em 1.5em 9em;
	padding: 0;
}
.mainContent h2 {
	color: #000;
	font-size: .9em;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 15px;
	padding: 0;
}
#footer {
	background:#458445;
	margin: 0;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#keywords {
	margin: 0;
	padding: 1em 0;
	list-style-type: none;
	font-weight: bold;
}
#keywords li {
	color: #fff;
	display: inline;
	font-size: .8em;
	list-style-type: none;
	margin: 0;
	padding: 0 .2em;
	text-align: center;
	width: auto;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*** styles for forms ***/
.button {
	background-color: #fff;
	border: 2px outset #cfcfcf;
	color: #000;
	font-weight: normal;
	margin: 0px;
	padding: 4px;
	text-align: center;
	width: 6em;
}
.spacer {
	clear: both;
	height: 0px;
}
.special {
	visibility: hidden;
}
div.formcontainer {
	margin: 0 0 0 15px;
	padding: 0;
	width: 350px;
}
div.row {
	clear: both;
	font-size: .9em;
	padding-top: 10px;
}
div.row span.label {
	float: left;
	margin: 0;
	width: 60px;
	text-align: right;
}
div.row span.formw {
	float: right;
	width: 275px;
	text-align: left;
}
input.paypal, input.paypal:focus, input.paypal:hover {
	background-color: #FFFFCC;
	border: 0;
}
input {
	background-color: #FFFFCC;
	border: 1px inset #cfcfcf;
}
input:focus {
	border: 1px outset #cfcfcf;
}
input:hover {
	border: 1px outset #cfcfcf;
}
input:focus.button {
	background-color: #cfcfcf;
	border: 2px inset #fff;
}
input:hover.button {
	background-color: #cfcfcf;
	border: 2px inset #fff;
}
select {
	background-color: #FFFFCC;
	border: 1px inset #999933;
}
select:focus {
	border: 1px outset #999933;
}
select:hover {
	border: 1px outset #999933;
}
textarea {
	background-color: #FFFFCC;
	border: 1px inset #999933;
}
textarea:focus {
	border: 1px outset #999933;
}
textarea:hover {
	border: 1px outset #999933;
}
/*** end styles for forms ***/

/*** menu styles ***/
#navigation {
	background-color: #458445;
	margin: 0;
	padding: 0;
	width: 100%;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: .9em;
	cursor: default;
	width: auto;
}
#navigation ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
}
#navigation ul a {
	display: block;
	cursor: pointer;
	background-color: #458445;
	padding: 1em 2.4em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#navigation ul a:hover, ul a:focus {
	background-color: #dae6bf;
	color: #458445;
}
#navigation .thispage {
	background-color: #8ebd3f;
	color: #fff;
}
/*** end menu styles ***/
