@charset "UTF-8";

#bannerLeft {
	margin: 0px;
	float: left;
	height: 159px;
	width: 629px;
	background-image: url(../images/bannerBG_left.gif);
	background-repeat:no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 75px;	
}

.container {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#sidebar1 {
	width: 186px;
	height: 100%;
	min-height: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	clear: none;
	margin-right: 0px;
}


#mainContent {
	margin-top: 0px;
	margin-right: 0px;
	min-height:22px;
	text-align:left;
	zoom: -1;
	margin-bottom: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 810px;
} 

#homeContent {
	margin-right: 0px;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	background-color: #FFF;
	margin-bottom: 50px;
} 

#centerRow {
	padding:0;
	zoom: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-color:#ffffff;
	border: 1px solid #000000;
}


/* Miscellaneous classes for reuse */
.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;
}
