﻿body
{
    background-color: #171308;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    color: #171308;
}

a
{
    outline: none;
}

a img
{
    border: none;
}
.title
{
    font-family: Times New Roman;
    font-size: 18pt;
    color: #B00000;
    text-align: left;
    border-bottom: dotted 1px #CCC;
    margin: 0 0 3px 0;
}
#wrapper
{
    width: 785px;
    margin: 0 auto;
    border: solid 3px #846f5a;
    background-color: #FFFFFF;
}

#header
{
    padding: 0;
    width: 785px;
    height: 150px;
    background: transparent url(../images/wmjheader.png) no-repeat center center;
    color: #cccccc;
}

.login
{
    padding: 5px;
    margin: 0;
    text-align: right;
    height: 110px;
}

.login a
{
    color: White;
    text-decoration: none;
    font-size: 14px;
}

.login img
{
    vertical-align: bottom;
}

#login
{
    background: transparent url(../images/loginbg.png);
    color: White;
    border: solid 1px White;
    padding: 10px;
    margin: 0;
    display: none;
    width: 220px;
    position: relative;
    left: 534px;
    text-align: left;
}

#login .close
{
    text-align: right;
}

#login a
{
    color: White;
    font-size: 12pt;
    text-decoration: none;
}

.login a:hover
{
    text-decoration: underline;
}
/* at the top right of page when logged in, says Welcome John Doe */
.user
{
    font-weight: bold;
    color: White;
}

#nav
{
    background-color: transparent;
    height: 30px;
}

#nav ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    overflow: hidden;
}

#nav ul li
{
    float: left;
}

#nav ul li a
{
    width: 111px;
    float: left;
    display: block;
    line-height: 30px;
    font-size: 11px;
    height: 30px;
    text-decoration: none;
    color: white;
    text-align: center;
    border-right: solid 1px #b7aaa1;
    font-weight: bold;
}

#nav ul li a.lastone
{
    width: 113px;
    border: none;
}

#nav ul li a:hover, #nav ul li a.selected
{
    background-image: url(../images/nav_slice.png);
}

#content
{
    clear: both;
    margin: 0 10px;
}

#footer
{
    clear: both;
    font-size: 10px;
    color: #666666;
    text-align: center;
    padding: 10px;
    width:750px;
}

#footer .links
{
    margin-bottom: 5px;
     
}

#footer .links a
{
    font-size: 11px;
    color: #333333;
}


#tagline
{
    color: #555555;
    text-align: left;
    font-family: Verdana,Arial,Sans-Serif;
    font-size: 9pt;
    font-weight: bold;
    padding: 10px 5px 0px 5px;
}

.ast
{
    color: Red;
}

.err
{
    color: Red;
    font-weight: bold;
}
