﻿body{
	font-family: Arial, Helvetica, sans-serif;
}
#container{
	width: 980px;
	margin: 0 auto;	
}
#header{
margin-bottom: 30px;
}
h1,h2,h3,h4,h5,h6{
	color: #7D0000;
}
h2.head{
	font-size: 20pt;
	border-bottom: 2px #004B49 solid;
	margin: 0 0 15px 0;
}
#rightBar{
	width: 210px;
	float: right;
	padding: 5px 5px;
	background: #FFFFFF;
}
#rightBar span.lbl{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	display:block;
	margin: 3px 0;
}
#rightBar input.submit{
	display: block;
	margin: 5px 0;
}
a{
	color: #2e2e2e;
	text-decoration: none;
	border-bottom: 1px black dotted;
}
.content p{
	margin-bottom: 10px;
	font-size: 11pt;
	line-height: 1.6;
}
#rightBar ul li{
	margin: 5px 0;
	list-style: square inside;
}
.content{
	padding: 0 10px 10px 10px;
	background: white;
	min-height: 400px;
	width: 700px;
}
.nav{
	margin-bottom: 20px;
}
.nav a{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13pt;
	margin: 0 20px;	
	color:#004B49;
	padding: 5px;
	border: none;
}
.nav a:hover{
	color: white;
	background:	#004B49;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 20px;	
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

#rightBar{
	font-size: 10pt;
}

#rightBar a{
	color: #2e2e2e;
	text-decoration: none;
	border-bottom: 1px black dotted;
}
#classForm{	
	margin-left: 100px;
	margin-top: 30px;
	padding-bottom: 50px;
}
#classForm label{
	display: block;
	margin-bottom: 10px;
}
#classForm label input.txt, #classForm label textarea.txt{
	width: 200px;
	padding: 3px;
	border: 2px silver solid;	
}
#classForm label input.but{
	background: white;
	border: 2px black solid;
	cursor: pointer;
	margin-top: 20px;
	padding: 3px;
}
#classForm label input.txt:focus{
	border: 2px black solid;
}
#classForm label span{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-bottom: 3px;
}

#rightBar a{
	color: #2e2e2e;
	text-decoration: none;
	border-bottom: 1px black dotted;
}
.content label{
	display: block;
	margin: 15px 0;
}
.content span.title{
	display: block;
	color: #2e2e2e;
	font-size: 12pt;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.wide{
	margin: 20px 0;
}
.foot{
	font-size: 80%;
	margin-bottom: 100px;
	border-top: 1px black solid;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 20px;	
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

#regForm{	
	margin-left: 100px;
}
#regForm label{
	display: block;
	margin-bottom: 10px;
}
#regForm label .txt{
	width: 200px;
	padding: 3px;
	border: 1px silver solid;	
}
#regForm label input.but{
	background: white;
	border: 1px black solid;
	cursor: pointer;
	margin-top: 20px;
	padding: 3px;
}
#regForm label txt:focus{
	border: 1px black solid;
}
#regForm label span{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-bottom: 3px;
}
#rightBar a.bigRegBut{
	display: block;
	background: #7D0000;
	text-align: center;
	padding: 20px;
	color: white;
	font-weight: bold;
	font-size: 20pt;
	border: 1px #800000 solid;
}
#rightBar a.bigRegBut:hover{
	color: #F5D553;
}

