/* CSS Document */

html {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	line-height: 110%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	text-align: center;
	/*  dark blue background-color: #39506F; */
	/* dark tan background-color: #C7A969; */
	background-color: #FFDFAB;
}

a, a:link {
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #39506F;
	text-decoration: underline;
}

p {
	text-indent: 1em;
	text-align: justify;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}

img {
	border: 0;
}

ul.undecorated {
	font-size: 18px;
	font-weight: bold;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
	min-width: 560px;
	max-width: 700px;
	width: 620px;
}

form fieldset {
	clear: both;
	font-size: 100%;
	border-color: #000000;
	border-width: 1px 0 1px 0;
	border-style: solid none solid none;
	padding: 10px 10px;
	margin: 20px 20px 20px 20px;
}

form fieldset legend {
	font-size: 150%;
	font-weight: normal;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 5px;
}

label {
	font-size: 100%;
}

label u {
	font-style: normal;
	text-decoration: underline;
}

input, textarea {
	font-size: 100%;
	color: #000000;
}

textarea {
	overflow: auto;
}

form div {
	clear: left;
	display: block;
	width: 300px;
	zoom: 1;
	margin: 5px 0 0 0;
	padding: 1px 3px;
}

form div fieldset {
	clear: none;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	margin: 0 0 0 0;
	padding: 0 5px 5px 5px;
	width: 500px;
}

form div fiedlset legend {
	font-size: 100%;
	padding: 0 3px 0 9px;
}

form div.required fieldset legend {
	font-weight: bold;
}

form div label {
	display: block;
	float: left;
	width: 130px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	text-align: left;
}

form div.optional label, label.optional {
	font-weight: normal;
}

form div.required label, label.required {
	font-weight: bold;
}

form div textarea {
	width: 500px;
	padding: 1px 3px;
	margin: 0 0 0 0;
}

form div input.inputtext {
	width: 350px;
	padding: 1px 3px;
	margin: 0 0 0 0;
}

form div.submit {
	width: 200px;
	padding: 0 0 0 380px;
}

form div.submit div {
	display: inline;
	float: left;
	text-align: left;
	width: auto;
	padding: 0;
	width: 0;
}

form div.submit div input.inputsubmit, form div.submit div input.inputbutton {
	float: right;
	margin: 0 0 0 5px;
}

.normal {
	margin-left: .5em;
	margin-right: .5em;
	color: #CC0000;
}

.normaltest {
	margin-left: .5em;
	margin-right: .5em;
	color: #FF0000;
}

#header {
}

#global {
	/* center the entire page */
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	padding: 0;
	text-align: justify;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

#subheader {
	text-align: left;
	margin-left: 1em;
	margin-right: 1em;
	padding: 1em;
	width: 760px;
	height: 30px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	clear: both;
}

#subheadleft {
	background-image: url(/images/sub-header-left.png);
	background-repeat: no-repeat;
	width: 46px;
	height: 30px;
	float: left;
}

#subheadmid {
	background-image: url(/images/sub-header-mid.png);
	background-repeat: repeat-x;
	width: 678px;
	height: 30px;
	float: left;
}

#subheadcontent {
	margin-top: .5em;
	color: #CC0000;
	font-weight: bold;
}

#subheadright {
	background-image: url(/images/sub-header-right.png);
	background-repeat: no-repeat;
	width: 34px;
	height: 30px;
	float: left;
}

#review {
	width: 760px;
	/* border: 1px solid #000000; */
}

#reviewleft {
	width: 250px;
	float: left;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0;
	/* border: 1px solid #000000; */
	display: inline;
}

#reviewright {
	width: 500px;
	float: right;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	/* border: 1px solid #000000; */
}

#reviewright p {
	text-align: justify;
	margin: 5px;
	padding: 5px;
	line-height: 120%;
	font-size: 15px;
}

#footer {
	width: 760px;
	height: 50px;
	clear: both;
}

#footer img {
	border: 0;
	float: left;
}

#copyright {
	text-align: center;
	font-size: 75%;
}

#errors {
	font-size: 150%;
	color: #CC0000;
}
