/* ==== body ==== */

#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

body {
	font-size: 12px;
	color: #333;
	background-color: #FDFDFD;
	margin: 0;
	background-repeat: repeat-x;
	font-family: geneva, sans-serif;
	background-image: url(../images/body_bg.jpg);
}

#banner {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/banner_bg.jpg);
	background-position: 50% 102%;
	background-repeat: no-repeat;
	height: 200px;
	padding-bottom: 2px;
}


/* ====  content ==== */

#content div#mainContent {
	float: left;
	width: 570px;
	margin: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 0px;
}


#mainContent h1 {
	color: #F90901;
	font-size: 21px;
	font-weight: bold;
	line-height: 0.2em;
	font-family: "Trebuchet MS", sans-serif;
	padding-top: 15px;
}

#mainContent h2 {
	color: #037AB6;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	font-family: "Trebuchet MS", sans-serif;
}

#mainContent h3 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	color: #000000;
	line-height: 1.1em;
	padding-top: 7px;
}

#mainContent p {
	font-family: geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
}

#mainContent ul {
	font-size: 12px;
	line-height: 1.7em;
}

#mainContent a {
	color: #333;
	text-decoration: underline;
}
#mainContent a:hover {
	text-decoration: none;
}


/* ==== sideBar ==== */

#content div#sideBar {
	float: right;
	width: 255px;
	margin: 1.5ex 0 0 0;
	padding: 0px 15px 10px 20px;
}
#sideBar a {
	color: #000000;
}
#sideBar a:hover {
	text-decoration: none;
}

#sideBar p {
	font-family: geneva, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #666666;
	font-weight: normal;
}
#sideBar h2 {
	font-size: 17px;
	color: #037AB6;
	font-family: "Trebuchet MS", sans-serif;
}
#sideBar .padding {
	padding-bottom: 15px;
}

/*-- ==== footer ==== */

#footer {
	font-size: 11px;
	width: 100%;
	line-height: 1.7em;
	color: #037ab6;
	text-align: center;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 5px;
	border-top: 7px solid #f6821f;
}
#footer h1 {
	font-size: 16px;
	font-weight: normal;
}
#footer a {
	color: #037ab6;
}
#footer a:hover {
	text-decoration: none;
}
.cls {clear:both; height:0px; overflow:hidden;} 

#outerBox {
	position: relative;
	width: 900px;
	margin: 0px auto 0px auto;
	height: 120px;
	padding-bottom: 10px;
}

#left {
	position: absolute;
	left: 15px;
	float: left;
	width: 492px;
	padding-right: 15px;
	top: 10px;
}
#middle {
	position: absolute;
	top: 15px;
	left: 570px;
	width: 75px;
	background-color: #FFFFFF;
}

#right {
	position: absolute;
	top: 15px;
	left: 650px;
	width: 200px;
	background-color: #FFFFFF;
}
#mainContent ol {
	line-height: 1.5em;
}
