/* CSS Document */


* {margin: 0; padding: 0}

html {
	font-size: 100%;
}

body {
	font-size: 62.5%;
	background-color: #778899;
}

#wrapper {
	width: 76em;
	padding: 0em;
	left: -38em;
	margin-left: 50%;
	text-align: center;
	height: auto;
	position: relative;
	background-color: #EFEFF7;
}

#top {
	height: 150px;
	width: 76em;
	top: 0em;
	left: 0em;
	text-align: center;
	background-color: #EFEFF7;

}

#top span {
	height: 150px;
	width: 76em;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #EFEFF7;
	left: 0em;
	top: 0em;
	position: absolute;
	background-image: url(Graphics/Banner760x150.gif);
	
}

#topnav {
	width: 76em;
	position: absolute;
	margin: 0em;
	left: 0em;
	top: 150px;
	height: 40px;
	background-color: #D6B694;
}


#maincontent {
	height: auto;
	width: 76em;
	clear: both;
	left: 0em;
	background-color: #EFEFF7;
	top: 185px;
	position:absolute;
}

#content {
	height: auto;
	width: 76em;
	left: 0em;
	background-color: #EFEFF7;
	text-align:left;
	border-bottom-width: 0.2em;
	border-bottom-style: ridge;
	border-bottom-color: #E6E6FA;

	}

#heading {
	height: auto;
	width: 74em;
	text-align: left;
	float: left;
	position: relative;
	margin-left: 1em;
	border-bottom-width: 0.2em;
	border-bottom-style: ridge;
	border-bottom-color: #E6E6FA;
	-margin-left: 0.5em;

	}

#copy {
	height: auto;
	width: 58em;
	text-align: left;
	border-right-width: 0.2em;
	border-right-style: ridge;
	border-right-color: #E6E6FA;
	float: left;
	position: relative;
	margin-left: 1em;
	clear: both;
	padding-right: 1em;
}

#tablewrapper {
	width: 57.5em;
	clear: left;

}

#tablewrapper td {
	width: 25%;
	padding-left: 0.5em;

}

#leftcolumn {
	width: 28em;
	float: left;
	position: relative;
	padding-right: 0em;
	margin-left: 0em;
	_width: 28em;
	_margin-left: -1em;
	clear: left;
}

#rightcolumn {
	width: 28em;
	float: right;
	position: relative;
	clear: right;
	padding-right: 0em;
	margin-left: 1em;
	_margin-left: 0em;
}

#sidebar {
	height: auto;
	width: 13.8em;
	text-align: left;
	position: relative;
	float: right;
	padding-right: 1em;
	_width: 12.8em;
}


#footer {
	position: relative;
	top: 0.2em;
	clear: both;
	height: 150px;
	width: 76em;
	left: 0em;
	background-color:#CCCCCC;
}

#footerleft {
	position: relative;
	left: auto;
	float: left;
	clear: left;
	overflow: hidden;
	height: 150;
}

#footercentre {
	background-color:#DEDFDE;
	height:auto;
	width: 33.8em;
	text-align: center;
	left: 0em;
	float: left;
	position: relative;
	_width: 32em;
}

#footerright {
	float: right;
	width: 21em;
	position: relative;
	clear: right;
	overflow: hidden;
	visibility: visible;
}


