@charset "ISO-8859-1";

@import url("common.css");

html, body {
	background-color: #f6f6f6; /* light colour */
	background-image: url("img/bg_light");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #000; /* text colour */
	font-family: "Bitstream Vera Sans", sans-serif;
	font-size: 14px;
	text-align: justify;
	margin: 0;
	padding: 0;
}

/* Background */
h1 {
	margin: 0;
	padding: 12px 42px 3px 42px;
	background-color: #086929; /* dark colour */
	background-image: url("img/bg_dark");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #f6f6f6; /* light colour */
}
#menu {
	margin: 0;
	padding: 8px 42px 7px 42px;
	background-color: #8bb24a; /* medium colour */
	background-image: url("img/bg_medium");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-weight: bold;
	text-align: left;
}
#menu a {
	color: #f6f6f6; /* light colour */
}
#menu ul, #menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0 20px 0 0;
}

/* Links */
a { text-decoration: none; /* No underlining of links */ }
a img { border-style: none /* No border around linked images */ }

/* Emphasis */
em { font-style: italic; }
strong { font-weight: bold; }

/* Link colors */

a:visited, a:active, #menu, #menu a:hover { color: #086929; /* dark colour */ }
a:link { color: #8bb24a; /* medium colour */ }

ul {
	margin-top: 0;
	margin-bottom: 2em;
}

.content {
	margin-left: 10%;
	margin-right: 5%;
}
.content a:hover, .content a:focus {
	text-decoration: underline;
}

.formtable {
	vertical-align: top;
}
.formcenter {
	vertical-align: top;
	text-align: center;
}
.formright {
	vertical-align: top;
	text-align: right;
	padding-right: .5em;
}

/* The bottom... */
#footer {
	font-style: italic;
	font-size: 8pt;
	text-align: center;
	clear: both;
	border: 0;
}

#footer img {
	margin: 0.5em;
}
#footer span.nobreak {
	display: block;
}

ul.clean {
	list-style-type: none;
}

/* Infobox on right side of page */
.infobox {
	float: right;
	clear: both;
	margin-left: 2em;
	margin-bottom: 1em;
	border: 1px solid black;
	padding: 0.5em;
	background: white;
	text-align: center;
}
