@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}
a.logo {
	color: #000;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
}
.oneColFixCtrHdr #header {
	width: 950px;
	margin: 0px;
	background-color: #000;
	height: 140px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.logoPaddingTop {
	padding-top: 97px;
}
#logoPosition {
	height: 140px;
	width: 825px;
	background-color: #000;
	float: right;
}
.oneColFixCtrHdr #mainContent {
	width: 950px;
	padding: 0;
	margin: 0px;
	background-color: #000;
	height: 610px;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	background-color: #000;
	margin: 0px;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
#access {
	background-color: #000;
	height: 600px;
	width: 125px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#access ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#access ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	display: block;
	list-style-type: none;
	text-align: right;
	padding-bottom: 10px;
}
#access a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
#access a.current_page {
	color: #990000;
}
#access a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: underline;
}
#slideshow {
	background-color: #000;
	height: 600px;
	width: 825px;
	float: left;
	color: #0C3;
}
.accessPadding {
	padding-top: 410px;
}

