.LTI_Header {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #880F14;
}

H1 {
    width: 150px;
    border-bottom: thin #880f14 solid;
    font-size: 18px;
    font-weight: bold;
}

.MenuBar {
    height: 40px;
    color: #FFFFFF;
    background: #730200;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
}

.MenuBar .text {
    text-align: right;
    padding-right: 5px;
    padding-top: 10px;
    background: #730200;
    border-top-style: solid;
    border-width: 1px;
    border-color: #999999;
}

.last {
}

#main {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}
#nav {
    float: left;
    width: 225px;
}

#content {
    float: left;
    width: 725px;
    background: #FFFFFF;
}

#text {
    margin: 10px;
}

.MenuBar A:link {text-decoration: none; color: #FFFFFF; }
.MenuBar A:visited {text-decoration: none; color: #FFFFFF; }
.MenuBar A:active {text-decoration: none; color: #FFFFFF; }
.MenuBar A:hover {text-decoration: underline overline; color: #FFFFFF; }

