/*  main element styles */

A { color : #c0292b; outline : none;}
A:visited { color : #c0292b; }
A.plain, A.plain:visited { text-decoration : none; color : #c0292b; }
A.subnav:link, A.subnav:visited { font-family : Verdana, Helvetica, sans-serif; font-size : 10px; font-weight : bold; color: #9c9c9c; text-decoration: none; }
A.subnav:hover { font-family : Verdana, Helvetica, sans-serif; font-size : 10px; font-weight : bold; color: #52636B; }
A.innerpagelink:link, A.innerpagelink:visited { font-family : Verdana, Helvetica, sans-serif; font-size : 11px; font-weight : bold; color: #000000; text-decoration: none; }
A.innerpagelink:hover { font-family : Verdana, Helvetica, sans-serif; font-size : 11px; font-weight : bold; color: #c0292b; }
.navlink, .navlink:visited { color : #000000; font : 11px verdana; text-decoration : none; }
INPUT { font-family : Verdana, Helvetica, sans-serif; font-size : 10px; color: #000000; }
TEXTAREA { font-family : Verdana, Helvetica, sans-serif; font-size : 10px; color: #000000; }
OPTION { font-family : Verdana, Helvetica, sans-serif; font-size : 10px; color: #000000; }
FORM { display : inline; }

/*  generic classes */
.maincontent { padding-left : 16px; padding-top : 10px; width : 760px; }
.bodytext { font : 11px verdana; line-height : 16px;  }
.errortext { font : 11px verdana; line-height : 16px;  color: Red}
.bodytext1 { font : 12px verdana; line-height : 16px;  }
.bodycopy{ font : 11px verdana; line-height : 16px; color: #666666; }
.practiceheader { font : 22px verdana; color : #CCCD94; }
.stateheader{ font-family : Verdana, Helvetica, sans-serif; font-size : 13px; color: #666666; }
.stories { font-family : Verdana,"Times New Roman", Times, Garamond, serif; font-style: italic; font-weight : bold; font-size : 18px; color: #666666; margin-bottom : 0px; padding-bottom : 0px; }
.storiestext { font-family : Verdana, Helvetica, sans-serif; font-size : 11px; line-height : 16px; color: #666666; }
.bodyheader { font-family : "Times New Roman", Times, Garamond, serif; font-style: italic; font-weight : bold; font-size : 24px; color: #c0292b; margin-bottom : 0px; padding-bottom : 0px; }
.leftnavheader { font-family : "Times New Roman", Times, Garamond, serif; font-style: italic; font-weight : bold; font-size : 14px; color: #666666; margin-bottom : 0px; padding-bottom : 0px; }
.innerpageheader { font-family : Verdana, Helvetica, sans-serif; font-size : 14px; font-weight : bold; color: #c0292b; }
.fine { color : #000000; font-size : 9px; font-style : italic; font-weight : normal; }
.fineprint { font-family : Verdana, Helvetica, sans-serif; color: #666666; font-size: 9px;}
.formerr { color : #DB0035; font-size : 10px; text-decoration : none; font-style : plain; font-weight : bold; }
.inputerr { color : #DB0035; font-size : 10px; text-decoration : none; font-weight : bold; font-style : plain; }
.inputlabel { font-family : Verdana, Helvetica, sans-serif; font-size : 11px; line-height : 16px; color: #000000; text-decoration : none; }
.inputhelp { font-family : Verdana, Helvetica, sans-serif; font-size : 11px; line-height : 16px; color: #000000; font-style : italic; text-decoration : none; }
.formhelp { font-family : Verdana, Helvetica, sans-serif; font-size : 11px; line-height : 16px; color: #000000; }
.checklabel { font-family : Verdana, Helvetica, sans-serif; font-size : 11px; line-height : 16px; color: #000000; cursor : hand; }
.checkbox { font-family : Verdana, Helvetica, sans-serif; font-size : 11px; color: #000000; cursor : hand; }
.subnavselected { font-family : Verdana, Helvetica, sans-serif; font-size : 11px; font-weight : bold; color : #52636B; text-decoration : none; }

.MenuGroup 
{
  text-align:center;	
  color:White;
  background-color:"990000";
  cursor:default;
  border:1px; 
  border-color:white;
  border-style:solid; 
  font-family:arial; 
  font-size:12px; 
  padding:2px;
  padding-left:10px;
  padding-right:10px;
}
.MenuGroupSelected
{
  text-align:center;	
  color:white;
  background-color:C0292B;
  cursor:default;
  border:1px; 
  border-color:white;
  border-style:solid; 
  font-family:arial; 
  font-size:12px; 
  padding:2px;
  padding-left:10px;
  padding-right:10px;
}

.MenuItem {
  background-color:fffbe7; 
  color:black;
  font-family:arial; 
  font-size:12px; 
  padding:2px;
  padding-left:10px;
  padding-right:10px;
  cursor:hand;
  border-width:1px;
  border-color:grey;
  border-style:solid; 
}
.MenuItemOver {
  background-color:"FFF4c5"; 
  color:990000; 
  font-family:arial; 
  font-size:12px; 
  padding:2px;
  padding-left:10px;
  padding-right:10px;
  cursor:hand;
  border-color:grey;
  border-style:solid; 
  border-width:1px;
}

	

