@charset "utf-8";
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;
	color: #FFFFFF;
	background-color: #2C2C2C;
}
#container  {
	width: 820px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header  {
	background-image: url(images/Banner-dk_gray.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #2C2C2C;
}
#homeMain {
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.framed {
	border: 5px solid #FFFFFF;
}
img {
	border: 2px solid #000000;
	margin-bottom: 10px;
}


#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: none;
}
#mainContent  {
	background: #2C2C2C;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#mainContent a {
	color: #FFFF99;
}
#mainContent a:hover {
	color: #CCCCCC;
}
img {
	border: 2px solid #FFFFFF;
}


#footer  {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	width: 600px;
	background-color: #2C2C2C;
	padding: 0;
	margin-top: 0px;
}
#footer a {
	color: #333333;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer  p {
	list-style-type: none;
	text-align: center;
	background-color: #999999;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}
#container hr {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	color: #31EFCE;
	text-align: center;
}
.fltLft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.clearflt {
	clear: both;
	height: 1px;
}
.fltRt {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#homeText {
	padding: 10px;
	width: 280px;
	margin-left: 500px;
}



#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.centerText {
	text-align: center;
}
.noBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.buttonImg {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent #SunSeville {
	height: 436px;
	vertical-align: middle;
}
.style2 {
	font-size: 20px;
	font-weight: bold;
}
.date {
	text-align: right;
	width: 150px;
	vertical-align: top;
}
#whiteBG  th   {
	text-align: left;
}

.activity {
	width: 560px;
	vertical-align: top;
}
#whiteBG .toplink {
	text-align: center;
	padding-top: 10px;
}




#mainContent #topnav {
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	text-indent: -35px;
}
#mainContent #topnav li {
	display: inline;
}
#return {
	text-align: center;
}
#return a {
	color: #FFFF99;
}
#return a:hover {
	color: #CCCCCC;
}
.boldItal {
	font-style: italic;
	font-weight: bold;
}
#whiteBG {
	color: #000000;
	background-color: #FFFFFF;
	padding: 20px;
	margin-bottom: 20px;
}
.fltRt_blkFrame {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 2px solid #000000;
}
#mainContent .jump {
	list-style-type: none;
	text-indent: -40px;
}
#whiteBG .jump a {
	color: #2C2C2C;
}

#mainContent .jump li {
	display: inline;
}
#whiteBG .jump a:hover {
	color: #9900CC;
}
#whiteBG a {
	color: #2C2C2C;
}
#whiteBG a:hover {
	color: #9900CC;
}
.title-smaller {
	font-size: 18px;
}
.smallerItal {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
.400wide {
	float: left;
	margin-right: 45px;
	margin-left: 25px;
}
#activities td {
	margin: 6px;
	padding: 6px;
}
