body {
 background:#0033ff;
 text-align:center;
 padding:0;
 font-size:medium;
 }

#surround {
 text-align:left;
 margin:auto;
 }

img.banner {
	float:left;
	margin:2px;
	}
 
#header {
 background:#eeeeee;
 padding:2px;
 height:102px;
 }
 
table.activities {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
  }
table.activities th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	font-style: italic;
  }
table.activities td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
  }
	
p.act_table_heading {
  text-align: center;
	font-size:125%;
	font-weight: bold;
	font-style: italic;
	}

font.heading {
 font-size:22pt;
 color: #cc0033;
 font-family: sans-serif;
 font-weight: bold;
 margin-top:30px;
 }
 
font.subheading {
 font-size: 9pt;
 color: #000000;
 font-family: sans-serif;
 font-weight: bold;
  }

#logo {
 height:80px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;
 }

#bodyblock {
 position:relative;
 background:#dcdcdc;
 padding:0px;
 }

#lcol {
 float:left;
 background:#dcdcdc;
 width:0px;
 margin-left:5px;
 font-size:11pt;
 min-height:600px;
 }

#contents {
 background:#ffffff;
 color: #333333;
 text-align:left;
 min-height:600px;
 font-size:10pt;
 }

#footer {
 clear: both;
 height:auto;
 background:#dcdcdc;
 color:#333333;
 padding-top:10px;
 }
 
font.safely {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	padding:0px;
	}

h3, p {
 margin:0;
 padding:10px;
 }

h4 {
 margin:0;
 padding:5px 0;
 }

a:hover {
 background-color:#ffffff;
 text-decoration:none;
 }
 
a:link {
	color:#000000;
	text-decoration:underline;
	}
	
a:visited {
 color:#000000;
 text-decoration:underline;
 }
 
#logo, #lcol, #headnav, #future_event, #footer { display: none; }