BODY, TABLE, TR, TD, P ,li, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

HTML {
	overflow:-moz-scrollbars-vertical;
}

.outerContainmentTD{
	background-image:url(assets/background.png);
	background-repeat:repeat-y;
	background-color:#1f1f1f;
	height:100%;
	margin: 0px;
	padding: 0px;
}

/* ========================================
Text
=========================================*/
.redFormText {
	font-size: 10px;
	color: #ffffff;
}
.greenText {
	color: #97bd32;
}

.TXT_Box{
	font-size: 10px;
	color: #424242;
}

.sectionTitles{
	font-size: 18px;
	color: #ffffff;
}


.copyrightBack{
	background-image:url(assets/copyrightBack.png);
	background-position:center;
	background-repeat:repeat-y;
	height:20px;
}
/*
.copyright {
	font-size: 9px;
	color:#eeeeee;
}


.copyright a:link {
	font-size: 9px;
	color: #c0c0c0;
	text-decoration: underline;
}
.copyright a:hover {
	font-size: 9px;
	color: #97be32;
	text-decoration: none;
}
.copyright a:active {
	font-size: 9px;
	color: #c0c0c0;
	text-decoration: underline;
}
.copyright a:visited {
	font-size: 9px;
	color: #c0c0c0;
	text-decoration: underline;
}
.copyright a:visited:hover {
	font-size: 9px;
	color: #97be32;
	text-decoration: none;
}
*/

.contactPanel{
	background-image:url(assets/contactPanelBack.png);
	background-position:top;
	background-repeat:repeat-y;
	padding-left:10px;
	color:#575757;
	font-size:12px;
}
.contactPanel a:link {
	font-size:10px;
	color: #97bd32;
	text-decoration: underline;
}
.contactPanel a:hover {
	font-size:10px;
	color: #660202;
	text-decoration: none;
}
.contactPanel a:active {
	font-size:10px;
	color: #c0c0c0;
	text-decoration: underline;
}
.contactPanel a:visited {
	font-size:10px;
	color: #97bd32;
	text-decoration: underline;
}
.contactPanel a:visited:hover {
	font-size:10px;
	color: #660202;
	text-decoration: none;
}

.archivePanel{

}
.archivePanel a:link {

	color: #afae92;
	text-decoration: underline;
}
.archivePanel a:hover {

	color: #97bd32;
	text-decoration: none;
}
.archivePanel a:active {

	color: #afae92;
	text-decoration: underline;
}
.archivePanel a:visited {

	color: #afae92;
	text-decoration: underline;
}
.archivePanel a:visited:hover {

	color: #97bd32;
	text-decoration: none;
}

.servicesPanel{
	background-image:url(assets/servicesPanelBack.png);
	background-position:top;
	background-repeat:repeat-y;
	padding-left:10px;
	color:#575757;
	font-size:12px;
}
.servicesPanel a:link {
	font-size:10px;
	color: #97bd32;
	text-decoration: underline;
}
.servicesPanel a:hover {
	font-size:10px;
	color: #660202;
	text-decoration: none;
}
.servicesPanel a:active {
	font-size:10px;
	color: #c0c0c0;
	text-decoration: underline;
}
.servicesPanel a:visited {
	font-size:10px;
	color: #97bd32;
	text-decoration: underline;
}
.servicesPanel a:visited:hover {
	font-size:10px;
	color: #660202;
	text-decoration: none;
}

.opaque {
	color:#FFFFFF;
	opacity: .9;
	-moz-opacity: .9;
}


/* ========================================
Buttons
=========================================*/
.mainbuttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	background-color: 506789;
	height: 15px;
	width: 60px;
	font-weight: normal;
	border: 1px solid #000000;
}

.mainSubButtons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	background-color: CCCCCC;
	height: 15px;
	width: 60px;
	font-weight: normal;
	border: 1px solid #000000;
}

/* ======================================== 
Admin Styles
========================================*/
a.navText:link {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a.navText:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a.navText:active {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a.navText:visited {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a.navText:visited:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a.whiteText:link {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.whiteText:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.whiteText:active {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.whiteText:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.whiteText:visited:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.adminCopyright{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}