body{background-color:#669999; font:75% arial,verdana,sans-serif;}
p{margin-left:15; margin-right:10;}
h2{padding: 0 0 3px 5px; font: 100%;}
h3{padding: 0 0 3px 5px; font: 120%; color:#0099FF;}
.centerImage{margin-left:10px; border:0;}
.centerImageBorder{margin-left:10px; border: 2px solid #000;}
.paddedImage{margin:10px; border:0;}
.header{margin:10px;}
.brownText{color:#993300;}
.floatRight{float: Right;border: 0px; margin: 10px 10px 10px 10px;}

/*TABLE FORMATTING*/
table{border-collapse:collapse; background-color:#C0A062; font-size:12px;}
.table{border: 1px solid #000; border-collapse:collapse; width:750px; background-color:#C0A062; font-size:12px;}
.tableList{width:90%; font-size:12px;}
.tableBanner{background:url(images/dfbtop.GIF) top left no-repeat; width:750px;}
.leftContent{width:165px; border-left: 1px solid #000;border-bottom: 1px solid #000;}
.footer{padding-left:160px; color:#FFFFFF; font-size:12px;}


/*FORM STYLING*/
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:85% verdana,arial,sans-serif;
  margin: 0;
  padding-left: 5px;
  min-width: 500px;
  max-width: 580px;
  width: 560px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	padding: 0; 
	margin: 5px 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}
form .label { /* this class is used for multiple items on one line in the form */
display:block;
}

form fieldset legend {	font-size:1.2em; color: #006699;}
.tabled{text-align:left;float:left;}
fieldset{text-align:left;}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of*/
}

form input#reset {margin-left:0px; /* set margin-left back to zero on reset button (set above) */}
.top{vertical-align:top;}

textarea { overflow: auto; }

form .small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {	clear:left;} /* setting clear on inputs didn't work consistently, so brs added for degrade */




