p {
	font-family :"Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: small;	
}

li {
	font-family :"Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: small;	
}


a:link {color: green}
a:visited {color: green}
a:hover {color: #C0C0C0}

a.hgbMenu {
	text-decoration: none;
}

a:link.hgbMenu {color: white}
a:visited.hgbMenu {color: white}
a:hover.hgbMenu {color: #C0C0C0}

a:link.hgbDB {color: #C0C0C0; font-size: 10px;}
a:visited.hgbDB {color: #C0C0C0; font-size: 10px;}
a:hover.hgbDB {color: #696969; font-size: 10px;}

img {

}

div { 
	margin: 0px;
	padding: 0px;
	border: 0px;
}

div.hgbSite{
	position: relative;
	width: 720px;
	margin: 0 auto;
}

div.hgbHeader{
	height:100px;
	background:url(images/hgbheader.jpg);
}

div.hgbCentre{
	background:url(images/hgbslicegreen.jpg);
}

div.hgbMenu{
	width: 100px;
	text-align: center;
	float:left;
}

div.hgbMenu p{
	font-size : 11px;
	font-weight : normal;
	margin:0px;
	margin-left:2px;
	margin-right:2px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 1px grey solid;
}

div.hgbContent{
	margin-left: 95px;
	padding: 10px;
	padding-right: 8px;
	padding-bottom: 0px;
}

div.hgbFooter{
	height:10px;
	background:url(images/hgbfooter.jpg) no-repeat;
}


p.hgbSplash {
	text-align:center;
}

img.hgbSplash {
	border-style:none;
	vertical-align:center;
}

img.hgbFloatRight {
	float:right;
	border-style:none;
}


caption.hgbTable
{
	background-color:#00451e;
	color:#a0cee8;
	border-style:solid;
	border-width:2px;
	border-color:black;
}

table.hgbTable
{ 
	font-family:arial;
	font-size:10pt;
	background-color:#FFFFFF;
	width:600px;
	border-style:none;
}

th.hgbTable
{
	font-size:10pt;
	color:white;
	background-color:#00451e;
	text-align:center;
}


td.hgbTable
{  
	font-size:10pt;
	background-color:#a0cee8;
	color:#00451e;
	border-style:solid;
	border-width:1px;
	border-color:#00451e;
	text-align:center;
}

label,input,textarea {
	font-family :"Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: small;
	width: 250px;
	margin-bottom: 5px;
	display:block;
}

textarea {
	width: 350px;
	height: 100px;
}

input.hgbButton {
	margin-left: 140px;
	width: 100px;
}

br.hgbClear {clear: left;}