#header {
	clear: both;
	width: 100%;
/*	background-image: url(/images/wrapper_bg.gif); */
	background-color: #FC0;
}
	#header #logo {
		background-image: url(/images/logo.gif);
		background-position: center;
		background-repeat: no-repeat;
		width: 150px;
		height: 100px;
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 1;
	}
	#header #title {
		background-image: url("/images/topbanner.gif");
		background-position: center;
		background-repeat: no-repeat;
		width: 400px;
		height: 65px;
		top: 0px;
		padding: 10px 0px 10px 0px;
		margin: 0px 0px 0px 180px;
	}
		#header #title h1 {
			text-indent: -9999px;
			position: absolute;
			left: 0px;
			top: 0px;
			visibility: hidden;
		}
	#header #menuwrap {
		z-index: 0;
		left: 0px;
		background-color: #C00;
		height: 30px;
		border-top: 1px solid #900;
		border-bottom: 1px solid #900;
		padding-top: 1px;
		padding-bottom: 2px;
		padding-left: 150px;
	}
	#header #menuwrap #menu {
		z-index: 0;
		position: absolute;
		line-height: 30px;
	}
		#header #menuwrap #menu ul {
			margin: 0;
			padding: 0;
		}
			#header #menuwrap #menu ul li {
				list-style-type: none;
				display: inline;
			}
				#header #menuwrap #menu ul li a {
					color: #FFF;
					background-color: #C00;
					float: left;
					text-decoration: none;
					font-weight: bold;
					margin: 0px;
					padding-left: 10px;
					padding-right: 10px;
				}
					#header #menuwrap #menu ul li a:hover {
						background-color:#F33;
						color: #FF9;
					}
#midContainer {
}
	#midContainer #sidemenu {
		width: 150px;
		float: left;
		background: #0FC;
		border: 1px solid #000;
		margin: 3px;
		padding: 0px 0px 10px 3px;
		font-size: smaller;
		font-weight: bold;
	}
	#midContainer #mainContent {
		padding: 8px;
		margin-left: 165px;
		margin-right: 10px;
	}
		#midContainer #mainContent img {
			padding: 5px;
		}
#aboveFooter {
	clear: both;
	font-size: smaller;
	text-align: center;
	padding: 8px;
}
	#aboveFooter #backtotop {
		float: left;
		text-align: left;
	}
	#aboveFooter #cookietrail {
		float: right;
		text-align: right;
	}
#footer {
	clear: both;
	font-size: smaller;
}
	#footer #copyright {
		text-align: center;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		border-top-width: thin;
		border-top-color: #CCC;
		border-style: solid;
	}
	#footer #modified {
		float: right;
		text-align: right;
		padding-right: 8px;
	}
body {
	color: #000;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-left: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	font-size: small;
}
b, strong {
	font-weight: bold;
	color: #036;
}
h1 {
	font-size: large;
	color: #009;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	text-transform: none;
}
h2 {
	font-size: medium;
	color: #036;
	font-weight: normal;
	text-decoration: none;
}
h3 {
	font-size: small;
	font-weight: bold;
	text-transform: none;
	color: #000;
	text-decoration: none;
}
h4 {
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
}
h5 {
	font-size: medium;
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
h6 {
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666;
	text-decoration: none;
}
a:link, a:visited, a:active {
	color: #039;
}
a:hover {
	text-decoration: none;
}
