@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;
}
#container  {
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header  {
	padding-top: 0;
	padding-bottom: 0;
}
#homeMain {
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.framed {
	border: 5px solid #000000;
}
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 */
}
#mainContent  {
}
#mainContent a {
}
#mainContent a:hover {
}
img {
	border: 2px solid #000000;
}
#footer  {
}
#footer a {
}
#footer a:hover {
}
#footer  p {
	list-style-type: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#container hr {
	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 {
}
#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: none;
}
.buttonImg {
	text-align: center;
	border: 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 {
	vertical-align: top;
}
#whiteBG .toplink {
	text-align: center;
}
#mainContent #topnav {
	display: none;
}
#mainContent #topnav li {
	display: inline;
}
#return {
	text-align: center;
}
#return a {
}
#return a:hover {
}
.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 {
}

#mainContent .jump li {
	display: inline;
}
#whiteBG .jump a:hover {
}
#whiteBG a {
}
#whiteBG a:hover {
}
.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;
}
#mainContent .jump #print {
	display: none;
}
#activities td {
	margin: 0px;
}

