@charset "utf-8";
#container {
	position:relative;
	top:0px;
	width:800px;
	height:775px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	background-color: 000000;
	visibility: hidden;
	overflow: visible;
}
#header {
	position:absolute;



	width:801
.px;
	height:100px;
	z-index:11;
	background-image: url(images/headerbackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 800px;
}
#nav {
	position:absolute;
	width:498px;
	height:31px;
	z-index:15;
	right: 0px;
	bottom: 0px;
}
#logo {
	height: 100px;
	width: 304px;
	position: absolute;
	z-index: 20;
	left: 0px;
	top: 0px;
}

#content {
	position:relative;
	top:100px;
	width:800px;
	height:533px;
	z-index:2;
	clip: rect(auto,auto,auto,auto);
}
#footer {
	position:absolute;
	width:800px;
	height:auto;
	z-index:10;
	top: 633px;
}

.copyright {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#phone {
	top: 0px;
	right: 0px;
	width: 200px;
	position: absolute;
	height: 18px;
	text-align: right;
}
#email {
	height: 18px;
	width: 150px;
	left: 0px;
	top: 0px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}
.style1 {font-family: Verdana, Arial, Helvetica, sans-serif}

a:active {
	color: #CCCCCC;
}
#copytext {
	text-indent: -10000px;
	visibility: visible;
	z-index: 1;
	overflow: hidden;
	height: 1px;
}
#container #content #copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	overflow: auto;
	height: 533px;
	width: 800px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

