/* Global screen styles */

* {
    margin: 0
}

BODY {
    background-color: #000;
    margin-top: 50px;
    font-size: 100%;
    font-family: Verdana, sans-serif;
}

IMG {
    border: 0
}

.imgRight {
    float: right; 
    margin: 0 0 0.5em 0.5em;
}

.imgLeft {
    float: left; 
    margin: 0 0.5em 0.5em 0;
}

H1 {
    font-weight: normal;
    font-size: 1.3em;
    line-height: 100%;
    margin-bottom: 1em;
}

A, A:link, A:visited {
    text-decoration: none;
    color: #1778bd
}

A:hover, A:visited:hover, A:hover {
    text-decoration: underline;
    color: #857a61
}

#pgBody {
    width: 800px;
    margin: auto;
    border: 4px solid #fff;
    /* IE6 hack so content isn't clipped 
    height: 1%;
    overflow: auto;
    _zoom: 1;*/
    position: relative;
    overflow: visible;
}

#pgBody P, #pgBody TD, #pgBody UL, #pgBody UL UL, #pgBody OL, #pgBody OL OL, #pgBody TEXTAREA * {
    font-size: 0.66em; 
    margin-bottom: 1.1em;
    line-height: 140%
}

#pgBody UL UL, #pgBody OL OL {
    font-size: 1em; 
}

#header {
    height: 80px; 
    width: 800px;
    position: relative;
}

.logo {
    display: block;
    position: absolute; 
    top: 0;
    left: 0;
    z-index: 5;
}

#mainNav {
    display: block;
    position: absolute; 
    bottom: 1.34em;
    right: 0;
    padding-right: 8px;
    z-index: 10;
    width: 587px;
    height: 0.6em;
    text-align: right;
    font-size: 0.66em;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    line-height: 100%;
    overflow: visible;
}

#mainNav A, #mainNav A:link, #mainNav A:visited, #mainNav SPAN {
    display: block;
    margin: 0 auto;
    padding: 0 7px 10px 8px;
    float: right; 
    color: #808084;
    border: none;
    text-decoration: none; 
    background: none; 
}

#mainNav SPAN {
    color: #004961;
    background: url(horiz_on.gif) no-repeat center bottom;
}

#mainNav A:hover, #mainNav A:visited:hover {
    color: #004961;
    background: url(horiz_on.gif) no-repeat center bottom;
}

#leftNavHome {
    float: left; 
    width: 205px; 
    height: 469px; 
    background-color: #004961
}

#leftNav {
    float: left; 
    width: 205px; 
    background: url(left-nav-plain.jpg) no-repeat;
    background-color: #004961;
    color: #808084;
    padding-top: 20px;
}

#leftNav P {
    margin: 0 5px 1em 15px;
}

#leftNav A, #leftNav A:link, #leftNav A:visited {
    display: block;
    margin: 0 5px 1em 5px;
    padding-left: 12px;
    color: #fff;
    text-decoration: none; 
    background: none; 
    font-size: 0.66em;
    height: 1.5em;
}

#leftNav A.firstOfType {
    background: url(vert_on.gif) no-repeat left center; 
}

#leftNav A.firstOfType SPAN {
    font-weight: bold; 
}

#leftNavHomeCnt {
    position: relative; 
    width: 205px; 
    height: 469px
}

#addressHome {
    display: block; 
    position: absolute; 
    top: 275px; 
    left: 0; 
    z-index: 10; 
    padding: 15px; 
    color: #b6b6ba;
}

#contentHome {
    float: left; 
    width: 595px; 
    display: block;
}

/* Keeps the left and right columns even-looking */
#wrapper {
    width: 800px; 
    overflow: auto; 
    background: url(blueback.gif) repeat-y left #fff;
}

#content {
    float: left; 
    width: 555px; 
    padding: 20px;
    color: #808084;
}

#content P, #content UL, #content UL UL, #content OL, #content OL OL {
    font-size: 0.75em; 
    line-height: 160%;
}

#footer {
    clear: left; 
    background: #000;
    font-size: 0.6em; 
    padding: 0.5em 15px;
    color: #b6b6ba;
}

#copyright {
    margin: auto; 
    width: 800px;
    font-size: 0.6em;
    color: #b6b6ba;
    text-align: right; 
    margin-top: 0.6em;
    margin-bottom: 30px;
}

#footer A, #footer A:link, #footer A:visited {
    color: #b6b6ba;
    text-decoration: underline; 
}

#footer A:hover, #footer A:visited:hover {
    color: #487a8b;
}

.address {
    color: #b6b6ba;
}

.toTop {
    text-align: right;
    font-size: 8pt;
    font-weight: normal;
    display: block;
}

.toTop:link, .toTop:visited, .toTop:link:visited {
    text-decoration: underline;
}

.toTop:hover {
    text-decoration: none;
}
