/* CSS Document */
body {margin:0; 
	font: 90% georgia; 
	margin: margin:1em; 
	padding: 0px;
	background-color:#D6D6D6;
}
.content {	padding:1em 1.5em; font-size:100%; line-height:110%;
}
#nav { left:104px; top:379px; height:30px;z-index:6;visibility:visible; text-align:center; background-color:#EAEAEA; border-top:1px solid #000; border-bottom: 1px solid #000; line-height:18px; padding-top:4px;}

#nav a { text-transform:uppercase;  font-size:16px; color:#000; padding-right:15px; padding-left:15px;}

#footer {

position:absolute; left:7px; top:353px;width:670px; height:20px;z-index:4;visibility:visible; 
clear: both;

margin: 30px auto;

padding: 10px 0 20px 0;

border-top: 4px solid #f0f0f0;

width: 686px;

text-align: center;

color: #191919;

font-size: 0.7em;

}
UL {padding-left: 1em;
	text-indent: -1em;
	list-style-type: disc;
	list-style-position: inside;
}

/*FORM*/
.bold_label {display:block; font-weight:bold; float:left; width:100px; text-align:left;}
.right {display:inline; text-align:left; margin-left:100px}
.clear_right {clear:right;}

legend {color:#2E2E2E; font-weight:bold; font-size:115%;}
label {width:110px; float:left; display: block; padding-top:3px; text-align: right; color:#2E2E2E;}
label.required {font-weight:bold;}
input {width:200px; }
input.inputsubmit {width:200px;  background-color:#EBEBEB;  }
textarea {width: 200px;}
div.submit {text-align:left; float:right; padding:3px 0;}

form fieldset {padding:5px 0;}
form fieldset div.notes {
  float: right;
  width: 190px;
  height: auto;
  margin: 8px 0 5px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #D6D6D6;
  color: #666666;
  font-size: 88%;
}

form fieldset div.notes h4 {
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 95%;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
  text-align:center;
}


.error {color: #FF0000; }
