body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    background-color: #EEEEEE;
    padding: 0px;
    margin: 0px;
}
td
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
}
p
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
}

img
{
    border-style:none;
}

.menu_div
{
    background-color: white;
    padding: 5px;
    padding-top: 50px;
    width: 150px;
    float: left;
    border-right-style: solid;
    border-right-color: #999999;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    border-bottom-width: 1px;
}

.email
{
    font-weight:bold; 
}
.normal_menu_cell
{
    background-color: White;
}
.hover_menu_cell
{
    background-color: #EEEEEE;
}
.menu_div table
{
    width: 100%;
}
.menu_div td
{
    padding-left: 5px;
    padding-bottom: 5px;
}

.menu_div a
{
    color: #333333;
}

.header
{
   font-weight:normal;
    font-size: 16px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: gray;
    padding-bottom:20px;
}

.subheader
{
    font-weight:bold;
    font-size: 12px;
}

.header_div img
{
    position: absolute; 
    right: 10px; 
    top: 20px;
}

.content_div
{
    margin-left:200px;
    padding: 20px;
}
.footer_div
{
    background-color: #CCCCCC;
    border-top-style: solid;
    border-top-color: #999999;
    border-top-width: 1px;
    height: 30px;
    color: white;
    clear: both;
    text-align: center;
    padding-top: 5px;
    margin-top: 50px;
}
.header_div
{
    position: relative;
    height: 151px;
    background-color: white;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    border-bottom-width: 1px;
    background-image: url('images/header.jpg');
    background-repeat: no-repeat;
}
a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline;
    font-size: 12px;
}

a:hover
{
    text-decoration: none;
}

.picture
{
    border-color: gray; 
    border-width: 1px;
    border-style: solid;
    margin: 5px;
}
li
{
    margin-bottom:5px;
    margin-top:5px;
}