HTML,BODY {
    background-color: fff2b2;
    background-image: url('../../media/images/background_home.gif');
    background-repeat: repeat-x;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 13pt;
    color: #666666;
    height: 100%;
}

H3 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    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 #B0E2FC;
}

#shell {
    height: 100%;
}

#navigation {
    width: 782px;
    height: 139px;
}

#title {
    width: 744px;
    height: 97px;
}

#content {
    width: 744px;
    background-image: url('../../media/images/background_content.gif');
    background-repeat: repeat-y;
}

#bottom {
    width: 744px;
    height: 41px;
}

#footer {
    padding-top:20px;
    font-size: 11px;
    color: #5182a8;
}

#footer a {
    color: #5182a8;
    text-decoration: underline;
}

#footer a:hover {
    color: #5182a8;
    text-decoration: none;
}

.copy {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 9px;
    color: #5182a8;
}

.black {
    color: #000000;
    font-size: 10px;
    line-height: 11pt;
}

.vertline {
    background-image: url('../../media/images/background_verticalline.gif');
    background-repeat: repeat-y;
}

a {
    color: #0a68b7;
    text-decoration: underline;
}

a:hover {
    color: #0a68b7;
    text-decoration: none;
}