@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	color: #666;
	background-color: #e6e6e6;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
p {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	color: #276de3;
	text-align: center;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #276DE3;
	margin: 0;
	padding-top: 1em;
	padding-bottom: .2em;
}

#mainContent p {
	padding-top: .5em;
	padding-bottom: 0;
	margin: 0;
	line-height: 125%;
}

#mainContent ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: .5em;
	padding-bottom: 1em;
}

#mainContent li {
	line-height: 125%;
}

#mainContent a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

#mainContent a:link {
	text-decoration: none;
}

#mainContent a:visited {
	color: #666666;
}
	
#mainContent a:hover {
	color: #25904a;
	text-decoration: underline;
}

#pageWrapper {
	width: 780px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background:#ffffff url(images/sidebanner.jpg) right top repeat-y;
}

#banner {
	height: 175px;
	background: #666 url(images/topbanner1.jpg) center top no-repeat;
}

#banner p {
	position: relative;
	top: 125px;
	right: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: .95em;
	margin-top: 0;
	margin-bottom: 0;
	text-align: right;	
}

#navBar {
	background: #666666 url(images/NavBar.jpg) left top no-repeat;
	height: 35px;
	padding-top: 3px;
}

ul.nav {
	text-align: left;
	margin-left: 20px;
	list-style: none;
	padding-left: 0;
	padding-top: 4px;
	margin-top: 0
}

ul.nav li {
	display: inline;
}

ul.nav a{
	padding: 6px 15px 8px 15px;
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	font-stretch: 140%;
	font-weight: normal;
}

ul.nav a:link {
	color: #ffffff;
	font-weight: normal;
}

ul.nav a:visited {
	color: #ffffff;
}

ul.nav a:hover {
	color: #fff300;
	background: url(images/menudown.jpg) left top no-repeat;
}

#contentWrapper {
	width: 780px;
	position:relative;
	height: 100%;
}

#mainContent {
	float: left;
	width: 560px;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	background-color: #ffffff;
	margin-bottom: 20px;
}

#rightSidebar {
	float: right;
	width: 200px;
}

#rightSidebar img {
	border: none;
}

#footer {
	clear: both;
	position: relative;
	width: 780px;
	margin: 0 auto 0 auto;
	background: #ffffff url(images/bottomedge.jpg) center top no-repeat;
	bottom: 0;
	height: 55px;
	padding: 0;	
}

#footer a {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}

#footer a:link {
	text-decoration: none;
}

#footer a:visited {
	color: #fff300;
}
	
#footer a:hover {
	text-decoration: underline;
}

#footer p {
	padding-top: 10px;
	font-size: .8em;
	font-weight: normal;
	color: #ffffff;
}

* html #pageWrapper {
	width: 780px;
}
