body {
	background: #FEF7EF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #006600;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #006600;
	text-align: left;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	
}

link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CC0033;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: ##CC0033;
}
a:active {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: ##CC0033;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: ##CC0033;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: ##CC0033;
}
a {
	font-family: Arial, Helvetica, sans-serif;
}
.keycontact_emphasise {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
}

#navbar /* basic menu items format */
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	float: right;
	top: 130px;
	left: 40px;
	z-index: 9;
	text-align: left;
	font-weight: normal;
	}
 
#navbar, #navbar ul /* background of menu items*/
{
	padding: 4px 0px;
	margin: 0;
	list-style: none;
	background-color: #006600; /* Green */
	line-height: 0.8em;
	width: 57em;
	z-index: 9;
} 

#navbar a /*when its a link*/
{
	display:	block;
	width:		auto;
	font-weight: normal;
	color: #FFFFFF;
	z-index: 9;
	text-decoration: none;
	/*	display: inline;	text-decoration: none;	width: 100%; */
}

#navbar li /* all list items */
	{
	float: left;
	width:		8em;
	position: relative;
	padding: 0px 8px;
	z-index: 9;


	list-style: none;
*/
	}

#navbar li ul /* second-level lists */
	{
	float: left;
	position:	absolute;
	width:		8em;
	line-height: 2. em;
	left:		-990em;
	top: 0.8em; /*distance from top of nav bar*/
	z-index: 9;
	
	/*line-height: 	Moved to nav 
	display: none;
	left: 0;
	padding: 4px 0px;
	*/
	}
	
#navbar li:hover ul, #navbar li.sfhover ul {
	left: 0;
	z-index: 9;
	text-align: left;
	background-color: #006600;
}

#navbar a:hover
{
	background-color: #006600;
	z-index: 9;
	color: #33FF00;
	text-decoration: none;
}

#navbar li li /* drop down list */
	{
	display: block;
	padding: 3px 8px;
	line-height: 1. em;  /*distance between lines on drop down list*/
	width:8em;
	z-index: 9;
	}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #006600;
	font-size: 16px;
	font-weight: bold;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #006600;
	font-size: 14px;
	font-weight: bold;
}
.tinytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.boardlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #009900;
}

