

/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- [ Page Section DIVs ] */



/* ------------------------------------------------- [ Page "Container" DIV ] */
#Container {
	background-color: #3A793F;
	background-image: none;
	border-right: 1px solid #000;
	border: 1px solid #000;
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 800px
}



/* ------------------------------------------------- [ Page "Content" DIV ] */
#Content {
	clear: left;
	padding: 0;
	text-align: left;
}



/* ------------------------------------------------- [ Page "Header" DIV ] */
#Header {
	height: 169px;
	margin: 0;
	padding: 0;
}


/* ------------------------------------------------- [ Page "TextArea" DIV ] */


/* ------------------------------------------------- [ Page "Footer" DIV ] */
#Footer {
	background-color: #023002;
	color: #FFF;
	height: 20px;
	left:100px;
	padding: 3px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;	
	font-family: Verdana, "MS Trebuchet", sans-serif;
	font-size: 11px;
	margin: 0;
	text-align: center;
	
}

/* ------------------------------------------------- [ Page "TopTypeBar" DIV ] */
#TopTypeBar {
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: .15em;
	margin: 0;
	padding: .7em;
	text-align: center;
}


/* ------------------------------------------------- [ Links ] */
a {
	color: #CCC;
	display: block;
	padding: 4px;
	text-decoration: none;
}
a:hover {
	color: #000;
}
td.HomeTextBoxLeft a, td.HomeTextBoxRight a {
	background-color: #00610D;
}
td.HomeTextBoxLeft a:hover, td.HomeTextBoxRight a:hover {
	background-color: #3A793F;
}

/* ------------------------------------------------- [ Misc Classes ] */
.HomeTextBoxLeft {
	background-color: #9AB99B;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 130%;
	padding: 1em 1em 0 1em;
	text-align: center;
}
.HomeTextBoxRight {
	background-color: #004000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 130%;
	padding: 1em 1em 0 1em;
	text-align: center;
}



