@charset "UTF-8";
body  {
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-size: 11px;
	letter-spacing: normal;
}

body a {
	color: #6F665E;
	text-decoration: none;
	}

body a:hover {
	color: #6F665E;
	text-decoration: underline;
	}

.thrColFixHdr #container {
	float:left;
	width: 821px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
.thrColFixHdr #headerwrap {
	float:left;
	width:808px;
	height: 223px;
}
.thrColFixHdr #header { 
background: #FFF;
height: 75px; /*Height of top section*/
margin: 0;
width:482px;
}
 

.thrColFixHdr #signup {
	height: 40px;
	padding:21px 2px 0 0;
	float: right;
}

.thrColFixHdr #banner {
	background: #FFF;
	height: 148px;
	float: left;
	width: 806px;
}
.thrColFixHdr #sectiontitle1 {
	font-size: 13px;
	font-weight: bold;
	color:#996633;
	padding-bottom: 5px;
}

.thrColFixHdr #sectiontitle2 {
	font-size: 13px;
	font-weight: bold;
	color:#666666;
}
.sectiontitle3 {font-size: 11px}


.thrColFixHdr #newstitle {
	font-size: 15px;
	font-weight: bold;
	color:#996633;
	padding-bottom: 5px;
	padding-top: 5px;
}

.datetitle {color: #999966}

.newsitem {color: #000000}



.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 122px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 10px 21px; /* padding keeps the content of the div away from the edges */
	margin: 0px 0px 0px 0px;
	min-height: 350px;
}
.thrColFixHdr #sidebar2 {
	width: 283px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px 0px 0px 0px;
	float: right;
	min-height: 350px;
}
.thrColFixHdr #mainContent {
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 390px;
	float: left;
	min-height: 350px;
} 

.thrColFixHdr #innertube {
	padding:16px 19px 20px 21px;
	min-height: 350px;
}
.thrColFixHdr #innertube2 {
	padding:16px 18px 20px 16px;
	min-height: 350px;
}
.thrColFixHdr #image {
	padding:3px 0px 7px 0px;
}
.thrColFixHdr #footer {
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:300px;
	height:50px;
	background:url(images1/footer.jpg) no-repeat top left;
	margin-top: -10px;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 INPUT {
	background-color: #EDEDED;
	color: #333333;
	font-family: helvetica, arial, verdana, ms sans serif;
	font-weight: normal;
	font-size: 10pt;
	border:solid;
	border-color: #999999;
	border-width: 1px;
	padding: 3px 2px 2px 3px;
}

TEXTAREA {
	background-color: #CCCCCC;
	border:solid;
	border-color: #999999;
	border-width: 1px;
	color: white;
	font-family: helvetica, arial, verdana, ms sans serif;
	font-size: 10pt;
	font-weight: normal;
}

.altButtonFormat {
	background-color: #E7BC64;
	font-family: helvetica, arial, verdana, ms sans serif;
	border: none;
	font-size: 11px;
	color: #FFFFFF;
	height: 19px;
	padding: 0px 2px 0px 2px;
	font-weight: normal;
}

.altTextField {
	background-color: #CCCCCC;
	font-family: helvetica, arial, verdana, ms sans serif;
	font-size: 11pt;
	color: #333333;
	border:solid;
	border-color: #999999;
	border-width: 1px;
}

