@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../images/514logobgrdglow250.jpg);
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 280px;
	width: 800px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.menubar {
	height: 70px;
	width: 850px;
	float: none;
	margin: 3px;
	padding: 5px;
	clear: none;
}
#mainContent h3 {
	font-family: Tahoma, Geneva, sans-serif;
}
#mainContent p {
	text-align: left;
}
##noractivities {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #666;
	height: 225px;
	width: 250px;
	clear: right;
	float: right;
	text-align: right;
	color: #CCC;
	padding: 0px;
	margin: 5px;
}
th, td {
	border: thin solid #09A2F2;
}


.oneColFixCtrHdr b span {
	text-align: center;
}

.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	border: thin solid #F12F2F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-align: left;
	float: none;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
	color: #000;
}
.oneColFixCtrHdr #footer {
	background-color: #09A2F2;
	height: 70px;
	vertical-align: top;
	padding: 5px;
	width: auto;
}
.oneColFixCtrHdr #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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #09A2F2;
}


#footer table tr td a links {
	color: #FFF;
}
#footer table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-align: center;
	height: 40px;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 90%;
	font-size: small;
	font-weight: normal;
}

#footer table tr td a {
	color: #FFF;
}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 2px;
	width: 95%;
	border-collapse: collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
