/* Main CSS File */

* {
	margin: 0;
	padding: 0;
}

html {
	background: #247;
}
body {
	color: #000;
	font: 12px/1.3 Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
width: 960px;
margin: 0 auto;
background: #25345d;
border: 2px solid #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #84c58b;
}

h2 {
	font-size: 1.6em;
	line-height: 2;
}
h3 {
	font-size: 1.4em;
	line-height: 1.8;
	margin: .5em 0;
}

a:link, a:visited {
	color: #ABC7ED;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}

p {
	font-size: 1em;
	line-height: 1.5;
	margin: 1em 0;
}
img {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #000;
	background: #fcfcfc;
}

table {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 1.4;
	font-weight: normal;
	font-variant: normal;
}
table caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.8em;
	color: #84c58b;
	text-align: left;
	font-weight: bold;
}
thead th {
	text-align: left;
	padding: 0 10px;
	border-bottom: 1px solid #000;
}
td {
	padding: 3px 10px;
	vertical-align: top;
}
.eventdate {
	width: 100px;
}
/* This is the magic class! */
.rowTint {
	background-color: #ddd;
}
#header {
	background: #f4f4e3 url('../img/logo.jpg') no-repeat 0 0;
	height: 150px;
	width: 100%;
}

#header h1 {
	background: transparent url('../img/heading.jpg') no-repeat 200px 0;
	height: 150px;
	text-indent: -3000em;
}

#nav {
	font: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	float: left;
	width: 100%;
	background: #7090a8;
	font-size: 100%;
	line-height: normal;
	border-top: 1px solid #000;
}
#nav ul {
	margin: 0;
	padding: 10px 10px 0 10px;
	list-style: none;
}
#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	
}
#nav a {
	float: left;
	background: url("../img/tableft.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#nav a span {
	float: left;
	display: block;
	background: url("../img/tabright.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float: none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color: #FF9834;
}
#nav a:hover {
	background-position: 0% -42px;
}
#nav a:hover span {
	background-position: 100% -42px;
}

#nav #current a {
	background-position: 0% -42px;
}
#nav #current a span {
	background-position: 100% -42px;
}

#content {
	float: left;
	width: 550px;
	background: #fff;
	padding: 10px 16px;
}

.welcome {
/*	margin: 10px 0;
	border: 1px solid #000;
	background: #fcfcfc; */
	width: 240px;
/*	padding: 10px; */
}
.secondary {
/*	margin: 10px 0;
	border: 1px solid #000;
	background: #fcfcfc; 
	width: 360px;
	padding: 10px; */
}
.cover {

}
#sidebar {
	margin-left: 582px;
}
#sidebar h2 {
	padding: 10px 0 0 16px !important;
	padding: 10px 0 0 16px;
}
#flashplayer {
	margin: 10px 0 0 16px;
	width: 200px;
}

#flashplayer p {
	color: #abc7ed;
	margin: 5px;
}
#footer {
	clear: left;
	margin: 0;
	height: 20px;
	font-size: .9em;
	padding: 10px;
	color: #fff;
	background: #7090a8;
  	border-top: 1px solid #000;
}
.copyright {
	float: right;
	margin: 0;
}
.sitemap {
	float: left;
	margin: 0;
}
.sitemap a:link, .sitemap a:visited {
	color: #fff;
	text-decoration: none;
}
.sitemap a:hover {
	color: #fff;
	text-decoration: underline;
}
.sidenotes {
	float: left;
	list-style: none;
	margin: .5em 0;
	padding: 0;
	
}

#sidebar .sidenotes li {
	clear: both;
	float: left;
	display: block;
	width: 98%;

}

#sidebar .sidenotes a {
	border-bottom: 1px dotted #2c4271;
	color: #abc7ed;
	display: block;
	font-weight: normal;
	padding: 1em 16px 1em 16px;
	font-size: .9em;
	text-decoration: none;
}

* html #sidebar .sidenotes a {

 

}

#sidebar .sidenotes a:hover {
	background-color: #223157;
	text-decoration: none;
}

#sidebar .sidenotes a strong {
	color: #fff;
	display: block;
	font-weight: bold;
}

#sidebar .sidenotes a span {
	font-style: normal;
}
.eventlist {
	list-style: none;
	margin: .5em 0;
	padding: 0;
	width: 100%;
}

.eventlist li {
	margin: 1.5em 0;
	padding: 0 .5em;
}

.eventlist li strong {
	color: #25345d;
	padding: .25em 0;
	margin: 0 0 .5em 0;
	display: block;
	font-weight: bold;
}
.left {
	float: left;
	margin-right: 10px;
}
.right {
	float: right;
	margin-left: 10px;
}
.centre {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear: both;
}
.listing {
	font-size: 83%;
	margin: 20px;
	padding: 0 0 0 20px;
}
.listing li {
	margin: 1.5em 0;
	padding: 0 .5em;
}

form {
width: 450px;
}
label {
padding: 5px 0;
clear: both;
float: left;
width: 120px;
}
label span {
color: #f00;
font-weight: bold;
}
input {
border: 1px solid #666;
padding: 2px 3px;
float: left;
}
textarea {
border: 1px solid #666;
float: left;
font: 12px/1.3 Verdana, Arial, Helvetica, sans-serif;
padding: 2px 3px;
width: 300px;


}