﻿html, body 
{
    margin: 0px; padding: 0px;
    font-family: Verdana;
    font-size: 10pt;
}

body
{
    background-color: #fff;
}

img
{
    border-width: 0px;
}

h1
{
    font-family: Verdana;
    font-size: 13pt;
    font-weight: bold;
}

.header_panel
{
    position: relative;
    top: 0px; left: 0px;
    margin: 0px auto;
    padding: 0px 0px 0px 50px;
    width: 951px; height: 168px;
    background-image: url('media/images/contentbackground.gif');
    background-repeat: repeat-y;
}

.content_panel
{
    position: relative;
    top: 0px; left: 0px;
    margin: 0px auto;
    padding: 0px 0px 0px 50px;
    width: 951px;
    background-image: url('media/images/contentbackground.gif');
    background-repeat: repeat-y;
}

.footer_panel
{
    position: relative;
    margin: 0px auto;
    padding: 0px 0px 0px 50px;
    width: 951px; height: 48px;
    background-image: url('media/images/contentbackground.gif');
    background-repeat: repeat-y;
}

.menu
{
    position: relative;
    top: 0px; left: 0px;
    float: left;
    width: 221px;
    height: 490px;
}

.submenu
{
    position: relative;
    width: 221px;
    margin: 0px; padding: 0px;
    background-color: #fff;
    list-style-type: none; 
}

.submenuitem
{
    text-align: left;
    font-family: verdana;
    font-size: 10pt;
    font-weight: bold;
    color: #68aee0;
    border-bottom: solid 2px #306599;
    margin: 0px;
    padding: 7px 0px 0px 25px;
    width: 196px; height: 23px;
    cursor:pointer;
}

.content
{
    position: relative;
    margin: 0px; padding: 0px;
    float: left;
    top:0px; left:0px;
    width: 631px;
}

.contentheader
{ 
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px; padding: 0px;
    height: 78px;
    background-color: #fff;
}

.contenttext
{
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px; padding: 5px 10px 0px 15px;
    background-color: #fff;    
}