body {background:#fff;font-family: verdana, arial; font-size: 12px; color: black; line-height: 140% ; width:98%;}

h1 {font-size:14px;letter-spacing:3px; color:black;}

#marquee  {display:none;}

legend {
margin-left: 0px;
text-indent: 0px;
}
#menu {display:none; }

.box {position:absolute;left:0px; top:0px;height:100%;width:94%;z-index:0;background:white;}
.content {position: absolute; top:0px; left:0px;width:700px; z-index:1;}

A:link { text-decoration: underline; color: black; }
A:visited { text-decoration: none; color:black;  border:none;}
A:hover { text-decoration: none; color: black; }
A:active { text-decoration: none; color: black; }



A.contrast:link {text-decoration: none; color: black; }
A.contrast:visited {text-decoration: none; color: black; }
A.contrast:hover {text-decoration: none; color: black; text-decoration: none;}
A.contrast:active { text-decoration: none; color:black; }

/* OFFICE-STYLE FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
 margin: 0;
 padding: 1px;
 width: 120px;
 list-style: none;
 border: none;

}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 0;
 left: 120px;
 width: 180px;




}

/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
 position: relative;
padding: 2px;

}

/* Links inside the menu */


.menulist a { display: block; padding: 3px 4px 3px 3px; color: #fff; text-decoration: none; border: none;background:#2e4c5e;
}
.menulist a:hover {color:burlywood;background:firebrick;} 
.menulist a.highlighted:hover, .menulist a:focus { text-decoration: none; color: #fff; background:#d61f1b;border:none;}
.menulist a.highlighted, .menulist a.active { text-decoration: underline; color: sienna; background:#2e4c5e;}





/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/* IE fix because it doesn't support transparent borders */
* html .menulist a {
 border: none;
 margin: 1px;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hack */

