/* Body Style */
body {
    background-image: url('images/bg0.gif');
    margin-left: 50px;
}

/* Link Styles */
a:active {
    color: #B22222;
}

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

#footer a {
    color: #cccccc;
}

/* Text Styles */
h3 {
    font-family: verdana;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
}

/* Containers */
#header {
    clear: both;
    background-image: url('images/header.jpg');
    background-repeat: no-repeat;
    background-position: center;
    width: 900px;
    height: 124px;
    border: 0px solid #696969;
}

#content {
    position: relative;
    float: left;
    width: 710px;
    height: 621px;
    background-image: url('images/bg.gif');
    border-style: solid;
    border-width: 0px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-color: #000000;
    color: #ffffff;
    font-family: verdana;
    font-size: 8pt;
    text-align: left;
    padding-top: 10px;
}

#left-menu {
    float: left;
    left: 0%;
    right: 0%;
    background-image: url('images/leftbg.jpg');
    width: 190px;
    height: 621px;
    text-align: left;
    border: 0px solid #000000;
    font-family: Verdana;
    font-size: 8pt;
    text-align: left;
    color: #000000;
}

#footer {
    background-color: #575863;
    width: 900px;
    clear: both;

    text-align: center;
    font-family: verdana;
    font-size: 7pt;
    color: #FFFFFF;

    border: 1px solid #000000;
}

/* Menu Styles */
#left-menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
}

#left-menu li {
    width: 100%;
}

#left-menu a {
    display: block;
    width: 100%;
    padding-left: 4px;
    padding-right: 0px;
    text-decoration: none;
    font-family: verdana;
    font-size: 8pt;
    color: #000000;
}

#left-menu a:hover {
    width: 100%;
    background-color: #8b0000;
    color: #ffffff;
}

ul#main {
    padding-top: 10px;
}

/* Iframe styles */
#frame {
    position: absolute;
    width: 700px;
    height: 605px;
    background-color: #696969;
    left: 3px;
}