@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #111;
}
a:link {
	color: #000080;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: 000080;
}
a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #E00;
}
h1 {
	font-size: 18px;
	text-align: left;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 12px;
}
#wrapper {
	background-color: #fff;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#header {
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 178px;
	background-repeat: no-repeat;
	position:relative;
}
#header ul{
	list-style:none;
	float: left;
	position:absolute;
	right:0px;
	width: 950px;
	bottom: 0px;
	margin-bottom: 1px;
}	
#header li {
	float: left;
	background-color: #fff;
}
#header li a:link,#header li a:visited{
	background-color: #fff;
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#009;
	line-height:18px;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
#header ul a:hover{
	color:#C30;
	margin-left:auto;
	background-color: #E9E9E9;
}
#Search {
	background-color: #fff;
	height: 70px;
	width: 960px;
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sidebar {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 310px;
	background-color: #fff;
	list-style-type: none;
	text-align: left;
}
#sidebar2 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 310px;
	background-color: #fff;
	list-style-type: none;
	text-align: left;
}

#sidebar h3 {
	margin-left: auto;
	background-color: #DDD;
	width: 290px;
	margin-right: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	text-align: center;
	color: #009;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#sidebar2 h3 {
	margin-left: auto;
	background-color: #DDD;
	width: 290px;
	margin-right: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	text-align: center;
	color: #009;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#mainContent {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #DDD;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 320px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: left;
}
.index-right {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 2px solid #D00;
	width: 360px;
	height: auto;
	float: right;
}
.index-left {
	width: 350px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	height: auto;
	border: 2px solid #9F0;
}
#mainContent2 {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #DDD;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 320px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: left;
}
#footer {
	background-color: #fff;
	margin: 0px;
	padding: 0 10px 0 20px;
	clear: both;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444;
}
#footer p {
	margin: 0
	padding: 10px 0;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
.footercontent {
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 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;
}
.copyright {
	font-size: 10px;
	text-align: center;
	padding: 10px;
}


.Col1of2 {
	width: 280px;
	float: left;
	text-align: center;
	margin-left: 10px;
}
.Col2of2 {
	width: 280px;
	float: left;
	text-align: center;
}
.ImageRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 175px;
	text-align: justify;
}
.Left {
	width: 300px;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.Red {
	color: #E00;
}
.CenterText {
	float: left;
	width: auto;
	margin-right: 150px;
	margin-left: 150px;
	text-align: left;
}
.ImageCenter {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 175px;
	width: 300px;
	text-align: justify;
}
.ImageCenter300 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 110px;
	width: 350px;
	text-align: center;
}
.ImageCenter500 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 50px;
	width: 500px;
	text-align: left;
}
.AdRt {
	float: right;
	padding-bottom: 2px;
	padding-left: 5px;
}
#sidebar3 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 130px;
	background-color: #fff;
	list-style-type: none;
	text-align: left;
}
#mainContent3 {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #DDD;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 140px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: left;
}
#mainContent4 {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #DDD;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: left;
}

