@charset "UTF-8";

#bannerLeft {
	float: left;
	width: 250px;
	padding-left: 75px;
	font-family: "Lucida Grande", Arial, Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #cba964;
	padding-top: 5px;
	margin: 0px;
}
#bannerRight {
	float: right;
	width: 300px;
	padding-right: 75px;
	font-family: "Lucida Grande", Arial, Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #cba964;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 10px;
}

#container {
	width: 970px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-style: none;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	display: block;
	background-color: #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#sidebar1 {
	width: 216px;
	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: 26px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: 20px;
	margin-left: 12px;
}

div#sidebar2 {
	width: 216px;
	height: 100%;
	min-height: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 26px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	clear: none;
	margin-right: 0px;
	margin-left: 20px;
}


#mainContent {
	min-height:450px;
	text-align:left;
	zoom: -1;
	padding: 0px;
	float: right;
	clear: none;
	width: 680px;
	margin: 0px;
} 
.contentA {
	line-height: normal;
	background-image: url(../images/pageWhiteBG.jpg);
	background-repeat: repeat-y;
	padding-right: 15px;
	padding-bottom: 13px;
	padding-left: 20px;
	margin-top: 26px;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.home {
	padding-right:0px;
	background-image: url(../images/welcome_bg.gif);
	background-position:top -3px;
	background-repeat: no-repeat;
	padding-top:0px;
	margin-top: 0px;
	
}




.contentB {
	line-height: normal;
	background-image: url(../images/pageWhiteBG.jpg);
	background-repeat: repeat-y;
	padding-right: 22px;
	padding-bottom: 13px;
	padding-left: 0px;
	margin-top: 26px;
	float: left;
	width: 670px;
	margin-left: 18px;
}

.contentC {
	line-height: normal;
	background-image: url(../images/pageWhiteBG.jpg);
	background-repeat: repeat-y;
	padding-right: 22px;
	padding-bottom: 13px;
	padding-left: 0px;
	margin-top: 26px;
	float: right;
	width: 680px;
	margin-left: 18px;
}


.contentHome {
	background-image: url(../images/homeBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 140px;
	padding-right: 395px;
	padding-bottom: 13px;
	padding-left: 31px;
	line-height: 22px;
	font-family: "Lucida Grande", Arial, Verdana;
	height: 175px;
}

#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;
	background-repeat: no-repeat;
	background-color:#ffffff;
	width: 970px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	display: block;
}


/* 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;
}

