BODY {
        margin: 0px;
        padding: 0px;
        background-color: #EFEFEF;
        text-align: center;
        }

HTML, BODY {
        }

A:link          { color: #AF0000; }
A:visited       { color: #AF0000; }
A:visited       { color: #AF0000; }
A:hover         { color: #AF0000; text-decoration: none; }
A:active        { color: #D1B06B; text-decoration: none; }

#outerFrame {
        width: 750px;
        margin: 0px auto;
        padding: 0px;
        border-left: solid 1px #333;
        border-right: solid 1px #333;
        background-color: #FFF;
        }

.vSpacer {
        width: 100%;
        height: 5px;
        line-height: 0px;
        font-size: 0px;
        background-color: #FFF;
        }

#topNav {
        width: 100%;
        height: 25px;
        background-color: #FFF;
        color: #AF0000;
        text-align: right;
        font: 9px Verdana, sans-serif;
        line-height: 25px;
        }
#topNav SPAN {
        padding-right: 5px;
        }
#topNav SPAN A:link     { text-decoration: none; }
#topNav SPAN A:visited  { text-decoration: none; }
#topNav SPAN A:hover    { text-decoration: underline; }
#topNav SPAN A:active   { text-decoration: underline; }

#MLCtitle {
        width: 100%;
        height: 50px;
        background-color: #AF0000;
        color: #FFF;
        text-align: left;
        font: 20px Myriad Roman;
        line-height: 50px;
        position: relative;
        }
#MLCtitle IMG {
        border: 0;
        }
#MLCtitle SPAN {
        padding-left: 5px;
        }

#themeRow {
        width: 750px;
        height: 200px;
        text-align: left;
        border-top: solid 1px #333;
        border-bottom: solid 1px #333;
        position: relative;
        }

#bodyRow {
        width: 750px;
        text-align: left;
        background-color: #FFF;
        position: relative;
        }

#wrapperBody {
        text-align: left;
        background-color: #FFF;
        position: relative;
        margin: 0;
        padding: 5px 10px 5px 10px;
        }


#footerRow {
        width: 100%;
        height: 25px;
        background-color: #696969;
        border-bottom: solid 1px #333;
        border-top: solid 1px #333;
        color: #FFF;
        font: 9px Verdana, sans-serif;
        line-height: 25px;
        clear: both;
        }
#footerRow A:link       { color: #FFF; text-decoration: underline; }
#footerRow A:visited    { color: #FFF; text-decoration: underline; }
#footerRow A:hover      { color: #FFF; text-decoration: none; }
#footerRow A:active     { color: #FFF; text-decoration: none; }



