body
{
    min-width: 950px;
    background: url(Aqua-Blue.jpg);
    z-index: 0;
}

#header
{
    width: 100%;
    min-width: 950px;
    height: 22px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(Menubar.gif) repeat-x;
    z-index: 0;
}

#menubar
{
    width: 100%;
    min-width: 950px;
    height: 22px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    font: normal bold 12px "Lucida Grande", "ArialBlack", sans-serif;
}

.menu
{
    width: auto;
    float: left;
    padding: 3px 5px 2px 5px;
    margin-right: 16px;
    cursor: default;
    vertical-align: center;
    z-index: 2;
}

.menu ul
{
    display: none;
    position: absolute;
    vertical-align: center;
    color: black;
    list-style: none;
    margin: 0px 0px 2px 0px;
    padding: 0px 5px 0px 5px;
    z-index: 2;
}

.menu ul li
{
    display: block;
    background: url(Menuslice.gif) repeat;
    padding: 0px 5px 2px 5px;
    color: black;
    font: normal bold 12px "Lucida Grande", "ArialBlack", sans-serif;
    text-decoration: none;
    text-align: left;
    z-index: 2;
}

.menu ul li a
{
    display: block;
    background: url(Menuslice.gif) repeat;
    padding: 0px 5px 2px 5px;
    color: black;
    font: normal bold 12px "Lucida Grande", "ArialBlack", sans-serif;
    text-decoration: none;
    text-align: left;
    z-index: 2;
}

.menu:hover ul
{
    display: block;
    z-index: 2;
}

.menu ul li:hover
{
    background: url(Menusliceselect.gif) repeat;
    color: white;
    text-decoration: none;
    z-index: 2;
}

.menu ul li:hover a
{
    background: url(Menusliceselect.gif) repeat;
    color: white;
    text-decoration: none;
    z-index: 2;
}

#headerlogo
{
    width: 21px;
    height: 22px;
    position: absolute;
    left: 20px;
    top: 0px;
    /*background: url(MenuApple.gif) no-repeat;*/
    z-index: 0;
}

#dock
{
    position: absolute;
    right: 0px;
    top: 45px;
    width: 40px;
    height: 400px;
    border: solid 1px black;
    background: url(dock.png);
    text-align: center;
    z-index: 2;
}

#dock img
{
    margin-top: 2px;
    margin-bottom: 1px;
}

h1
{
    text-align: center;
    color: white;
    font: normal 20pt "Times", "Garamond", serif;
    margin-bottom: 12pt;
}

h2
{
    font: normal bold 12px "Lucida Grande", "ArialBlack", sans-serif;
    color: black;
    margin-left: 40px;
    margin-top: 0px;
    padding-top: 3px;
}

p
{
    text-align: center;
    color: white;
    font: normal bold 12pt "Lucida Grande", "Garamond", sans-serif;
    margin-bottom: 12pt;
}

p.textbox
{
    text-align: left;
    color: black;
    font: normal 10pt "Futura", sans-serif;
    background: white;
}

p.sticky
{
    position: absolute;
    text-align: left;
    color: red;
    font: normal 8pt "Arial", sans-serif;
    background: #FFFF8E;
}

p.sticky2
{
    position: absolute;
    text-align: left;
    color: red;
    font: normal 16pt "Arial", sans-serif;
    background: #FFFF8E;
}

li
{
    list-style-type: none;
    padding-left: 0px;
    text-align: left;
    color: white;
    font: normal 12pt "Apple Garamond Book", "Garamond", sans-serif;
}

a
{
    color: red;
}

a:visited
{
    color: red;
}

a:hover
{
    color: red;
}

a.mid
{
    color: white;
}

a.mid:visited
{
    color: red;
}

a.mid:hover
{
    color: green;
}

/*a.
a.menu
{
    text-decoration: none;
    color: black;
}

a.menu:visited
{
    text-decoration: none;
    color:black;
}

a.menu:hover
{
    text-decoration: none;
    color: white;
}*/