body {
    background-color : #000000;
    color : #000000;
    font-family : Arial, Helvetica, Sans-Serif;
    font-size : 14px;
    margin : 0px 0px 0px 0px;
}

p,td,th,a,ul,ol,li,blockquote {
    color : #000000;
    font-family : Arial, Helvetica, Sans-Serif;
    font-size: 14px;
}

sup {
    font-size : 10px;
    line-height : 5px;
}

#spllc_bar {
    background-color : #000000;
    color : #ffffff;
    font-family : Book Antiqua, Times, Sans-Serif;
    font-size: 25px;
    left : 10px;
    position : absolute;
    text-align : center;
    top : 10px;
    width : 30px;
}

#banner {
    background-color : #000000;
    height : 100px;
    left : 50px;
    position : absolute;
    top : 0px;
    width : 700px;
}

#menu {
    background-color : #000000;
    height : 25px;
    left : 50px;
    position : absolute;
    text-align : center;
    top : 100px;
    width : 680px;
}
#menu ul {
    line-height: 25px;
    margin : 0px 0px 0px 0px;
    padding : 0px 0px 0px 0px;
}
#menu li {
    background-color : #000000;
    color : #ffffff;
    display: inline;
    font-weight : bold;
    list-style: none;
    margin : 0px 10px 0px 0px;
    width : 100px;
}
#menu a, #menu a:link, #menu a:visited, #menu a:active, #menu a:hover {
    padding : 3px 12px 3px 12px;
    text-decoration: none;
    white-space : nowrap;
}
#menu a:link, #menu a:visited {
    background-color : #000000;
    color : #ffffff;
}
#menu a:hover, #menu a.current, #menu a.current:link, #menu a.current:visited, #menu a.current:active, #menu a.current:hover {
    background-color : #ffffff;
    color : #000000;
}

#main {
    background-color : #ffffff;
    color : #000000;
    font-family : Arial, Helvetica, Sans-Serif;
    font-size : 14px;
    left : 50px;
    padding : 10px 10px 0px 10px;
    position : absolute;
    top : 125px;
    width : 680px;
}

#footer {
    background-color : #000000;
    color : #ffffff;
    font-size : 10px;
    margin : 0px -10px 0px -10px;
    padding : 5px 0px 10px 10px;
}
#footer a, #footer a:visited, #footer a:hover {
    background-color : #000000;
    color : #ffffff;
    font-size : 10px;
}

.h1 {
    font-style : italic;
    font-weight : bold;
}
.h2 {
    font-style : italic;
    font-weight : bold;
    text-align : center;
}
.h3 {
    font-weight : bold;
    text-decoration : underline;
}
.h4 {
    font-style : italic;
}
.h5 {
    font-family : Tempus Sans ITC, Helvetica, Sans-Serif;
    font-weight : bold;
    text-align : center;
}
.line {
    border-top : solid 1px;
}
.noborder {
    border : 0;
}
.small {
    font-size : 10px;
}
