﻿#wrap {
	width: 990px;
	height: auto;
	float: left;
	margin: 0 auto;
}

#footer {
	width: 990px;
	height: 50px;
	float: left;
	margin: 0 auto;
}

#wrap_sub {
	/* background-color: green; */
	width: 945px;
	height: auto;
	left: 22.5px;
	top: 10px;
	position: relative;
	float: left;
}

#homepage_spacer {
	width: 990px;
	height: 10px;
	position: relative;
	float: left;
}

#public_headright {
	width: 622.5px;
	height: 72px;
	position: relative;
	float: left;
	font-family:Verdana;
	font-weight: Normal;
	font-size: 20px;
}

#content {
	/* background-color: green; */
	width: 300px;
	height:auto;
	position: relative;
	float:left;
}

#content_gap {
	/* background-color: red; */
	width: 22.5px;
	height: 10px;
	position: relative;
	float:left;
}

#content p {
	font-family:Verdana;
	/* color: #336699; */
	font-weight: Normal;
	font-size: 11px;
	text-align:justify;
}

.content_header {
	font-family:Verdana;
	color: #336699;
	font-weight: Normal;
	font-size: 20px;
	text-align:left;
}

.content_basic {
	font-family:Verdana;
	/* color: #336699; */
	font-weight: Normal;
	font-size: 11px;
	text-align:justify;
}


.genlink:link{text-decoration:underline;color:#336699;font-weight: Normal}
.genlink:visited{text-decoration:underline;color:#336699;font-weight: Normal}
.genlink:hover{color:#990066;text-decoration:underline;font-weight: Normal}

.buttoncolour{
	font-family: Verdana;
	color: #336699;
	font-size: 10.5px;
	font-weight: bold;
	cursor: hand;
	}