/* COMPLETE/FULL MENU STYLES */
.menu_complete { font-size: 13px; font-family:Georgia, "Times New Roman", Times, serif; padding-top: 5px;}
.menu_complete:link { color: #C22E2E; }
.menu_complete:visited { color: #C22E2E; }
.menu_complete:hover { color: #333333; text-decoration: underline; }

.menu_complete_on { font-size: 13px; font-weight: bold; font-family:Georgia, "Times New Roman", Times, serif; padding-top: 5px; }
.menu_complete_on:link { color: #C22E2E; }
.menu_complete_on:visited { color: #C22E2E; }
.menu_complete_on:hover { color: #333333; text-decoration: none; }

/* COMPLETE/FULL MENU STYLES FOR UNDERLINKS */
.menu_complete_sub { font-size: 11px; font-family:Georgia, "Times New Roman", Times, serif; }
.menu_complete_sub:link { color: #717171; }
.menu_complete_sub:visited { color: #717171; }
.menu_complete_sub:hover { color: #333333; text-decoration: underline; }

.menu_complete_sub_on { font-size: 11px;  font-family:Georgia, "Times New Roman", Times, serif; }
.menu_complete_sub_on:link { color: #333333; }
.menu_complete_sub_on:visited { color: #333333; }
.menu_complete_sub_on:hover { color: #333333; text-decoration: none; }


/* MAIN MENU STYLES */
.menu_main { font-size: 11px; padding-top: 3px; padding-bottom: 3px; margin: 0px; text-align:left; padding-left:5px; text-transform: uppercase; }
.menu_main:link { color: #3993bb; text-align:left; }
.menu_main:visited { color: #3993bb; text-align:left; }
.menu_main:hover { color: #333333; text-decoration: none; text-align:left; }

.menu_main_on { font-size: 11px; padding-top: 3px; padding-bottom: 3px; margin: 0px; text-align:left; font-weight:bold; padding-left:5px; text-transform: uppercase;  }
.menu_main_on:link { color: #333333;  text-align:left;}
.menu_main_on:visited { color: #333333;  text-align:left;}
.menu_main_on:hover { color: #333333; text-decoration: none;  text-align:left;}

/* STANDARD FORM ELEMENTS */
.input { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px;  border: 1px solid gray; }
.button { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; border: 1px solid gray; }

.printerfriendly:link { color: #000000; }
.printerfriendly:visited { color: #000000; }
.printerfriendly:hover { color: #333333; text-decoration: none; }

.acronym { border-bottom: 1px dotted gray; cursor:help;  }