@charset "UTF-8";

#bannerLeft {
	float: left;
	width: 300px;
	padding-bottom: 10px;
	padding-left: 50px;
	font-family: "Lucida Grande", Arial, Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #FF9900;
	margin-top: 250px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bannerRight {
	float: right;
	width: 300px;
	padding-bottom: 10px;
	padding-right: 6px;
	font-family: "Lucida Grande", Arial, Verdana;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}

.container {
	padding: 0px;
	width: 927px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid  #FFFFFF;
}

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;
	clear: left;
	margin-right: 0px;
	margin-left: 12px;
}


.content {
	min-height:450px;
	text-align:left;
	zoom: -1;
	clear: none;
	margin: 0px;
	padding-bottom: 13px;
	padding-top: 26px;
	border:none;
	padding-right: 0px;
	padding-left: 0px;

} 

.content.left {
	width: 68%;
	background-image: url(../images/pageWhiteBG.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
	float: left;
	margin-right: 8px;
}

.content p,#content  p {
	font-size: 125%;
	color: #666666;
		text-align:justify;

	line-height: 135%;
}	




.content p a:link,  .content p a:visited ,#content a:link, #content a:visited  {
	color: #000000;
	text-decoration: none;
	font-weight:normal;
	border-bottom: 1px dotted #CF6C08;
	 }
#sidebar a:link, #sidebar a:visited  {
	color: #000000;
	text-decoration: none;
	font-weight:normal;
	border-bottom:none;
	 }


p a:hover, .content p a:hover, #content a:hover, #sidebar a:hover {
color: #B78802;
	 text-decoration: none;
	 border-bottom:1px solid #B78802;
	 }

div .content.home p {
	font-size: 135%;
	text-align:justify;
	color: #444444;
	line-height: 160%;
}	



div.content.right {
	width: 68%;
	padding-right: 22px;
	float: right;
	margin-left: 20px;
}
div.content.full {
	width: 95%;
	padding-right: 22px;
	margin-left: 20px;
}

div.content.home {
	width: 52%;
	background-image:url(/images/title_home.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	float: left;
	margin-right: 0px;
	padding-right: 0px;
	background-position: 15px 20px;
	padding-top: 80px;
}


#centerRow {
	padding:0;
	zoom: 1;
	background-repeat: no-repeat;
	background-color:#ffffff;
	margin: 0;
}


/* 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;
}
