body {
	text-align: center; /*to make IE centre the page correctly*/
	font-size:100%; /*to fix exaggerated text resizing in IE*/
	line-height:1.125em;
	background-color: #6dd0f7;
}

#container {
	width: 900px;
	margin: 20px auto;
	text-align: left; /*to align the text back to the left after IE hack above*/
}

#header {
	background: url("banner3.png") no-repeat;
	width: 900px;
	height: 150px;
	text-align: center;
}

#header h1 {
	text-align: center;
	font-size: 1.25em;
	font-family: "Comic Sans MS";
	padding-top: 20px;
	padding-bottom: 100px;
	margin: 0;
} 

#header h1 a {
	padding-bottom: 100px;
	padding-left: 270px;
	padding-right: 270px;
	color: #000;
	text-decoration: none;
}

h2 {
	text-align: center;
	font-size: 1.5em;
	font-family: "Comic Sans MS";
}

#leftnav {
	float: left;
	display: inline; /*to display correctly in IE6*/
	width: 115px;
	margin: 0;
	padding: 0;

}

#rightnav {
	float: right;
	display: inline; /*to display correctly in IE6*/
	width: 115px;
	margin: 0;
	padding: 0;

}

#content {
	width: 650px;
	margin: 0 auto;
	padding: 0;
	background: #fff url("content_background.png") repeat-y;
}

#content img {
	margin-bottom: -5px;
	padding: 0;
}

#content p {
	padding: 0 30px;
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
}

#content h2 {
	position:relative; top: -30px;
	margin: 0;
	padding: 0;
}

#content h3 {
	padding: 20px 30px 0 30px;
	font-family: "Comic Sans MS";
}

#content h3.news {
	text-align: center;
}

#content h4 {
	padding: 10px 30px 0 30px;
	font-family: "Comic Sans MS";
}

#content li {
	margin: 0 30px;
	color: #000;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #33f;
}

#content a:hover {
	text-decoration: underline;
}

#home_content {
	margin: 0 165px;
	padding: 0;
	text-align: center; 
}

#home_content img {
	border: none;
}

ul {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	color: #33f;
	font-size: 0.8em;
}

a:link {
	color: #33f;
}

a:visited {
	color: #33f;
}

a:hover {
	color: #33f;
}

a:active {
	color: #33f;
}

#leftnav ul, #rightnav ul {
	list-style-type: none; /*removes bullet from list*/
	margin: 0;	/*remove indent from ie*/
	padding: 0; /*remove indent from ff*/
}

#leftnav li {
	margin: 10px 0 10px 25px; /*push to left of div*/
	background: url("yellow_button.png") no-repeat;	
}

#leftnav li.here {
	margin: 35px 0 10px 25px; /*push to left of div*/
	background: url("green_button.png") no-repeat;
	display: block;
	width: 90px;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 37px;
}

#rightnav li {
	margin: 10px 25px 10px 0; /*push to right of div*/
	background: url("yellow_button.png") no-repeat;	
}

#rightnav li.here {
	margin: 35px 25px 10px 0; /*push to right of div*/
	background: url("green_button.png") no-repeat;
	display: block;
	width: 90px;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 37px;
}

#leftnav a, #rightnav a {
	display: block;
	width: 90px;
	text-align: center;
	text-decoration: none; /*remove line from under link*/
	padding-top: 35px;
	padding-bottom: 37px;
	margin-top: 35px;

}

#leftnav a:hover, #rightnav a:hover {
	background: url("green_button.png") no-repeat;
}


/*back to top*/
#anchor {
	position:relative; bottom: -30px;
	text-align: center;
	
	margin: 0;
	padding: 0;
}

#anchor a {
	color: #33f;
	text-decoration: none;
	padding: 0 20px;
	font-size: 1.75em;
	font-family: "Comic Sans MS";
	font-weight: bold;
}

#anchor a:hover {
	text-decoration: underline;
}

p.first {
	margin-top: 5px;
}

p.last {
	margin-bottom: 5px;
}

span.highlight {
	font-weight: bold;
	font-family: "Comic Sans MS";
}

span.red {
	color: #c00;
	font-weight: bold;
}

span.blue {
	color: #33f;
	font-weight: bold;
}

span.green {
	color: #080;
	font-weight: bold;
}

span.yellow {
	color: #fc0;
	font-weight: bold;
}

table {
	margin: 15px auto;
	width: 530px;
}

table.contact {
	margin-left: 30px;
	width: 300px;
}

td.contact_left {
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	width: 100px;
}

table.news {
	margin: auto;
	width: 500px;
}

table.news td.left {
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	width: 100px;
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
}

table.news td.right {
	text-align: left;
	padding-left: 15px;
	width: 350px;
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
}

th {
	text-align: center;
	padding-bottom: 10px;
}

th.left {
	text-align: right;
	padding-right: 15px;
	text-decoration: underline;
}

th.right {
	text-align: left;
	padding-left: 15px;
	text-decoration: underline;
}

td.left {
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
	width: 250px;
}

td.right {
	text-align: left;
	width: 250px;
	padding-left: 15px;
}

td.italic {
	text-align: center;
	font-style:italic;
}	

.important {
	font-weight: bold;
}

p.important {
	margin-top: 30px;
}

#links_page {
	text-align: center;
}

.or {
	text-align: center;
	font-weight: bold;
}

img.image_right {
	float: right;
	margin: 30px 35px 20px 20px;
	border: 2px #33f solid;	
}

img.image_left {
	float: left;
	margin: 10px 20px 20px 30px;
	border: 2px #33f solid;	
}

img.image_right_home {
	float: right;
	margin: 5px 35px 20px 20px;
	border: 2px #33f solid;	
}

img.image_centre {
	margin: 10px 30px 20px 30px;
	border: 2px #33f solid;
}

#footer p{
	text-align: right;
	padding-top: 20px;
	font-size: 0.75em;
}

#footer img {
	float: right;
	padding: 10px 130px 20px 15px;
	border: none;
}