html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align:center; /*to fix bug in IE5*/
	border: none;
	
}
body * {
	font-size: 1em
	background: #FFFFEA;
}
#header {
	height: 40px;
	background-color: #711515;
	border-bottom: 1px solid #ED9F9F;
	text-align: left;
	padding-right: 20px;
	margin-top: 0;
}
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header a:link, #header a:visited {
	color: #ffffff;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#header a:hover, #header a:active {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	background: #CCCCCC;
}	
#header ul li {
	border-left: 1px solid #FFFFFF;
	list-style: none;
	display: inline;
	padding: 0 0 0 1em;
	margin: 0 1em 0 0;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	text-decoration: underline;
}
#header #style-default {
	border-left: 0;
	margin-left: 1em;		
}
#logo {
	width: 200px;
	position: absolute;
	top: 41px;
	right: 0;
}
#Content {
	margin: 0 240px 2em 3em;
	text-align:left; /*to fix bug in IE5*/
	padding: 15px;	
}
div.center  {
	width: 42em;
	margin: 2em auto 2em;
}
div.center ul  {
	margin: 0 auto;
}
div.wrapper ul {
	width: 42em;
	margin-bottom: 0px;	
}
div.wrapper2 ul {
	width: 18em;
	margin: 20px auto 0px 15em;
	
}
div.wrapperl ul {
	width: 42em;
	margin-bottom: 0px;	
}
div.wrapper ul li {
	float: left;
	width: 13em;	
	padding-right: 8px;
}
div.wrapper2 ul li {
	float: left;
	width: 8em;	
	padding-right: 8px;
}
div.wrapperl ul li {
	float: left;
	width: 19em;	
	padding-right: 8px;
}
div.center ul li {
	float:left;
	width: 20em;	
	padding-right: .5em;
	margin-bottom: 0;
}
div.center ul li input.txt{
	width: 3em;	
	padding-right: .5em;
	
}
div.wrapper br, div.wrapper2 br, div.wrapperl br, div.center br {
	clear: both;
	margin: 0px;
	padding: 0px;		
}
p, td, th, input, select, div, blockquote, ul, ol, dl, dt, dd, h1, h2, h3, h4, h5, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}	
p, td, th, input, select, div, blockquote, ul, ol, dl, dt, dd {
	font-size: 1em;	
}	
p {
	text-indent: 2em;
}
h1 {
	font-family: Papyrus, Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	display: block;
	margin: 2em auto 1em;
	text-align: center;
	padding-top: 1em;
	font-style: italic;
	/*padding-bottom: .5px;*/
}
h2 {
	font-size: 1.29em;
	font-weight: normal;
	color: #B51032;
	display: block;
	margin: 2em auto 0.83em;
	text-align: center;
	/*padding: 1em 0em 0em;*/
}
h3 {
	font-size: 1.17em;
	font-weight: bold;
	display: block;
	margin: 1em 0;
	font-style: italic;
}
h4 {
	font-size: 1.21em;
	color: #B51032;
	font-weight: normal;
	display: block;
	margin: 2em 0 1em;
	font-style: normal;
	border: none;
}
h5 {
	font-size: 1.17em;
	font-weight: normal;
	display: block;
	margin: 0em 0 1em;
	/*padding: 0em 0em 1em;*/
	font-style: normal;
	border-top: 1px none #ED9F9F;
	border-right: 1px none #ED9F9F;
	border-bottom: 1px dotted #ED9F9F;
	border-left: 1px none #ED9F9F;
}
h6 {
	text-align: center;
	display: block;
	font: bold 18pt "Monotype Corsiva";
}
.topbordred {
	color: #AA0000;
	font-style: italic;
	border-top: 4px groove #666666;
	border-right: 0px none #666666;
	border-bottom: 4px none #666666;
	border-left: 0px none #666666;
	
}
p.large {
	font-size: 1.12em;
	font-weight: normal;
	text-indent: 0;	
}
p.subhead {
	font-size: 1.10em;
	font-weight: bold;
	text-indent: 0;
	display: block;
	margin: 3em 0 1em;
	text-decoration: underline;
}
ul {
	list-style-type: none;
	margin: 2em 0px 2em 2em;
	padding: 0px;
}
ul.wide {
	margin: 2em 0px 2em 0px;
	
}
ul.horiz {
	margin: 0;	
	display: inline;
}
ul.horiz li {
	display: inline;
	padding-left: 2.5em;
	margin: 0px;
	padding-bottom: 0px;
}
.checklist li {
	margin-bottom: .5em;
}
.checklist li.bspace {
	margin-bottom: 1.5em;
}
.radiolist li {
	margin-bottom: .5em;
}
.radiolist li.bspace {
	margin-bottom: 1.5em;
}
ul li, ul.wide li {
	margin-bottom: 1em;	
}
ol li {
	margin-bottom: 2em;
}
ol li ul li {
	margin-bottom: 1em;
}
a:link, a:visited  {
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	color: #0000CC;
}
a:hover, a:active {
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	color: #000000;
}
a.large {
	font-style: italic;
	/*font-weight: bold;*/
	color: #0000CC;
	text-decoration: none;
	font-size: 1.15em;
}	
.textarea1 {
	display: block;
	padding: 3px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 9em;
	height: 100px;
	width: 400px;
	border: 1px solid #000000;
}	
.textarea2in_2ul {
	display: block;
	padding: 3px;
	margin: 20px auto 0px 9em;
	height: 3em;
	width: 400px;
	border: 1px solid #000000;
}
.textareaindented1 {
	display: block;
	padding: 3px;
	height: 100px;
	width: 400px;
	border: 1px solid #000000;
	margin: 30px auto 0px 11em;
}
.textareaindented2 {
	display: block;
	padding: 3px;
	height: 3em;
	width: 400px;
	border: 1px solid #000000;
	margin: 20px auto 0px 11em;
}
.textareaindented3 {
	display: block;
	padding: 3px;
	height: 150px;
	width: 700px;
	border: 1px solid #000000;
	margin: 30px auto 0px auto;
}
.textarea2 {
	display: block;
	padding: 3px;
	height: 2em;
	width: 400px;
	border: 1px solid #000000;
	text-align: left;
	margin: 30px auto 0px;
}
.textarea3 {
	display: block;
	padding: 3px;
	height: 100px;
	width: 400px;
	border: 1px solid #000000;
	margin: 3em auto 4em;
}

table input {
	margin-left: 0px;
	margin-top: 0px;	
}
table thead{
	background-color:#CCCCCC;

}
.tableinvisible {
	display: block;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	margin: 30px auto 0px 2em;
	
}
.tableinvisible td {
	text-align: right;
	margin: 0px;
	padding-top: 0.8em;
	border: 0px;
	vertical-align: text-top;
}
.tableoppositedescriptors, .tablesingledescriptor, .tablecheckbox {
	/*display: block;*/
	padding: 0px;
	margin: 30px auto 0px 30px;
	border: 1px solid #338BA6;
	border-collapse: collapse; 
	
}
.tablecheckboxc {
	/*display: block;*/
	padding: 0px;
	margin: 30px auto 0px;
	border: 1px solid #338BA6;
	border-collapse: collapse; 
	
}

/*.tableoppositedescriptors td {
	text-align: center;
	margin: 10px;
	border: 1px solid;
	padding: 10px 4px;
	white-space: nowrap;
	font-weight: normal;
}*/
.tableoppositedescriptors td {
	text-align: center;
	margin: 0px;
	border: 1px solid;
	border-width: 0 0 1px;
	padding: 10px 30px;
	white-space: nowrap;
	font-weight: normal;
	
}
.tablesingledescriptor td {
	text-align: center;
	margin: 0px;
	border: 1px solid;
	border-width: 0 0 1px;
	padding: 10px 20px;
	white-space: nowrap;
	font-weight: normal;
	
}
.tablecheckbox td, .tablecheckboxc td  {
	text-align: center;
	/*margin: 10px;*/
	border: 1px solid;	
	padding: 10px 4px;
	white-space: normal;
	font-weight: normal;
}
.tablecheckbox th,.tablecheckboxc th  {
	text-align: right;
	margin: 0px;
	border: 1px solid;
	padding: 3px;
	/*padding: 1px 4px 0px;*/
	white-space: normal; 
	font-weight: bold;  
}
.tableoppositedescriptors th {
	text-align: right;
	margin: 0px;
	padding: 3px;
	white-space: normal;
	font-weight: bold;
	border: 1px solid;
	border-width: 0 1px 1px 0;
		
}
.tablesingledescriptor th {
	text-align: left;
	margin: 0px;
	padding: 3px;
	white-space: normal;
	font-weight: bold;
	border: 1px solid;
	border-width: 0 1px 1px 0;
		
}
.tableoppositedescriptors thead th, .tablecheckbox thead th, .tablecheckboxc thead th  {
	text-align: center;
	vertical-align: text-bottom;	
	font-size: .86em;	 
}
.tablesingledescriptor thead th {
	padding: 0px;
	text-align: center;
	vertical-align: text-bottom;	
	font-size: .86em;
	border-width: 0 0 1px; 
}
.tablecheckbox thead th.normal, .tablecheckboxc thead th.normal {
	font-size: 1em;
	font-weight: bolder;
}
/*.tableoppositedescriptors thead th.thright  {
	width: 23%;
	 
}*/
.tableoppositedescriptors th.thright {
	text-align: left;
	border-width: 0 0 1px 1px;
		
	/*margin: 10px 0px;
	padding: 10px 4px;*/
}
.tablesingledescriptor th.thright {
	padding: 3px;
	text-align: left;
	border-width: 0 1px 1px 0;
		
}
.tablesingledescriptor thead th.thright {
	font-size: 1em;
	
}
/*.tableoppositedescriptors .thcenter {
	font-weight: bold;
	white-space: normal;
	text-align: center;
	margin: 10px 0px;
	padding: 10px 4px;
	vertical-align: text-bottom;
}*/
.tableoppositedescriptors tr:hover, .tableoppositedescriptors tr.hilite, .tablesingledescriptor tr:hover,
 .tablesingledescriptor tr.hilite, .tablecheckbox tr:hover, .tablecheckbox tr.hilite, .tablecheckboxc tr:hover, .tablecheckboxc tr.hilite,.tableinvisible tr:hover, .tableinvisible tr.hilite  {
	background-color: #DFE7F2;
	color: #000000;
}
#submitbutton {
	background-color: #D7E5F2;
	color: #102132;
	border: 2px 3px 3px 2px inset #711515;
	margin: 3em auto 3em auto;
	display: block;
	width: 10em;
}
fieldset {
	padding: 0.72em;
	margin-top: 1.15em;
	border: 1px dotted #61B5CF;
}
legend {
	font-size: 1em;
	font-weight: bold;
	color: #00008B;
	background-color: #FFFFFF;
}
.indent {
	text-indent: -3.8em;
	padding-left: 3.8em;
}
.indent1 {
	text-indent: -7.5em;
	padding-left: 7.5em;	
}
/* The following is used for developing the form, remove before posting. 
ul {	
	border: 1px dotted #FF0000;
}
.checklist {
	border: 1px solid #0000FF;
}*/

#intro {
	
	width: 750px;
	margin-top: 3em;
	margin-right: auto;
	margin-left: auto;	
	text-align:left; /*to fix bug in IE5*/
	
}
#intro h2 {
	color: #000000;
}
#intro p {
	text-indent: 0;
}
#intro ul {
	margin: 1.5em 0px 1em 2em;
}
#intro ul li {
	/*margin-bottom: 1.5em;*/
	list-style: disc;
	display: block;	
}

#thanks {
	margin-top: 15%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10%;
	padding-left: 10%;
	text-align:left; /*to fix bug in IE5*/
	
}
#thanks p {
	text-indent: 0;
}
#thanks a {
	font: bold 18pt "Monotype Corsiva";
}
#formfooter {
	margin-top: 20%;
	margin-right: 10%;
	margin-left: 10%;
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#formfooter p {
	text-align: left;
	text-indent: 0px;
	padding-top: 1em;
	font-size: 16px;
}
#formfooter p.title {
	font: italic normal 12pt "Times New Roman", Times, serif;
	text-align: left;
	padding-top: 1.2em;
}
input.txt {
	width: 350px;
	display: inline;
	padding-left: .2em;
	
}
.tableinvisible input.txt {
	margin-left: 1.5em;
}
input.textsmall {
	width: 60px;
	display: inline;
	padding-left: .2em;
}
input.textmedium {
	width: 90px;
	display: inline;
	padding-left: .2em;
}
input.textnumber {
	width: 3em;
	display: inline;
	padding-left: .2em;
}
tr.spacer td {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

