@charset "utf-8";
body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #FFFFFF;
	background-color: #000000;
	font-family: Cambria, "Times New Roman";
	font-size: 16px;
}
.alternate a:link {
	color: #FFFF00;
	text-decoration: none;
}
.alternate a:visited {
	color: #FFFF00;
	text-decoration: none;
}
.alternate a:hover {
	color: #FF0000;
	text-decoration: none;
}
.alternate a:active {
	color: #FFFF00;
	text-decoration: none;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}

a:visited {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
}
img {
	margin: 0px;
	padding: 0px;
}


p {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
map {
	margin: 0px;
	padding: 0px;
}

.oneColFixCtrHdr #container {
	width: 800px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: -330px;
	margin-left: auto;
	background-image: url(../images/middle.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	height: 100%;
	position: relative;
}
.oneColFixCtrHdr #header {
	padding: 0px;
	margin: 0px;
	height: 200px;
	width: 100%;
}
.oneColFixCtrHdr #header p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
}
.oneColFixCtrHdr #mainContent {
	margin: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Cambria, "Times New Roman";

}
.oneColFixCtrHdr #footer {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	position: relative;
	height: 330px;
}
.oneColFixCtrHdr #footer2 {
	padding: 0;
	margin: 0px;
	text-align: center;
	font-size: 11px;
	background-color: #000000;
}
.pictures {
}
.leftpicture {
	padding-right: 5px;
}
.paragraphs {
	padding-right: 25px;
	padding-left: 25px;
}
.rightpicture {
	padding-left: 5px;
}
/* rotator in-page placement */
        div.rotator {
	position:relative;
	height:345px;
	margin-left: 15px;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
        div.rotator ul li.show {
	z-index:500;
}


