BODY {
    background-color: fff2b2;
    background-image: url('../../media/images/background.gif');
    background-repeat: repeat-x;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 13pt;
    color: #5a3c02;
}

H3 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #2c6727;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
}

FORM {
    margin: 0px;
    padding: 0px;
}

INPUT {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    border: 1px solid #E8D59D;
}

#shell {
    margin-top:20px;
}

#top {
    width: 736px;
    height: 25px;
}

#navigation {
    width: 736px;
    height: 142px;
}

#title {
    background-image: url('../../media/images/background_title.gif');
    background-repeat: no-repeat;
    width: 736px;
    height: 102px;
}
#title IMG {
    padding-top: 10px;
    padding-left: 20px;
}

#content {
    width: 736px;
    background-image: url('../../media/images/background_content.gif');
    background-repeat: repeat-y;
}

#bottom {
    width: 736px;
    height: 30px;
}

#footer {
    padding-top:20px;
    font-size: 11px;
}

#footer a {
    color: #5a3c02;
    text-decoration: underline;
}

#footer a:hover {
    color: #5a3c02;
    text-decoration: none;
}

.copy {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 9px;
    color: #b7934e;
}

.black {
    color: #000000;
    font-size: 10px;
    line-height: 11pt;
}

.vertline {
    background-image: url('../../media/images/background_verticalline.gif');
    background-repeat: repeat-y;
}

a {
    color: #2c6727;
    text-decoration: underline;
}

a:hover {
    color: #2c6727;
    text-decoration: none;
}