<!-- written by Timothy Candy - Hacked by Rachael Tappenden -->


html, body {  
font-family: times, serif;
    background-color: white; 
  height: 100%;
  margin: 0 0 1px;
  padding: 0.2em;}


#wrapper {
 width: 100%;
 margin-top:0 auto;
margin-left: 20%;
}


#header {
	color: #003366;
	width: 60%;
    	height: 10%;
	posistion: top;
    	font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif; 
}

#header h1 {
text-align:center;
     font-size:250%;
     
}

#mysubheader {
	color: #DD1E2F;
	width: 60%;
    	padding-bottom:1em ;
	posistion: float;
	font-size: 118%;
	text-align:center;
    	font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif;
}

#topbar{width: 60%;
	border-bottom: solid;
   	border-top:solid;
   	border-top-width:medium;
   	border-bottom-width: medium;
   	color: #64908A;
	margin: 0em;
    	padding-top: 0.2em;
    	padding-bottom:0.2em ;
    	font-size: 118%;
	font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif; 
	text-align:center;
}

#topbar a:link { color: #003366}

#topbar a:visited {color: #003366}

#topbar a:hover {
color: #DD1E2F;
<!background-color: #e6e6e6;>
}

#topbar a {
padding:0.2em;
text-decoration: none }

div#leftbar {
       position: fixed;
       left: 0;
       top: 0;
       background-color: #DED1B6; 
background-image:url('wallpaper.jpg');
       width: 15%; 
       height: 100%;
     }
     div#rightbar {
       position: fixed;
       right: 0;
       top: 0;
background-image:url('wallpaper.jpg');
       background-color: #CCCCCC; 
       width: 15%; 
       height: 100%;
     }



#header h2 {
text-align: center;
font-size:100%;
padding-right: 10em
}

#header a:link { color: #003366}
#header a {text-decoration: none }
#header a:visited {color: #003366}
#header a:hover {
color: grey;
}


#header h3 {
text-align: center;
font-size:80%;
padding-right: 20em
}

#address {
    font-size:80%;
    color: #003366;
     top:1em;
    left: 20em;
    width: 15em;
text-align: center;

}

#maintext { margin-top:0.5em;
	font-size:100%;
     	padding-top:0em;
     	padding-left:0em;
     	margin-bottom:0.5em;
        width:60%;
     	float:left;
	font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif; 
    	background-color: white; 
}


#maintext h2, h3 {font-weight:normal;
color: #003366;
}


#maintext p { 
padding-left:2em;

}
#maintext ol li {
 padding: 0.3em; }



#maintext table {
margin-bottom:50px;
}



#footer {
font-size:90%;
width: 60%;
height:5%;
float:bottom;
clear:both;
border-bottom: solid;
border-top: solid;
text-align:center;
border-color: #64908A;
border-width:medium;
font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif;

}