@charset "utf-8";
/* CSS Document */

html, body {
	border:0;
	background:url(images/sitebg6.jpg) repeat-x;
	padding: 0;
	height: 100%;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 16pt;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30;
	margin-left: 0;
}

a:link{
	text-decoration: none;
	color: #0000FF;
}

a:visited {
	text-decoration: none;
	color: #0000FF;
}

a:hover{
	text-decoration: underline;
	color: #FF9900;
	font-weight: bold;
}



#pageSite {
	background-image: url(images/sitebg5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0;
	margin: 0;
	height: 845px;
}
#pageContainer {
	width:963px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/sitebg6.jpg);
	background-repeat: repeat-x;
	height: 100%;
}

#navigation {
	display: inline;
	float: right;
	margin-top: 0px;
	font-family: "Arial", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
	width: 580px;
	margin-bottom: 24px;
	background-color: #E6E6E6;
	margin-right: 20px;
}

#pageHeader {
	width: auto;
	height: auto;
}
#logo {
	left:20px;
	position: relative;
	top: 10px;
	width: 500px;

}
#headerBanner {
	clear: both;
	height: 238px;
	width: 963px;
}
h1 {
	font-family: "Arial Narrow", Georgia, "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight:normal;
	color: #004080;
}
h2 {
	font-family: "Arial", Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight:normal;
	color: #FF9900;
}

h3 {
	color: #004080;
	font-size: 16pt;
	font-family: "Arial", Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
h4 {
	font-size: 14px;
	font-weight:bold;
	font-family: "Arial", Georgia, "Times New Roman", Times, serif;
	margin-bottom: -10px;
}
#pageContent {
	padding-left: 30px;
	clear: none;
	float: none;
	padding-top: 30px;
}

#rightContent {
	float: right;
	display: inline;
	width: 250px;
	background-color: #E6E6E6;
	margin-right: 30px;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
}
#leftContent {
	float: left;
	width: 580px;
	height: auto;
	position: relative;
	display:inline;
	margin-bottom: 50px;
}
#rightContent h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height:28px;
}

#pageAdsText {
	background-color: #F3F3F3;
	margin-top: -3px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#pageFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	clear: both;
	background-color: #F2F2F2;
	width:880px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
}

