@charset "utf-8";
/* CSS Document */

#container {
	background-color: #003;
	width: 780px;
	color: #FFF;
	margin: auto;
}
.centre {
	text-align: center;
}
#header {
	width: 780px;
	text-align: center;
	display: block;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #003;
}
#sidebar {
	padding: 0px;
	float: left;
	width: 180px;
	margin-top: 30px;
	margin-left: 60px;
	clip: rect(auto,auto,auto,auto);
	top: 100px;
}
.image {
	padding-right: 3px;
	padding-left: 3px;
	border: medium none #FFF;
	text-align: center;
}

#nav {
}
#nav ul {
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
#nav li {
	font-size: 80%;
	list-style-image: none;
	list-style-type: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#nav a {
	text-align: center;
	display: block;
	width: 98%;
	margin-bottom: 7.5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: medium outset #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
.border {
	border: medium outset #FFF;
	padding: 2px;
}
#nav a:link, #nav a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #003;
}
#nav a:hover, #nav a:active {
	color: #003;
	text-decoration: none;
	background-color: #FFF;
}
#mainContent {
	margin-top: 30px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 260px;
	border: thin none #FFF;
	color: #FFF;
	background-color: #003;
}
#mainContent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 1.5;
	color: #FFF;
	text-align: center;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}
#footer {
	color: #003;
	background-color: #CCC;
	padding: 7px;
	margin-bottom: 10px;
	border: thin outset #FFF;
	text-align: center;
}
#footer ul {
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: inline;
	padding-right: 0px;
	padding-left: 0px;
}
#footer li {
	display: inline;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-top-color: #006;
	border-right-color: #006;
	border-bottom-color: #006;
	border-left-color: #006;
	padding-right: 4px;
	padding-left: 4px;
}
#footer a:link, #footer a:visited {
	font-size: 70%;
	margin-right: 5px;
	text-decoration: none;
	color: #003;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
#footer a:hover, #footer a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #006;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
}
.right {
	border: thin outset #FFF;
	margin-left: 10px;
	margin-right: 10px;
	float: right;
}
.left {
	float: left;
	border: thin none #FFF;
	margin-right: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
	background-color: #FFF;
	color: #003;
}
td {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #003;
}
textarea {
	background-color: #FFF;
	border: thin outset #FFF;
	color: #003;
}

form {
	width: 450px;
}
input.highlighted {
	background-color: #FFF;
	display: block;
	border: thin outset #FFF;
	width: 300px;
	color: #003;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	text-align: left;
}
.border2 {
	width: 256px;
	border: thin outset #FFF;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 120%;
	font-style: normal;
	line-height: normal;
	text-align: center;
	font-weight: bold;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	color: #FFF;
	font-weight: normal;
	text-align: justify;
	line-height: 1.6;
}
#Logo {
	text-align: center;
	border: thin none #FFF;
	background-color: #003;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #003;
	border: thin outset #FFF;
}

.white {
	background-color: #FFF;
}
.h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 150%;
	border: thick outset #FFF;
}

