body {
	background-color: #009933;
}
#wrapper {
	background-color: #FFFFFF;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#header {
	padding: 10px;
	height: 80px;
}
.contact {
	float: right;
	margin-top: 10px;
}
#header .logo {
	float: left;
}
.strapline {
	float: left;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #003366;
	width: 220px;
	margin-right: 10px;
	font-weight: bold;
	text-align: center;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 10px;
}
#navigate {
	width: 100%;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;
	background-color: #FFFFFF;
	height: 21px;
	text-align: right;
}
#menu {
	float: right;
}
#images {
	background-color: #FFFFFFs;
	float: right;
	height: 320px;
	max-width: 480px;
	margin-top: 30px;
	margin-left: 10px;
}
#spacer {
	height: 10px
	}
#images img {
	margin-right: 10px;
	margin-bottom: 10px;
}
#footer {
	background-color: #003366;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	padding: 3px;
	text-align: right;
	border-top-width: 30px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 30px;
}
#copyright {
	float: left;
	width: 250px;
}
#content ul {
	line-height: 1.8em;
}
#content ul {
	list-style-image:  url("../graphics/bullet.gif");
}
#content a:link, #content a:visited, #content a:active  {
	font-weight: bold;
	color: #009933;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #FFFFFF;
}
#home {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#content h2 {
	font-size: 1.0em;
	color: #009933;
}
.team {
	border: 1px solid #003366;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#Right {
	float: right;
	width: 200px;
	margin-left: 10px;
}
#Right img {
	border: 1px solid #FFFFFF;
}
#content h1 {

	font-size: 1.4em;
	color: #003366;
}
#update {
	border: 1px solid #003366;
	margin-bottom: 10px;
}
#update h1 {
	font-size: 1.1em;
	color: #FFFFFF;
	background-color: #003366;
	padding: 6px;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 0px;
}
#update p {
	font-size: 1.0em;
	padding: 10px;
}
#content h3 {
	font-size: 1em;
	color: #003366;
	background-color: #CCCCCC;
	display: block;
	padding: 4px;
}
.floatleft {
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
}
.break {
	clear: both;
}
