body {
 background:#ffffff;
 text-align:center;
 }

#surround {
 text-align:left;
 border:1px solid #000000;
 margin-left:10px;
 margin-right:10px;
 }

#header {
 background:#eeeeee;
 padding:2px;
 height:102px;
 }

#logo {
 height:82px;
 background:#eeeeee;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 vertical-align:middle;
 }

#bodyblock {
 background:#dcdcdc;
 padding:0px;
 min-height:600px;
 }

#lcol {
 float:left;
 background:#dcdcdc;
 width:180px;
 font-size:9pt;
 }

#contents {
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 margin-left:185px;
 min-height:600px;
 }

#waratah {
 margin-left:5px;
 margin-right:5px;
 }

#footer {
 clear: both;
 height:135px;
 background:#eeeeee;
 color:#333333;
 border:solid black;
 border-width:1px 0 0 0;
 padding-top:10px;
 }
 
 
table.activities {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
  }
table.activities tr {
	vertical-align:top;
	}
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;
  }
 
font.safely {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	padding:0px;
	}

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

p.activities {
 font-weight: bold;
 }

h4 {
 margin:0; 
 padding:5px;
 text-decoration:underline;
 }
 
h4.report {
 margin:0; 
 padding-left:5px;
 text-decoration:underline;
 }

a:hover {
 background-color:#ffffff;
 text-decoration:none;
 }
 
a:link {
	color:#000000;
	text-decoration:underline;
	}
	
a:visited {
 color:#000000;
 text-decoration:underline;
 }
 
img.banner {
	float:left;
	margin:2px;
	}