body {
	background-color: White;
	margin: 0px;
	text-align: center;
}

td, div {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.banner_top {
	position: absolute; width: 1000px; left: 50%; margin-left: -500px; top: 0px;
	background-image: url(../images/banner_top_back.jpg);
	background-repeat: repeat-x;
	height: 107px;
}

.banner_left {
	position: absolute; width: 150px; left: 50%; margin-left: -500px; top: 117px;
	z-index: 30;
}

.banner_left_insidetext {
	position: absolute; width: 121px; left: 50%; margin-left: -500px; top: 295px;
	font-size: 10px; text-align: left;
	z-index: 31;
}

.main_window {
	position: absolute; width: 840px; left: 50%; margin-left: -340px; top: 117px;
	background-color: #DFDFDD;
	z-index: 999;
}

.main_text {
	position: relative; top: 8px; padding-left: 10px; padding-right: 10px;
	text-align: left;
}

.starimage {
	position: relative; left: 0px; bottom: 0px;
	clear: both;
}
.greenline {
	position: absolute; width: 840px; left: 0px; top: 170px;
}

h3 {
	font-size: 16px;
}

a:link {
	color: #D47500;
	text-decoration: none;
}

a:visited {
	color: #D47500;
	text-decoration: none;
}

a:hover {
	color: Green;
	text-decoration: underline;
}

.menu_centre {
	text-align: center; font-size: 14px; font-weight: bold;
	line-height: 40px;
}