
a  {  color:#22309f; text-decoration:none;}
a:hover {  color:#22309f; text-decoration:underline;}

.head { color:#663333; font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:bold; }
.subhead { color:#333333; font-size: 12px;  font-weight:bold; }
.bodytext { color:#333333; font-size: 11px; }
.footnote { color:#777777; font-size: 9px; }


/*---- buttons start -- active works in IE and Firefox -- hover only works in Firefox ----*/	

.btn {
	width: auto;
	border: 3px double #9a6856;
	border-top-color: #eeeeee;
	border-left-color: #eeeeee;
	padding: 0em;
	background-color: #dcd3c0;
	color: #572c1c;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0px 0px 4px 0px;
	}
.btn a:active {
	border: 3px double #CCCCCC;
	border-top-color: #9a6856;
	border-left-color: #9a6856;
	}
.btn a:hover {
	background-color: #fde8bc;
	color: #990000;
	}
/*---- makes button text white on disabled buttons in firefox -- does not effect IE ----*/
.btndisabled { 
	width: auto;
	border: 3px double #9a6856;
	border-top-color: #eeeeee;
	border-left-color: #eeeeee;
	padding: 0em;
	background-color: #dcd3c0;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0px 0px 4px 0px;
	}
.btndisabled  a:active {
	border: 3px double #CCCCCC;
	border-top-color: #9a6856;
	border-left-color: #9a6856;
	}
.btndisabled  a:hover {
	background-color: #fde8bc;
	color: #990000;
	}
/*---- order information table end ----*/			
	


/*---- all  content between headers and footers starts----*/	
div#bodywrapper {
	text-align:left;
	vertical-align:top;
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 20px;
	}
/*---- error message end----*/	


#rightcontent{
  margin-left: 200px;
  background-color:#fff;
  overflow: auto;
  }
.noDisplay {
        display:none;
        }
 /*---- end breadcrumbs ---*/	
 
 
/*---- start help/FAQ/glossary styles ----*/	
.faqquestion {
	font-weight:bold;
	margin-top:12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333399;
	}
.faqanswer { 
	color:#666666;
	margin-top: 10px;
	}
.subhead2 {
	color:#FF3300;
	font-size: 12px;
	font-weight:bold;
}

#wrapper-faq td { font-family: Verdana, Helvetica, sans-serif; }
div.faqquestion img { padding-top: 2px; padding-left: 3px; }
