IFRAME {border-width: 1px; border-style: solid; border-color: #333333}
H1 {font-weight: normal; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333}
BODY {background-color:  #FFF5EE ; background-image: url(images/backgrounds/marblefaint.jpg)}
a:link {color: blue; text-decoration: none;}
a:visited {color: purple; text-decoration: none}
a:hover {color: blue; text-decoration: none;}
a:active {color: blue; text-decoration: none}
.altlinks {}
a.altlinks:link {color:  #1B1F50; text-decoration: underline;}
a.altlinks:visited {color: #666666; text-decoration: underline}
a.altlinks:hover {color: #333333; text-decoration: underline; }
a.altlinks:active {color: #333333}
.sidebarleft {font-size: 12px; font-family:  "Trebuchet MS", Verdana, Arial, sans-serif; color: #666666; background-color: /*#797571*/ /*#aeacaa*/ #E8E8E8; border-width: 1px 0 1px 1px; border-style: solid; border-color: #333333}
.sidebar {font-size: 12px; font-family:  "Trebuchet MS", Verdana, Arial, sans-serif; color: #333333; background-color: /*#aeacaa*/ #E8E8E8; border-width: 1px 1px 1px 0; border-style: solid; border-color: #333333}
.mentable {background-color:  #E8E8E8 ; border-width: 1px; border-style: solid; border-color: #333333}
.menmaincell {font-weight: 900; font-size: 11px; font-family: sans-serif, Arial, Verdana, Helvetica ; color: #d8d3cf; background-color: /*#908880*/ #AA141F; background-image: url(images/navimages/navmain.png); border-width: 1px; border-style: solid; border-color: #333333}
.menheadiii {font-weight: bold; font-size: 14px; font-family:  Arial, Helvetica, sans-serif; color: #d8d3cf; background-color: /*#A0C0A0*/ #AA141F; border-width: 1px; border-style: solid; border-color: #333333}
.menheadii {font-weight: bold; font-size: 14px; font-family:  Arial, Helvetica, sans-serif; color: #333333; background-color: /*#9898ba*/ #AA141F; border-width: 1px; border-style: solid; border-color: #333333}
.menheadi {font-weight: bold; font-size: 14px; font-family:  Arial, Helvetica, sans-serif; color: #333333; background-color: /*#996666*/ #AA141F; 
border-width: 1px; border-style: solid; border-color: #333333}
.mencellover {font-weight: normal; font-size: 12px; font-family: sans-serif, Arial, Verdana, Helvetica ; color: #000000; background-color: #707c88; background-image: url(images/navimages/navover.png); border-width: 1px; border-style: solid; border-color: #333333;}
.mencell {font-weight: 900; font-size: 12px; font-family:  Geneva, Arial, Helvetica, sans-serif ; color: #d8d3cf; background-color: /*#908880*/ #1B1F50; background-image: url(images/navimages/navcell.png); border-width: 1px; border-style: solid; border-color: #333333}
.mediumheading {font-weight: bold; font-size: 18px; font-family:  Arial, Helvetica, sans-serif; color: #000000; letter-spacing: 6px}
.maincontent {font-size: 13px; line-height: normal; font-family:  "Trebuchet MS", Verdana, Arial, sans-serif; color: /*#666666*/ #000000;  background-color: #FFFFFF; /*#cac8c6*/ /*#FFF5EE*/  border-width: 1px; border-style: solid; border-color: #333333}
.buttonstyle {background-color: #989088; border-width: 1px; border-style: outset; border-color: #666666; width: 16px; height: 26px}
.buttonlabel {color: #989088; background-color: #666666; border-width: 1px; border-style: outset; border-color: #666666; width: 54px; height: 26px}
.span1 {font-weight: bold; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000}
.agency{font-size: 11px; line-height: normal; font-family:  "Trebuchet MS", Verdana, Arial, sans-serif; color: /*#666666*/ #000000;}


/*___________________Ops Man CSS ______________________*/
/*_____________________________________________________*/
.Menu h3{ cursor:pointer;}

.Menu{
width: 180px; /*width of accordion menu*/
}

.Menu .menuheading{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 8px ;
color: white;
background: url(./OpsManual/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: pointer;
}

.Menu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(./OpsManual/titlebar-active.png);
}

.Menu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.Menu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.Menu ul li a{ /*<a> tags for policy links*/
color: #A70303;
background: url(./OpsManual/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.Menu ul li a:visited /*visited state*/
{
color: #A70303;
}

.Menu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}