@charset "UTF-8";

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	}

#container {
	width: 780px;  /* using 16px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}

#header {
	padding: 40px 0;
	height: 120px;
	}
	
#header h1 {
	line-height: 0;
	margin: 0;
	padding: 0;
	}

img {
	border: none;
	}

#menu a {
	display: block;
	width: 90px;
	padding: 8px 4px;
	vertical-align: middle;
	font-size: 70%;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration: none;
	text-align: center;
	background-color: #fac34b;
	color: #de0079;
	}

#menu .longtext {
	display: block;
	width: 90px;
	height: 54px;
	padding: 8px 5px;
	vertical-align: middle;
	font-size: 70%;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration: none;
	text-align:center;
	background-color: #fac34b;
	color: #de0079;
	}

#menu a:hover {
	background-color: #f09343;
	color: #de0079;
	}

#menu .current {
	background-color: #de0079;
	color: #fac34b;
	}

#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}
	
#mainContent h1{
	margin: 20px 0 10px 0;
	color: #de0079;
	font-size: 130%;
	}

#mainContent h2{
	margin: 20px 0 10px 0;
	color: #de0079;
	font-size: 115%
	}

#mainContent h3{
	margin: 0;
	color: #de0079;
	font-size: 110%;
	}

#mainContent p {
	line-height: 1.4;
	margin: 5px 0;
	color: #333;
	}

#mainContent ul {
	line-height: 1.4;
	color: #333;
	list-style-type: circle;
	}

#mainContent a {
	color: #de0079;
	}

#mainContent a:hover {
	text-decoration: none;
	color: #f09343;
	}

#mainContent table {
	margin: 15px 0;
	border: 1px solid #de0079;
	font-size: 90%;
	text-align: center;
	}

#mainContent th {
	border: 1px solid #de0079;
	background-color: #de0079;
	color: #fff;
	font-size: 100%;
	}

#mainContent td {
	border: 1px solid #de0079;
	color: #333;
	font-size: 90%;
	vertical-align: middle;
	padding: 5px;
	margin: 3px 0 3px 0;
	}

#mainContent td h3 {
	font-size: 100%;
	color: #de0079;
	line-height: 1;
	margin: 3px 0 3px 0;
	}
	
#mainContent td p {
	font-size: 100%;
	margin: 3px 0 3px 0;
	}

#mainContent .portrait {
	float: right;
	margin: 0 0 15px 10px;
	border: 5px solid #de0079;
	}

#accordion h2 a {
	display: block;
	background-color: #fac34b;
	color: #de0079;
	padding: 3px;
	width: 774px;
	font-size: 70%;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration: none;
	text-align:center;
	}

#accordion h2 a:hover {
	background-color: #f09343;
	color: #de0079;
	text-decoration:none;
	}

#accordion div {
	text-align: center;
	}

.lightbox a {
	background: transparent;
	}

.lightbox:hover {
	background: transparent;
	}

.lightbox img {
	margin: 10px;
	border: 0px solid transparent;
	}

.lightbox:hover img {
	margin: 3px;
	border: 7px solid #de0079;
	}

#footer {
	display: block;
	width: 784px;
	border:10px solid #fac34b;
	border-width: 8px 0 0 0;
	padding: 5px 0 0 0;
	margin: 20px 0 0 0;
	}

#footer p {
	font-size: 90%;
	text-align: center;
	}

#footer a {
	color: #de0079;
	}
	
#footer a:hover {
	text-decoration: none;
	color: #f09343;
	}
	
#footer .current {
	font-weight: bold;
	text-decoration: none;
	}

.right {
	text-align: right;
	font-size: 80%;
	padding: 0 20px 20px 0;
	}
	
.centre {
	text-align: center;
	}
	
.registerButton {
	border: 2px solid #f00;
	}

.registerButton:hover {
	border: 2px solid #0f0;
	}