body {background:#FFFFFF;}

table#topmenu {font-family: "Geneva", "Helvetica", sans-serif;
               background-color:#8E002F;
               top:0px;
               position:fixed;
               color:#8E002F;
               border-color:#FFCC66;
}

tr#topmenu {border-color:#FFCC66;
            }

td#topmenu {color:#8E002F;
            background-color:#FFCC66;
           }

h1, h2, h3 {font-family: "Arial Black", "Helvetica Bold", sans-serif;}

h1 {font-size: 21px;
    color:#8E002F;
    letter-spacing:3px;
    text-decoration:underline;
    display:block;}

h2 {font-size: 18px;
    color:#000000;
    letter-spacing:normal;
    display:block;}

h3 {font-size: 18px;
    color:#FF0000;
    letter-spacing:normal;
    text-align:left;
    display:block}

div, p,td {font-family: "Geneva", "Helvetica", sans-serif;
        font-size: 12px;
        color:#000000;
        letter-spacing:normal;
        display:block;}

a:link

a:visited

a:focus

a:hover {font-weight:bold;}

a:active

.emph {font-style: italic;
       font-weight:bold;}

p {text-align:justify;}

div#main {top:110px;
          border-color:#980034;
          border-width: 0px, 5px, 5px, 5px;
          border-style: double;
          width=1000px;}
          
.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.Bar
{
    BORDER-RIGHT: blue 1px outset;
    BORDER-TOP: blue 1px outset;
    FLOAT: left;
    BORDER-LEFT: blue 1px outset;
    WIDTH: 100px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: blue 1px outset;
    POSITION: relative;
    BACKGROUND-COLOR: deepskyblue;
    TEXT-ALIGN: center
}
.menu
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 150px;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: deepskyblue
}
.menuItem
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid
}
.ItemMouseOver
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: highlight
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
    BORDER-RIGHT: blue 1px ridge;
    BORDER-TOP: blue 1px ridge;
    FLOAT: left;
    BORDER-LEFT: blue 1px ridge;
    WIDTH: 100px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: blue 1px ridge;
    POSITION: relative;
    BACKGROUND-COLOR: deepskyblue;
    TEXT-ALIGN: center
}
