body {
	background-color: #EDEAD9;
	margin: 3px;
	padding: 0px;
	scrollbar-base-color: #F6F6D8;
	scrollbar-face-color: #EDEAD9;
	scrollbar-shadow-color: #F6F6D8;
	scrollbar-highlight-color: #F6F6D8;
	scrollbar-3dlight-color: #EDEAD9;
	scrollbar-darkshadow-color: #EDEAD9;
	scrollbar-track-color: #EDEAD9;
	scrollbar-arrow-color: #F6F6D8;
	font-family: Verdana;
	font-size: 10px;
	color: #F6F6D8;
	overflow-y: auto;
	overflow-x: hidden;
}

#center {
	width: 0px;
	margin: 0px;
	margin-left: 50%;
}

#content {
	position: relative;
	width: 688px;
	left: -344px;
}

#left {
	position: absolute;
	left: 0px;
	top: 265px;
	width: 160px;
	border: 1px solid #000000;
	background-color: #859CAF;
}

#copy {
	position: absolute;
	left: 0px;
	top: 410px;
	width: 160px;
	border: 1px solid #000000;
	background-color: #859CAF;
}

#right {
	position: absolute;
	right: 0px;
	top: 265px;
	width: 160px;
	border: 1px solid #000000;
	background-color: #859CAF;

}

#middle {
	position: absolute;
	left: 180px;
	top: 265px;
	border: 1px solid #000000;
	padding: 0px;
	width: 328px;
	background-color: #859CAF;
}

/* Holly Hack Targets IE Win only \*/ 
* html #middle {height: 1%; position: relative; top: 8px;} 
/* End Holly Hack */

#content > #middle {
	width: 326px;
}

#adminpage {
	background-color: #859CAF;
}

.centera {
	text-align: center;
}

p {
	text-align: justify;
	padding: 2px;
}

h1 {
	font-size: 12px;
	border-bottom: solid 1px #000000;;
	font-family: Verdana;
	background-color: #536F87;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 10px;
}

input, select, textarea {
	background-color: #536F87;
	border: 0px;
	border: 1px solid #F6F6D8;
	color: #F6F6D8;
	font-family: Verdana;
	font-size: 10px;
}

td {
	font-family: Verdana;
	font-size: 10px;
	color: #F6F6D8;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: justify;
}

li {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}
