/* CSS Document */
body{margin:0px 0px 0px 0px;}

 
/* layout table cells */ 
td { 
padding: 0px; /* Accomplishes table cellpadding=0 */ 
vertical-align:top;
FONT-SIZE: 11px; FONT-FAMILY: verdana; COLOR: #000000; /*/*/line-height:1.3em; /* */
} 

.header { height:142px; background-color: #A50A07;}
.yellow_band { height:29px; background-color: #EDD47F;}
.left{ width:277px; border-right:1px solid #B3B3B3;}
.right{ background-color:#FCF7E5;}
.small { font-size:10px;}
.footer_purple { height:29px; background-color: #7F0704; color:#FFFFFF; vertical-align:middle;}
.footer_beige { height:29px; background-color: #FCF7E5;  border-right:1px solid #590503; background-image:url(../images/footer_beige_top.gif); background-position:top; background-repeat:no-repeat; text-align:right; vertical-align:bottom;}

.textfield{ background-image:url(../images/txtfbg.gif); font-size:11px; border-left: 1px solid #DDB969;  border-top: 1px solid #DDB969; border-bottom: 1px solid #F5CD74;  border-right: 1px solid #F5CD74;}
.textarea{ background-image:url(../images/txtabg.gif); font-size:11px; border-left: 1px solid #DDB969;  border-top: 1px solid #DDB969; border-bottom: 1px solid #F5CD74;  border-right: 1px solid #F5CD74;}


/*/link formats/*/
a 	{FONT-FAMILY: Verdana; font-size: 11px; color: #000000; text-decoration: underline;}		
a:focus {FONT-FAMILY: Verdana; font-size: 11px; color: #000000; text-decoration: none;}		
a:hover {FONT-FAMILY: Verdana; font-size: 11px; color: #000000; text-decoration: none;}

a.bl_nav 	{FONT-FAMILY: Verdana; text-decoration: underline; font-size: 11px; color: #000000;}
a.bl_nav:focus {FONT-FAMILY: Verdana; text-decoration: none;   font-size: 11px; color: #000000;}
a.bl_nav:hover {FONT-FAMILY: Verdana; text-decoration:none ; font-size: 11px; color: #000000;}

.form-error {
	padding: 5px;
	border: 2px solid #ff0000;
	font-weight: bold;
	font-size: 12pt;
}

.red-asterisk {
	color:#ff0000;
	font-weight:bold;
}

#required-fields {
	font-weight:bold;
	border:1px solid #ff0000;
	background-color:#f5cd74;
	padding:2px;
}

  div.scrolltext {
    padding: 0.5em 0em;
  }