/* CSS Document */
* {
		padding: 0;
		margin: 0;
		}
body {
	background: #ffffff;
	padding: 0;
	margin-left: 1.5cm;
		}

#wrapper {
	text-align: center;
	height: auto;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	background-position: center;
	width: 100%;
}

#top {
	width: 100%;
	height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: 1em;
	color: #808000;
	word-spacing: 0.75em;
	letter-spacing: normal;
	font-variant: small-caps;

}

#top span {
	width: 100%;
}

#topnav {
	display: none;
}


#maincontent {
	height: auto;
	width: 100%;
	clear: both;
	left: 10px;
}


#content {
	height: auto;
	width: 100%;
	padding-left: 20px;
}

#heading {
	height: auto;
	text-align: left;
	float: left;
	position: relative;
	margin-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #E6E6FA;

	}

#copy {
	top: 0;
	height: auto;
	width: 75%;
	text-align: left;
	border-right-width: 2px;
	border-right-style: ridge;
	border-right-color: #E6E6FA;
	float: left;
	margin-left: 10px;
	clear: left;
	padding-right: 10px;
}

#tablewrapper {
	width: auto;

}

#tablewrapper td {
	width: 25%;
	padding-left: 5px;

}

#leftcolumn {
	width: 45%;
	float: left;
	position: relative;
	padding-right: 10px;
}

#rightcolumn {
	width: 45%;
	float: left;
	position: relative;
	clear: none;
}

#sidebar {
	height: auto;
	width: 20%;
	text-align: left;
	float: right;
	top: 0px;
	clear: none;
}

#footer {
	clear: both;
	height: auto;
	width: 100%;
	border-top-width: 0px;
	border-top-style: none;
	background-color: #D8DEE2;
	display: none;
}

#footerleft {
	position: absolute;
	float: left;
	clear: left;
	overflow: hidden;
	width: 210px;
	left: 0px;
	top: 0px;
}

#footercentre {
	width: 340px;
	text-align: center;
	float: left;
	position: absolute;
	left: 211px;
	top: 0px;
}


#footerright {
	float: right;
	width: 210px;
	position: absolute;
	clear: none;
	overflow: hidden;
	top: 0px;
	left: 551px;
}
