.subtitles {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #2A3013}
.copywrite {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #000000}
.caption {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #725E46}
.RedItalics {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-style: italic; color: #660000}
.bodycopyintro {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 14px; color: #000000}
.Bodycopy {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 13px; color: #000000}
.CaptionCopy { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 16px; color: #333300}
.subtitlesLight { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #2A3013 }
.subtitlesRed { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #660000}
.RedItalicsBig { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: italic; color: #660000 }
.RedBoldBig { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #660000 }
.bodycopyintroBLK { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 14px; color: #000000 ; text-align: left}
.CaptionCopyblk { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; color: #000000; text-align: justify}
.CaptionCopybrown { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 18px; color: #663300; text-align: justify }
.CaptionCopybrown2 { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #896022}
.subdeptheading { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #333300 }
.deptheading { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #333300 }
.CaptionCopyCorp { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; color: #663300; text-align: justify }
.BodycopyCorp {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 15px; color: #000000}
.subtitlesRedCorp { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #660000}

.redLink {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #660000}
.redLinkSmall {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #660000}

P {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 13px; color: #000000}

   #MENU {
        position      : relative ;
        left          : 0px ;
        top           : -5px ;
        width         : 100% ;
        height        : 21px ;
        padding-top   : 3px ;
    }
	.sub-menu {
		position        : absolute ;
		visibility        : hidden ;
		margin-top    : 5px ;
	}
	
#MENU ul, #MENU li {
	display:block;
	list-style: none;
	margin:0;
	padding:0;

}

#MENU li {
	float: left;
	width: 10em;

}

#MENU li ul {
	display: none;
    background-repeat: no-repeat;

}

#MENU li:hover ul {
	display: block;
    background-repeat: no-repeat;

}

#MENU li ul li {
	display: block;
	float: none;
    background-repeat: no-repeat;


}

.menuitem a {
	background-color: #fff;
    background-repeat: no-repeat;
	border: 1px solid #ccc;
	display: block;
	text-decoration: none;
	color: #999;

}

.menuitem ul a { 
	background: #ccc;      /* gives inactive items a lt gray background */
	color: #fff;           /* gives inactive items a lt gray text */
    background-repeat: no-repeat;
}
.menuitem a:hover {
	background-color: #999;    /* gives hover items a dk gray background */
	color: #fff;               /* makes the hover items white text */ 
    background-repeat: no-repeat;
}.introcopy_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #660000;
}
.tableborder{
  border:medium solid #DEDBBA;#DEDBBA;border-top-color:#DEDBBA; border-right-color:#DEDBBA; border-bottom-color:#DEDBBA; border-left-color:#DEDBBA
}