#page_bg {
	background-color: white;
	padding: 0px 0;
	margin-bottom: 1px;
	font-family: sans-serif;
}

.center {
	
	margin-left: auto;
	width: 860px;
	margin-right: auto;
	background: #f7f7f7;

}

.txtCentre {
	text-align: center;
}

#wrapper {
	position: absolute;
	background-color: #ffffff;
}

div#header {
	background: url(../gp-top_banner.gif) 0 0 no-repeat;
	width: 859px;
	height: 158px;	
}

div#topMenu {
	position: absolute;
	left: 450px;
	top: 8px;
	color: white;
	padding-top: 8px;
	padding-bottom: 4px;
	font-family: sans-serif;
	font-size: 10pt;
}

div#headTitle {
	position: absolute;
	
	top: 110px;
	color: #75a533;
	font-family: sans-serif;
	font-size: 20pt;
	font-weight: bold;
}

div#mainMenu {
	position: absolute;
	top: 158px;
	width: 843px;
	background-color: #75a533;
	color: white;
	padding-left: 16px;
	padding-top: 8px;
	padding-bottom: 4px;
	font-family: sans-serif;
	font-size: 10pt;
}

div#main {
	position: absolute;
	top: 188px;
	background-color: white;
	color: black;
	padding-top: 20px;
}

div#footer {
	float: left;
	background-color: white;
	width: 849px;
	color: gray;
	font-family: sans-serif;
	font-size: 8pt;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 4px;
}

#leftPanel {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	top: 10px;
	width: 180px;
	font-size: 10pt;
}

#rightPanel {
	
	float: left;
	top: 10px;
	width: 658px;
}

#topMenu a:link, #topMenu a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#topMenu a:hover {
	color: #B0B0B0;
	text-decoration: none;
}

#mainMenu a:link, #mainMenu a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#mainMenu a:hover {
	color: #B0B0B0;
	text-decoration: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #60862A;
}
	
a:hover {
	text-decoration: none;
	color: #404040;
}


