﻿body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #E9DFD1;
	font-size: large;
}
.leftpanel {
	background-color: #5F492E;
	width: 25%;
	position: relative;
	height: 7800px;
	top: 0px;
	float: left;
}
.header {
	width: 74%;
	top: 0px;
	position: relative;
	float: left;
	color: #5F492E;
	text-align: center;
	font-size: xx-large;
	margin-top: 30px;
	margin-bottom: 20px;
	clear: none;
	font-weight: normal;
}
.pgtititle {
	color: #5F492E;
	font-size: x-large;
	width: 74%;
	float: left;
	position: relative;
	text-align: center;
	margin-bottom: 25px;
	clear: none;
	font-weight: normal;
}
.navig {
	top: 100px;
	text-align: center;
	font-size: large;
	color: #E9DFD1;
	position: relative;
}
a {
	color: #0000FF;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color: #0000FF;
	text-decoration: none;
}
.logopix {
	text-align: center;
	margin-top: 50px;
}
.material {
	width: 50%;
	position: relative;
	float: right;
	margin-right: 100px;
	margin-left: -100px;
	background-color: #E9DFD1;
	padding: 12px;
	color: #5F492E;
	vertical-align: top;
	clip: rect(1px, auto, auto, auto);
}
.validate {
	text-align: center;
	position: relative;
	width: 73%;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}

