﻿body {
	background-color: #E9DFD1;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
.leftpanel {
	background-color: #5F492E;
	color: #FFFFFF;
	width: 20%;
	position: relative;
	float: left;
	height: 19000px;
	text-align: center;
}
.navig {
	width: 95%;
	top: 150px;
	text-align: center;
	position: relative;
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
}



.header {
	font-size: xx-large;
	text-align: center;
	width: 79%;
	position: relative;
	float: left;
	background-color: #5F492E;
	color: #FFFFFF;
	padding-top: 25px;
	padding-bottom: 25px;
}
.subheader {
	position: relative;
	width: 79%;
	float: left;
	color: #5F492E;
	text-align: center;
	font-size: x-large;
	text-decoration: none;
	padding-top: 10px;
}
.alphahold {
	position: relative;
	width: 79%;
	float: left;
	color: #5F492E;
	text-align: center;
	font-size: x-large;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tablehold {
	position: relative;
	width: 79%;
	float: left;
	color: #5F492E;
	text-align: center;
	font-size: medium;
	height: 2000px;
	padding-top: 20px;
}
.validate {
	text-align: center;
	width: 73%;
	position: relative;
	float: left;
}

a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color: #0000FF;
}
.cellsleft {
	border: 1px solid #000000;
	text-align: left;
	width: 79%;
	font-weight: bold;
}
.cellsright {
	border: 1px solid #000000;
	text-align: center;
	width: 20%;
	font-weight: bold;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}

.pixbox {
	position: relative;
	width: 90%;
	top: 25px;
}


