﻿body {
	border-style: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	background-color: #FFFFFF;
}
.leftpanel {
	position: relative;
	width: 20%;
	height: 650px;
	float: left;
	background-color: #353535;
	text-align: center;
}
.header {
	margin: 0px;
	position: relative;
	width: 77%;
	float: left;
	clear: none;
	text-align: center;
	color: #000000;
	padding-top: 25px;
	padding-bottom: 10px;
	font-size: x-large;
}
.pgtitle {
	margin: 0px;
	position: relative;
	width: 77%;
	float: left;
	clear: none;
	text-align: center;
	color: #000000;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: xx-large;
}
.subtitle {
	margin: 0px;
	position: relative;
	width: 77%;
	float: left;
	clear: none;
	text-align: center;
	color: #000000;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: x-large;
}

a {
	text-decoration: none;
	color: #fff;
}
a:visited {
	text-decoration: none; color:#FFFFFF;
}
a:hover {
	color: #ffffff;
	background-color: #0000ff;
}


.navig {
	color: #FFFFFF;
	width: 95%;
	top: 150px;
	position: relative;
	text-align: center;
	font-size: large;
	text-decoration: none;
}
.content {
	text-align: center;
	position: relative;
	width: 79%;
	float: left;
	margin-top: 10px;
}
.validate {
	text-align: center;
	position: relative;
	width: 90%;
	float: none;
	padding-top: 15px;
	padding-bottom: 15px;
	bottom: -600px;
}
.leftpanelCopy {
	position: relative;
	width: 20%;
	height: 700px;
	float: left;
	background-color: #353535;
	text-align: center;
}
