BODY {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-color: #b3d5ea;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
}

TABLE, TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

INPUT, TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

H1 {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #567F3F;
	font-weight: normal;
	line-height: normal;
}

H2 {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #567F3F;
	font-weight: normal;
	line-height: normal;
}

H3 {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #567F3F;
	line-height: normal;
	font-weight: normal;
}

H4 {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #567F3F;
	line-height: normal;
}

HR {
	color: #CCC;
	background-color: #CCC;
	height: 0px;
	border: 0 solid #CCC;
	border-top-width: thin;
}

P.indent {
	margin-left: 3em;
}

.size36 {
	font-size: 36px;
}

.size30 {
	font-size: 30px;
}

.size24 {
	font-size: 24px;
}

.size18 {
	font-size: 18px;
}

.size16 {
	font-size: 16px;
}

.size14 {
	font-size: 14px;
}

.size12 {
	font-size: 12px;
}

.size11 {
	font-size: 11px;
}

.size10 {
	font-size: 10px;
}

.size9 {
	font-size: 9px;
}

/*----------------------------------------------------------------------------------*/
/* Page Layout																		*/
/*----------------------------------------------------------------------------------*/
.pagewrapper {
	width: 780px;
	background-color: #fff;
}

.footer {
	width: 780px;
	border-top: 1px solid #bbb;
}

/*----------------------------------------------------------------------------------*/
/* Lists																			*/
/*----------------------------------------------------------------------------------*/
.compactlist {
	margin-top: 0;
	margin-left: 1.5em;
	padding-left: 0;
}

.spacedlist LI {
	margin-bottom: 1em;
}

/*----------------------------------------------------------------------------------*/
/* Colors																			*/
/*----------------------------------------------------------------------------------*/
.color1 {
	color: #325A1B;
}

.color2 {
	color: #567F3F;
}

.color3 {
	color: #567F3F;
}

.error {
	color: #f00;
}

.border1 {
	border: 1px solid #a4c291;
}

.border2 {
	border: 1px solid #83A76C;
}


/*----------------------------------------------------------------------------------*/
/* Links																			*/
/*----------------------------------------------------------------------------------*/
A:link {
	color:#0066CC;
	text-decoration: underline;
}

A:visited {
	color:#0066CC;
	text-decoration: underline;
}

A:active {
	color: #003399;
	text-decoration: underline;
}

A:hover { 
	color:#003399;
	text-decoration: underline;
}

/*----------------------------------------------------------------------------------*/
/* Subheader																		*/
/*----------------------------------------------------------------------------------*/
.subheader {
	height: 90px;
	background-image: url(/images/subheader-bg.jpg);
	background-repeat: no-repeat;
	padding: 10px 28px 5px;
	text-align: left;
	vertical-align: bottom;
}

.subheader H1 {
	font-size: 30px;
	color: #fff;
	font-weight: normal;
}

/*----------------------------------------------------------------------------------*/
/* Navigation Menu																	*/
/*----------------------------------------------------------------------------------*/
.nav_off {
	position: absolute;
	display: block;
	visibility: hidden;
	top: -1px;
	border-style: solid;
	border-color: #81742C;
	border-width: 0 2px 2px 1px;
}
.nav_on {
	position: absolute;
	display: block;
	visibility: visible;
	top: -1px;
	border-style: solid;
	border-color: #81742C;
	border-width: 0 2px 2px 1px;
}

.navitem_off A:link, .navitem_off A:visited, .navitem_off A:hover, .navitem_off A:active {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}

.navitem_on A:link, .navitem_on A:visited, .navitem_on A:hover, .navitem_on A:active {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}

.navitem_off {
	background-color: #ab9f54;
	padding: 5px 13px;
	line-height: normal;
	cursor: pointer;
}

.navitem_on {
	background-color: #8c813b;
	padding: 5px 13px;
	line-height: normal;
	cursor: pointer;
}

/*----------------------------------------------------------------------------------*/
/* Quotes																			*/
/*----------------------------------------------------------------------------------*/
.quotebox TD {
	color: #334D26;
	font-weight: bold;
}

.quotemark {
	font-family: Times, serif;
	font-size: 48px;
	font-weight: bold;
	font-style: normal;
	color: #668b52;
}

/*----------------------------------------------------------------------------------*/
/* Rightbox																			*/
/*----------------------------------------------------------------------------------*/
.rightbox {
	background-color: #79A662;
	padding: 15px;
	color: #fff;
}

.rightbox A:link, .rightbox A:visited, .rightbox A:active, .rightbox A:hover {
	color: #fff;
}

/*----------------------------------------------------------------------------------*/
/* Asidebox																			*/
/*----------------------------------------------------------------------------------*/
.asidebox {
	background-color: #DDF3CE;
}

.asideboxoutline {
	border: 1px solid #DDF3CE;
}

/*----------------------------------------------------------------------------------*/
/* Tables																			*/
/*----------------------------------------------------------------------------------*/
.rowtable TD {
	padding: 0 7px 15px 0;
	line-height: normal;
}

