html {height: 100%;}
body {height: 100%; background-color: #FFFFFF; margin: 0px}

/* Page Layout Styles */

#tabBG {display: none;}
#tabHolder {display: none;}

#headerImage {background: none;}

#pageContainer {width: 100%;}
#pageContainerInner {width: 100%;}

#contentContainer {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#largeleftColumn {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#thinrightColumn {display: none;}
#thinleftColumn {display: none;}

#largerightColumn {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#footer {
	clear: both;
	width: 100%;
}


/* text and form classes */

.contactTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}

.contactBody, .newsBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	margin-top: 8px;
}

.contactEmail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 6px;
	color: #000000;
}

.newsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}

.newsDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	margin-bottom: 0px;
	margin-top: -9px;
}

h1 {
	font-family: Trebuchet, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 10px;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 140%;
	color: #000000;
	margin: 0px;
	padding-bottom: 10px;
}

h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 130%;
	color: #000000;
	margin: 0px;
}

h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	margin: 0px;
	color: #000000;
	padding-bottom: 10px;
}

.redlink {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}

.bodyText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 140%;
	color: #000000;
	margin: 0px;
	padding-bottom: 10px;
}

.aboutText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 150%;
	color: #000000;
	margin: 0px;
	padding-bottom: 10px;
}


.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-top: 45px;
	color: #000000;
}


