body  {
	font: 75%/1 Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	overflow: visible;
	z-index: auto;
	width: auto;
	top:0;
}
#container {
	width: 980px;
	background-image:url(../images/main_container_bg.gif);
	background-repeat:repeat-y;
	margin: 0 auto;
	text-align: left;
} 
.twoColLiqLtHdr #sidebar1 {
	float: left;
	width: 270px;
	background: #aec0b5;
	position: relative;
	padding: 10px 0 0 0;
}

.twoColLiqLtHdr #mainContent { 
	float: left;
	margin: 0;
	padding:0;
	width:690px;
}
.twoColLiqLtHdr #mainContentMain { 
	float: left;
	margin: 0;
	width:690px;
	padding: 0 0 0 10px;
}
.twoColLiqLtHdr #Footersidebar1 {
	width: 980px;
	background: #f0f0f0;
	margin:0 auto;
	height:80px;
	text-align:left;
}

.twoColLiqLtHdr #FooterSubsidebar1 {
	float: left;
	width: 270px;
	background: #d0d7d3;
	position: relative;
	height:80px;
	overflow:visible;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin:0 auto;
}

.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}


.twoColLiqLtHdr #mainContentMain a:link, .twoColLiqLtHdr #mainContentMain a:hover,.twoColLiqLtHdr #mainContentMain a:visited,.twoColLiqLtHdr #mainContentMain a:active {
	text-decoration:underline; color:#607680;
}
.twoColLiqLtHdr #footer { 
	padding: 0;
	background:#f0f0f0;
} 
.twoColLiqLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class is to float an element left in the page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class is the final element before the close of a container */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* End of layout classes */

#textfield_box {
    width: 270px;
    height: 30px;
	float:left;
    background: url(../images/textfield_bg.gif);
}
#textfield_box #s {
    float: left;
    padding: 2px;
    margin: 6px 0 0 28px;
    border: 0;
    width: 200px;
    background: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#textarea_box {
	font-family:Arial, Helvetica, sans-serif;
    width: 270px;
    height: 72px;
	float:left;
    background: url(../images/textarea_bg.gif);
}
#textarea_box #ss {
    float: left;
    padding: 2px;
    margin: 10px 0 0 28px;
    border: 0;
    width: 200px;
    background: none;
	overflow:auto;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#textarea_button {
    width: 270px;
    height: 25px;
	float:left;
}
.footerTopText {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#9ba7a0;
	text-transform:uppercase;
}
.footerTopText a:link {
	text-decoration:none;
	color:#9ba7a0;
}
.footerTopText a:visited {
	text-decoration:none;
	color:#9ba7a0;
}
.footerTopText a:active {
	text-decoration:none;
	color:#9ba7a0;
}
.footerTopText a:hover {
	text-decoration:underline;
	color:#9ba7a0;
}
.footerButtomText {
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#9ba7a0;
}

