body, div, p, td, th, li, ol, ul
{
   font-family:Arial,Helvetica,sans-serif;
   font-size: 14px;
   color: #5A5A5A;
   margin: 0 5%;
}


.smText { font-size:10px }
.smWhText { font-size:12px; color: #FFFFFF }
.smTitle { font-size:16px; color: #333399  }
.regTitle { font-size:22px; color: #003399 }  
.regBold { font-size: 14px; color: #333399 }


.head:link { font-size:12px; color: #fdf5e6; }
.head:visited { font-size:12px; color: #ffff00; }
.head:hover { font-size:14px; color: #FFFFFF }


BODY
{
    background-color: #ffffff;
    background-image: url(http://www.admirable.cc/Branaugh/images/background.gif);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
 
 /* MORE SUB LEVEL MENU CONTROL */


.menu_DIV{
border-top: #996600 0px solid;
border-bottom: #996600 0px solid;
border-right: #996600 1px solid;
border-left: #996600 1px solid;
filter:alpha(opacity=100);
z-index:100;
}

 /* Tooltips */
 
 #dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

