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

html, body{
	height: 100%;
	min-height: 100%;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #808080;
	background-image: url(../images/Body_Backgrd.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.oneColElsCtr #container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	height: 100%;
	min-height: 100%;
}

#header    {
	height: 200;
	height: auto;
	width: 100%;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #333300;
}
.oneColElsCtr #mainContent {
	background-color: #FFFFFF;
}
#gecLink    {
	padding-left: 15px;
	background-color: #333300;
}

#navcontainer ul {
	background-color: #000000;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
	letter-spacing: 1px;
	text-indent: 0px;
	margin: 0;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a
{
	color: White;
	text-decoration: none;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
	text-indent: 0px;
}

#navcontainer ul li a:hover
{
	color: #0099FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#footer    {
	text-align: center;
	height: 100%;
	width: 960px;
	background-color: #000000;
}
#footer p {
	font-size: 14px;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
#footer    ul   li  {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
}
#footer ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
#footer ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099FF;
	text-decoration: none;
}

#moreInfoTop    {
	float: left;
	background-color: #FFFFFF;
	height: 600px;
	width: 960px;
	margin-right: 0px;
	margin-top: 80px;
	border: 0px solid #999999;
}
#moreInfoTop  p    {
	text-align: center;
	font-size: 30px;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}
#moreInfo    {
	float: left;
	background-color: #FFFFFF;
	height: 100px;
	width: 960px;
	margin-right: 0px;
	margin-top: 0px;
	border: 1px none #999999;
}
#moreInfo  p    {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

#moreInfo  p p    {
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#moreInfoBtm    {
	float: left;
	height: 200px;
	width: 960px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
}
#moreInfoBtm  p    {
	text-align: left;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#changingImages    {
	float: center;
	height: 330px;
	width: 960px;
	background-color: #FFFFFF;
}
#calendar    {
	float: center;
	height: 660px;
	width: 960px;
	background-color: #FFFFFF;
}
.white  {
	color: #FFFFFF;
}
.bold   {
	font-weight: bold;
}
.slideshow {
	float: left;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 6px;
}
.slideshow img {
}
#nav {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
#nav a {
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #33FF00;
	display: block;
	border: 4px solid #FFFFFF;
	color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
}
#nav a.activeSlide {
	background-color: #336600;
	color: #000000;
}
#nav a:focus {
	outline: none;
}

