*
	{font-family: Verdana, Arial, sans-serif}

body
	{margin: 0;
	 background-color: white}

a img
	{border: none}

#page
	{width: 865px;
	 margin: auto}

#logo_wrapper
	{float: left;
	 margin: 8px 0 2px 0}

#address_wrapper
	{float: right;
	 text-align: right;
	 font-weight: 550;
	 margin: 35px 10px 0px 0;
	 color: #074e07;
	 font-size: 9pt}

#menu {
	width: 100%;
}

#menu, #menu ul {
	list-style-type:none;
	float: left;
	display:inline;
	margin: 0;
	padding: 0;
	z-index: 3;
	font-size:10pt;
}

#menu li {
	float: left;
	width: 143px;
}

#menu li a {
	display: block;
	color: white; /*nav text colour*/
	text-align: center;
	text-decoration:none;
	padding:0.5em 0.1em 0.5em 0.1em;
	background:#074e07; /*nav background colour*/
}

#menu li a:hover {
	background:#074e07;
}

#menu li a:active {
	color:#000;
}

#menu li ul {
	position: absolute;
	width:143px;
	left: -999em;
}

#menu li ul li {
	width:143px;
}
#menu li ul a {
	background:#074e07;
	border-left: solid #404040 10px;
	padding-left: 5px;
	text-align: left
}

#menu li ul li a:link, #menu li ul li a:visited {
	background:#074e07;
}

#menu li ul li:hover a, #menu li ul li a:active, #menu li ul li a:hover {
	border-color: black;
	background: #074e07;
}

#menu li:hover ul, #menus li.sfhover ul {
	left: auto;
	margin-left: -1px
}
	 
#main_content
	{width: 840px;
	 height: 350px;
	 background: white;
	 float: right;
	 padding: 10px;
	 overflow:auto;
	 color: #074e07}

#main_content table.columns td
	{padding: 0 10px 0 10px}

#main_content p, #main_content ol, #main_content div
	{font-size: 10pt;
	 font-family: Verdana, arial, sans-serif;
	 line-height: 16pt;
	 text-align: justify}

ul	{font-size: 10pt;
	 font-family: Verdana, arial, sans-serif;
	 line-height: 16pt;
	 text-align: justify}

table.styled {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: auto;
}
table.styled td {
	background-color: aqua;
	color: #000;
	padding: 9px;
	text-align: left;
	border: 1px #fff solid;
}
table.styled th {
	background-color: #666;
	color: #fff;
	padding: 4px;
	text-align: center;
	border-bottom: 1px #fff solid;
	font-size: 12px;
	font-weight: bold;
}

#footer
	{border-top: solid #074e07 3px;
	 padding-top: 5px;
	 width: 100%;
	 text-align: center}

#footer a
	{color: #074e07;
	 text-decoration: none;
	 margin: 0 20px 0 20px;
	 letter-spacing: 1px;
	 font-weight: 550;
	 font-size: 8pt}

#footer a:hover
	{color: black}

