@charset "utf-8";


body  {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}


#container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border: 0px none #FFFFFF;
	overflow: hidden;
} 

#header {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	background-color: #FFFFFF;
	background-image: url(../images/BKG4-780X140.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom: #009966 solid 4px;
} 

.topElementZeroMargin {
	margin: 0px;
}

#mainContent {
	margin: 0;
	padding: 0px 30px 0px 75px;
	border-top: 4px solid #b2e0d1;
	background-color: #FFFFFF;
	font-size: 100%;
} 

#mainContent p{
	margin: 0px;
	padding: 12px 30px 10px 30px;
}

#footer {
	margin: 0;
	padding: 0px 30px 0px 75px;
	text-align: left;
	background-color: #FFFFFF;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}

.fltrt { /* this class can be used to float an element right */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left */
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.PageTitle {
	margin: 0px;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 2px;	
	padding: 48px 0px 1px 30px;
}

.subTitle_2 {
	margin: 0;	
	padding: 0px 0px 0px 30px;	
	font-size: 12px;
	font-style: italic;
	letter-spacing: 2px;
}

.pageTextLight {color: #666666}

.pageText {color: #000000}

.sectionTitle {
	margin: 0;
	padding: 12px 0px 0px 30px;
	font-size: 14px;
	font-style: italic;
	text-align: left;
}

.sectionTitle2 {
	font-style: italic; 
	font-size: 14px;
}

.sectionTop {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 631px;
	background-image:url(../images/BKG-content-UpperT.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
}

.sectionContent {
	margin: 0px;
	padding: 0px;
	width: 631px;
	background-image:url(../images/BKG-content-Mid.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
}


.sectionBottom {
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 631px;
	background-image:url(../images/BKG-content-Lower.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}

.centerContent {
	text-align:center;
}
.txtFooter {font-size: 10px;}

.specCHR {font-size: 14px}
