/*
 *  CSS Style Sheet for Disaster Zone Network
 *  Complete style
 *  2007 July 7, rick wang
 */

#titlebar
{
    background-image: url(/images/banner_background.png);
    background-repeat: no-repeat;
    height: 40px;
    background-color: #153715;
}

#titlebar img
{
    border: 0;
    position: absolute;
    right: 0;
}

#menubar
{
    border-bottom: thin solid #009900;
    border-top: thin solid #009900;
    height: 5px;
    padding-right: 10px;
    text-align: right;
}

#menubar a
{
    font-variant: small-caps;
    font-size: 1em;
    padding: 1px 5px;
    border: thin solid #009900;
    background-color: #006600;
    color: #000000;
    text-decoration: none;
}

#menubar a:hover
{
    text-decoration: none;
    color: #002200;
    background-color: #99ff99;
}

body
{
    font-family: helvetica, arial, sans-serif;
    font-size: medium;
    text-align: left;
    color: #00aa00;
    background-color: #000000;
    margin: 0;
    padding: 0;
}

table
{
    padding: 20px 20px 0px 20px;
}

address
{
    text-align: left;
    margin-left: 30px;
}

a
{
    color: #9999ff;
    text-decoration: none;
}


a:visited
{
    color: #996699;
    text-decoration: none;
}

a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

#mainbody
{
    margin: 0;
}

#mainbody div
{
    margin: 10px;
    padding: 10px;
    text-align: left;
    border: thin solid #003300;
    background-color: #001100;
}

#mainbody div.centerimg
{
    border: none;
    text-align: center;
}

#mainbody img
{
    margin: 10px;
}

#mainbody h1
{
    font-style: normal;
    font-size: 1em;
    text-align: left;
    padding-left: 20px;
    color: #aaaa00;
    background-color: #153715;
    margin: 0;
}

#mainbody h4
{
    font-style: italic;
    width: 50%;
    text-align: left;
    padding: 0px 0px 0px 20px;
    border-left: thin solid #009900;
    border-bottom: thin solid #009900;
    color: #aaaa00;
    margin: 0;
}

#mainbody p
{
    margin: 0px;
    padding: 10px;
    text-align: left;
}

#mainbody dl
{
    padding: 15px;
    width: auto;
    border: none;
    background-color: #002200;
    text-align: left;
}

#mainbody dt
{
}

#mainbody dd
{
    color: #cc6666;
    font-style: italic;
    margin-bottom: 5px;
    margin-left: 0;
}

#mainbody ul
{
    list-style-type: square;
    line-height: 150%
}
