body
{
    font: 12px/19px "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    position:absolute;
    top:0%;
    height:100%;
    width:100%;
    margin:0%;
}

a
{
    color: #F79E3E;
}
a:hover
{
    color: black;
}
a:visited
{
    color: #CC6633;
}
a:visited:hover
{
    color: black;
}

h1
{
    font: bold 16px Georgia; Verdana; Helvetica, Arial, sans-serif;
    color: black;
    letter-spacing: -1px;
    margin: 0;
}

h2
{
    color: #A0A0A0;
    font: normal 18px Helvetica, Arial, sans-serif; letter-spacing: -1px; margin: 2em 0 0 0;
}

h3
{
    font-size: 12px;
    color: #A0A0A0;
}

h4
{
    font-size: 12px;
}


img
{
    behavior: url("/includes/png.htc");
}

a.link
{
    font-family: verdana;
    font-size: 10px;
    text-decoration: none;
    color: #F79E3E;
    padding: 0px;
    margin: 0px;
}
a.link:active
{
    font-weight: bold;
}
a.link:hover
{
    color: #F79E3E;
    text-decoration: none;
    font-weight: bold;
}
a.link:visited
{
    color: #CC6633;
}
a.link:visited:hover
{
    color: #FF9933;
}

p.link
{
    padding: 0px;
    margin: 0px;
    margin-top: 2px;
    margin-left: 10px;
}
p.content
{
    font-family: verdana,georgia;
    font-size: 12px;
    margin-left: 10px;
}
p.content_tight
{
    font-family: verdana,georgia;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 0px;
}

td
{
    font-family: verdana,georgia;
    font-size: 12px;
    margin-left: 10px;
}

a.footer
{
    color: #808080;
    font-family: verdana,georgia;
    font-size: 10px;
    text-decoration: none;
}
a.footer:hover
{
    color: white;
}
a.footer:visited
{
    color: #808080;
}
a.footer:visited:hover
{
    color: white;
}


a.location
{
    font-family: verdana;
    font-size: 10px;
    text-decoration: none;
    color: #F79E3E;
    font-weight: bold;
}
a.location:hover
{
    font-family: verdana;
    font-size: 10px;
    text-decoration: none;
    color: black;
    font-weight: bold;
}
a.location:visited
{
    font-family: verdana;
    font-size: 10px;
    text-decoration: none;
    
}

a.menuitem
{
    color: white;
    text-decoration: none;
    font-family: georgia,verdana;
    font-size: 1em;
    font-weight: bold;
}
a.menuitem:hover
{
    color: black;
}
a.menuitem:visited
{
    color: white;
}
a.menuitem:visited:hover
{
    color: black;
}

#menubar
{
    visibility: hidden;
    width: 800px;
    height: 1px;
    z-index: 115;
    overflow: auto;
}
#leftmenu
{
    width: 1px;
    visibility: hidden;
    float: left;
    margin: 0;
}
#rightmenu
{
    width: 1px;
    float: left;
    visibility: hidden;
    margin: 0;
    z-index: 100;
}

/* -- footer -- */
#pageFooter
{
    clear: both;
    visibility: hidden;
    height: 1px;
    position:relative;bottom: 0%;width:100%;margin:0%;
    width: 800px;
}



/* -- header -- */
#pageHeader
{
    width: 800px;
    height: 1px;
    visibility: hidden;
    position: relative;
    z-index: 105;
}

/* -- Page Structure -- */
#container
{
    postion: relative;
    width: 800px;
    text-align: left;
    margin: 0 auto;
}

#mainContent
{
    position: absolute;
    top: 0px;
    min-height: 800px;
    /* IE Dynamic Expression to set the width */
    padding: 10px;
    width: 600px;
    z-index: 100;
}