body {
   margin:0px; padding:0px; border:0px solid none;
   color:#000000; background-color:#ffffff;
   font-family:Verdana,Arial,Helvetical,sans-serif;
   font-size:100%;
   text-align:left;
}

A { text-decoration:none }
A:link { color:#000000; background-color:transparent; }
A:visited { color:#000000; background-color:transparent; }
A:active { color:#000000; background-color:transparent; }
A:hover { color:#003366; background-color:transparent; text-decoration:underline;}

#bluebar {
   position:absolute;
   width:100%; height:90px;
   top:0px; left:0px;
   padding:0px;
   border-top:1px solid #000000;
   overflow:hidden;
   background-color:#003366;
}

#orangebar {
   position:absolute;
   width:100%; height:15px;
   top:90px; left:0px;
   padding:0px;
   border-top:1px solid #000000;
   border-bottom:1px solid #000000;
   overflow:hidden;
   background-color:#ff9900;
}

#container {
   position:absolute;
   width:100%;
   top:105px; left:0px;
   border:0px; margin:0px;
   padding:0px;
   background:url("./graphics/stripes.gif") repeat-x left top;
   overflow:visible;
}

#menu {
   position:relative;
   width:120px; height:100%;
   top:0px; left:0px;
   background-color:#f0f0f0;
   padding:5px;
   font-family:Verdana,Arial,Helvetical,sans-serif;
   font-size:0.8em; text-align:left;
   overflow:visible;
   border-left:1px solid #000000;
   border-right:1px solid #000000;
   border-bottom:1px solid #000000;
   z-index:2;
}

#content {
   position:relative;
   width:625px; height:100%;
   top:0px; left:0px;
   background-color:transparent;
   padding:15px;
   font-family:Verdana,Arial,Helvetical,sans-serif;
   font-size:0.75em; text-align:left;
   overflow:visible;
   z-index:2;
}

#leftspacer {
   width:15px; height:100%;
}
