body {
	margin: auto;
	text-align: center;
	background-color: #e8c794;
}

h1 {
	font-family: lucida sans, arial ;
	font-size: 18pt;
	font-weight: normal;
	color: #951906;
	margin: 5px 0px 0px 5px;
	vertical-align: top;
}

h1 span{
	font-size: 32pt;
	color: #023668;
}

h2 {
	font-family: lucida sans, arial ;
	font-size: 14pt;
	font-weight: normal;
	color: #951906;
	margin: 5px 0px 0px 0px;
}

h2 a {
	color: #3C83AD;
}

h3 {
	font-family: lucida sans, arial ;
	font-size: 11pt;
	font-weight: normal;
	color: #951906;
	margin: 5px 0px 0px 0px;
}

.formLogin {
	text-align: right;
	width: 400px;
	background-color: #FFFFFF;
}

textarea {
	width: 300px;
	height: 100px;
	font-family: verdana, arial;
	font-size: 10pt
}

*html form {
	margin: 0px;
}

table {
	font-size: 8pt;
}

tr {
	text-align: center;
}

tr.left {
	text-align:left;
}

input.small {
	width: 40px;
}

input.long {
	width: 250px;
}

p {
	line-height: 1.75em;
	width: 730px;
}

a {
	color: #000;
	border-bottom: 1px dashed #C9B26E;
	text-decoration: none;
}

a:hover {
	border-bottom: 0px;
}

.spacer {
	margin-top: 20px;
	padding: 0px;
}

.required {
	font-size: 8pt;
	color: #CC0000;
}

.sectionBox {
	width: 700px;
	background-color: #9ac18e;
}

.certificateTable {
	background-color: #FFF;
}

.certificateTable a {
	color: #0000FF;
}

#header {
	margin: auto;
	text-align: center;
	width: 750px;
	height: 120px;
	min-height: 75px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-bottom: 0px;
}

*html #header {
	height: 80px;
	min-height: 80px;
}

#main {
	margin: auto;
	width: 730px;
	text-align: left;
	font-family: verdana, arial;
	font-size: 9pt;
	color: #666666;
	line-height: 2.25em;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-bottom: 0px;
	border-top: 0px;
}

#main div {
	background-color: #FFFFFF;
	padding: 7px;
	margin-top: 10px;
}

#main #submit {
	margin: 10px 50px 5px 50px;
	text-align: right;
	background-color: #FFF;
}

#submit input, button{
	background-color: #E7E7E7;
	border: 1px solid #000;
	height: 25px;
}

*html #submit button {
	padding-bottom: 30px;
}

#footer {
	margin: auto;
	text-align: right;
	width: 740px;
	height: 30px;
	min-height: 30px;
	font-family: verdana, arial;
	font-size: 7pt;
	color: #FFF;
	padding: 20px 10px 0px 0px;
	background-color: #951906;
/*	background: #006633 url('images/bottom.gif') 0 0; */
	border: 1px solid #000000;
	border-top: 0px;
}

#main .admin {
	text-align: right;
	background-color: #FFF;
}

.admin a {
	color: #000;
	border-bottom: 0px;
	text-decoration: underline;
}

.admin a:hover {
	text-decoration: none;
}
.table {
	line-height: 14px;
}