a:link, a:visited {
	color: #0000FF;
	text-decoration: underline;
}

a:hover, a:active {
	color: #FF0000;
	text-decoration: underline;
}

a img {
	border: 0;
}

body {
	margin: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 62.5%;
	background: #F3F3F3 url("../images/background.png") top left repeat-x;
}

.centre {
	text-align: center;
}

#container {
	width: 800px;
	margin: 0 auto;
	font-size: 1.5em;
	background: #FFFFFF;
	border-left: #FFFFFF 15px solid;
	border-right: #FFFFFF 15px solid;
}

#footer {
	padding: 15px 0 5px 0;
	line-height: 150%;
	text-align: center;
	background: #CCCCCC url("../images/navbg.png") top left repeat-x;
	border-left: #999999 1px solid;
	border-top: #999999 1px solid;
	border-right: #999999 1px solid;
	color: #666666;
}

#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #666666;
	text-decoration: underline;
}

#footer hr{
	display: none;
}

#footer span {
	display: block;
	font-size: 65%;
}

form ul {
	margin: 2em 0 0 0;
	padding: 0;
}

form ul li {
	margin: 0 0 25px 0;
	padding: 0;
	list-style-type: none;
}

form ul li input, form ul li textarea {
	width: 50%;
	font-size: 200%;
}

form ul li input.highlight, form ul li textarea.highlight {
	background: #FFFFCC;
	border: #FF0000 1px solid;
}

form ul li textarea {
	height: 5em;
}

form ul li label {
	float: left;
	width: 40%;
	font-size: 200%;
	color: #666666;
}

h1 {
	margin: 0;
	font-size: 100%;
}

h2 {
	margin-top: 0;
}

#header {
	position: relative;
	height: 500px;
	background: #CCCCCC url("../images/header.jpg") top left no-repeat;
}

#header hr {
	display: none;
}

#header ul {
	position: absolute;
	bottom: 20px;
	width: 30%;
	margin: 0;
	padding: 0;
}

#header ul li {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
}

#header ul li a {
	display: block;
	padding: 10px;
	background: #FFFFFF;
}

#header ul li a:link, #header ul li a:visited {
	color: #000000;
	text-decoration: none;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity: 0.75;
}

#header ul li a:hover, #header ul li a:active {
	color: #000000;
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity: 1.0;
}

label {
	cursor: pointer;
}

#main {
	padding: 2em;
}

.msg {
	padding: 1em;
	background: #FFFFCC;
	border: #CCCCCC 1px solid;
}

.mini {
	padding: 10px;
	margin: 0 0 10px 10px;
	float: right;
	background: #EEEEEE;
	border: #CCCCCC 1px solid;
}

.slideshow {
	width: 740px;
	height: 501px;
}

.slideshow img {
	padding: 15px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}

.spacer {
	clear: both;
}

.tbl {
	border: 0;
	background: #CCCCCC;
}

.tbl th {
	border: 0;
	background: #EEEEEE;
}

.tbl td {
	border: 0;
	background: #FFFFFF;
}
