body,html 
{
   height:100%;
   margin:0;
   padding:0;
   background:#FF6600;
   color:#330000;
   /**Use for z-index in FF**/
   z-index: 0;
   position: relative;
   top: 0;
   left: 0;
   /**end FF z-index fix**/
}
body
{
   font-family: arial, 'lucida console', sans-serif;
   font-size: 10pt;
   font-weight: 600;
   color: #330000;
}
.box
{
   margin:0;
   border: 0;
   padding:0;
   display:block;
   position:relative;
}
.header
{
   text-align:center;
   font-size:xx-large;
   font-variant:small-caps;
}
.text
{
   padding:15px;
}
.clear
{
   clear:both;
   height:1px;
   overflow:hidden;
}
img
{
   border-style:none;
}


/*************HEADER TAGS*************/
.topbar
{
   background-color: #900000;
   width:100%;
   height:20px;
   color: #AA0000;
   font-style: italic;
   font-size: small;
   vertical-align: middle;
   text-align:center;
}
.mainback
{
   background-color: #330000;
   border: 0;
   margin: 0;
   padding: 5px;
   height: 99px;
   vertical-align: top;
}
.mainlogo
{
   display: block;
   position:relative;   
   margin: 0;
   width: 324px;
   height: 64px;
   padding: 0;
   border:0;
}
.logopiece
{
   vertical-align: top;
   border: 0;
   margin: 0;
   height: 35px;
   width:78px;
   padding: 0;
   float:left;
}
.phrase
{
   color:#FF6600;
   font-weight: bold;
   font-size: large;
   vertical-align: text-top;
   padding:5px;
   margin:0;
   border:0;
}

/*************MENU BAR*************/
.menu
{
   width:150px;
   background-color: #330000;
   padding:5px;
   margin:0;
   float:right;
   height:auto;
}
.menuhead
{
   text-align:center;
   color:#FF9933;
   padding: 2px 0 0 0;
   border-width: 6px 6px 2px 6px;
   border-style: solid;
   border-color: #FF9933;
   display:block;
   font-size: large;
   font-weight: bold;
}
.menusection
{
   border: 3px solid #FFFFFF;
   margin: 5px 0;
   background-color:#993300;
}

a.menuitem
{
   text-align:center;
   width:100%;
   padding: 2px 0;
   border-width: 1px 0 0 0;
   border-style: solid;
   border-color: #FFFFFF;
   display:block;
}
a.menuitem:link
{
   color: #FF6600;
   text-decoration: none;
}
a.menuitem:hover
{
   color: #993300;
   text-decoration: none;
   background-color: #FF6600;
   font-weight: bold;
}
a.menuitem:visited
{
   color: #330000;
   text-decoration: none;
   font-weight: bold;
}

   
