﻿*	{
	margin:0;
	border:0;
	padding:0;
}

body {
	font-size:62.5%;
	text-align:center;
	font-family:Verdana, sans-serif;
	background-color:#e0e0e0;
}

h1 {
	font-size:2.4em;
	color:blue;
	margin:0 25px .5em 25px;
	}

h2 {
	color:blue;
	font-size:1.8em;
	margin:.5em 25px .5em 25px;
}
	
h3 {
	color:blue;
	font-size:2em;
	margin:0 25px .5em 25px;
	}

table	{
	margin:1em 25px 1em 25px;
	width:90%;
	border-collapse:collapse;
}

th	{
	font-size:1.8em;
	padding:5px 1em 5px 1em;
	text-align:left;
	border:1px dotted blue;
}

td	{
	font-size:1.2em;
	padding:5px 1.5em 5px 1.5em;
	border:1px dotted blue;
}

address	{
	font-size:1.2em;
	margin:10px 0 0 0;
	text-align:left;
	font-style:normal;
	margin-left:50px;
}

ul{
	margin-bottom:1em;
}

li	{
	margin:0 25px .5em 50px;
	text-align:justify;
	font-size:1.2em;
}

p	{
	margin:0 25px 1em 25px;
	text-align:justify;
	font-size:1.2em;
}

hr	{
	color:#0000c8;
	background-color:#0000c8;
	height:2px;
	margin:5px;
}

#wrapper	{
	width:820px;
	margin:0 auto;
	margin-top:10px;
	text-align:left;
	background-color:#ffffff;
}

#top	{
	text-align:center;
}

#middle	{
	clear:both;
}

#nav	{
	float:left;
	width:175px;
	margin:20px 0 0;
	padding:0 5px 0 0;
	}

#main	{
	width:635px;
	border-left:1px solid #CBCBB3;
	float:left;
}

#bottom	{
	text-align:center;
}

#topleft	{
	float:left;
}

#topright	{
	float:right;
	margin-right:10px;
}

#links	{
	margin:0 25px 25px 25px;
	background-color:#d0d0d0;
	padding:25px 0 0 25px;	
}

#links img	{
	margin:0 25px 25px 0;
}

.header	{
	font-size:2.4em;
	text-align:center;
	color:blue;
	margin:10px 0 0 0;
}

.subheader	{
	font-size:1.8em;
	text-align:right;
	color:black;
	margin:5px 0 0 0;
}

.navigation	{
	margin:0 0 0 0;
	padding:0;
}

.navigation li	{
	list-style-type:none;
	border-bottom:1px dotted #D62CCA;
	margin-bottom:0;
	margin-left:0.5em;
	text-align:left;
	padding:4px;
}

.navigation a	{
	text-decoration:none;
}

.navigation a:active	{
	color:#ff3333;
}

.navigation a:hover	{
	color:#000000;
	text-decoration:underline;
}

.thispage	{
	font-weight:bold;
}

.footer	{
	font-size:1em;
	text-align:center;
	margin-bottom:0.5em;
}

.topic	{
	font-weight:bold;
	color:blue;
}

.big	{ 
	font-size:1.5em;
}

.special	{
	clear:both;
	margin:0 15px 15px 15px;
	border:thin red solid;
	padding:0;
}

.special h2	{
	color:red;
	margin:.5em 10px .5em 10px;
}
.special p	{
	margin:0 10px 1em 10px;
}
.time	{
	text-align:center;
}

.centred	{
	text-align:center;
}

.day	{
	font-weight:bold;
}

.star	{
	font-weight:bold;
	color:maroon;
}