body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #FFFFFF;
	margin: 20 1 2 1;
}

h1 {
	
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	margin: 2 12 2 16;
}

h2 {
	
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	margin: 2 12 2 16;
}

h3 {
	
	font-size: 0.9em;
	font-weight: bold;
	color: #00417D;
	margin: 2 12 2 16;
}

/** white text for address box **/
h4 {
	
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 2 4 2 8;
}

h5 {
	
	font-size: 0.7em;
	font-weight: normal;
	color: #FFFFFF;
	margin: 2 4 2 8;
}
h5 a:link {color: #FFFFFF; text-decoration: underline;}
h5 a:visited {color: #FFFFFF; text-decoration: underline;}
h5 a:hover {color: #40A338;text-decoration: underline;}

h6 {
	
	font-size: 0.7em;
	font-weight: normal;
	color: #000;
	margin: 2 4 2 4;
}
h6 a:link {color: #000; text-decoration: underline;}
h6 a:visited {color: #000; text-decoration: underline;}
h6 a:hover {color: #40A338;text-decoration: underline;}

p {
	
	font-size: 0.7em;
	font-weight: normal;
	color: #000000;
	margin: 2 12 12 16;
}
p a:link {color: #000; text-decoration: underline;}
p a:visited {color: #000; text-decoration: underline;}
p a:hover {color: #40A338;text-decoration: underline;}


/** main menus **/

#navcontainer ul
{
margin: 2 0 0 12;
padding: 0;
list-style-type: none;
}

#navcontainer a
{font-size: 0.7em;
display: block;
color: #000;
width: 9em;
padding: 3px 12px 3px 8px;
text-decoration: none;
border-top: 2px solid #fff;
font-weight: bold;
}

#navcontainer a:hover
{
color: #FFF;
}

#navcontainer li li a
{
display: block;
color: #000;
width: 9em;
padding: 3px 3px 3px 7px;
text-decoration: none;
border-top: 1px solid #40A338;
font-weight: normal;
}


/** colour formatting **/
.gnbg {
	background-color: #40A338;
}
.blbg {
	background-color: #00417D;
}
#foot	{
	background-color: #00417D;
}


/** spare **/
.topnav {
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00417D;
	width:80px;
	line-height:18px;
	text-align:center;
	display: inline;
}
