﻿a:link
{
    /* Applies to all unvisited links */
    text-decoration: none;
    color: blue;
}
a:visited
{
    /* Applies to all visited links */
    text-decoration: none;
    color: #800080;
}
a:hover
{
    /* Applies to links under the pointer */
    text-decoration: underline;
    color: blue;
}
a:active
{
    /* Applies to activated links */
    text-decoration: underline;
    color: black;
}

#wrapper
{
    margin: 5px;
    border: 1px solid #000000;
    width: 1104px;
}

#header
{
    width: 1104px;
    padding: 0px;
    border-bottom: 1px black solid;
}

#navigation
{
    width: 1104px;
    padding-top: 8px;
    margin: 0px 0px 0px 0px;
    background-color: #646464;
}

#faux
{
    background-image: url('images/bg.gif');
    background-repeat: repeat-y;
    overflow: auto;
    width: 100%;
}

#rightcolumn
{
    display: inline;
    padding: 5px;
    width: 340px;
    float: right;
}
#twitter
{
    margin: 30px auto 15px auto;
    text-align: center;
}

#twitter a img
{
    border: none;
}

#adtext
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-variant: normal;
    font-size: x-small;
    color: #808080;
    line-height: normal;
    letter-spacing: 2px;
}

#leftcolumn
{
    font-family: Verdana;
    font-size: 13px;
    float: left;
    padding: 10px 25px 10px 12px;
    width: 709px;
    display: inline;
    position: relative;
}

#footer
{
    color: white;
    width: 1084px;
    clear: both;
    background: #646464;
    padding: 10px;
    border-top: 1px black solid;
}

#footer p
{
    font-family: Verdana;
    font-size: x-small;
    text-align: center;
}

#footer a
{
    font-family: Verdana;
    color: white;
    font-size: x-small;
    text-align: center;
}

#smalltext
{
    font-family: Verdana;
    font-size: x-small;
}

#finish
{
    color: black;
    width: 1084px;
    clear: both;
    padding: 5px;
    text-align: center;
    font-family: Verdana;
    font-size: x-small;
}

#finish a
{
    color: black;
}


.Sidefloat
{
    color: #ffffff;
    text-align: left;
    margin-top: 15px;
    font-family: Verdana;
    font-size: x-small;
    background: #646464;
    border-color: #99aab6;
    border-style: dashed;
    border-width: 1px;
    padding: 5px;
    position: relative;
    width: 90%;
}

.halfmoon
{
}

.halfmoon ul
{
    padding: 1px 9px 0px 3px;
    margin-left: 0;
    margin-top: 1px;
    margin-bottom: 0;
    font: 11px Verdana;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
    border-bottom: 1px solid Black;
}

.halfmoon li
{
    display: inline;
    margin: 0;
}

.halfmoon li a
{
    text-decoration: none;
    padding: 1px 9px 0px 3px;
    margin: 0;
    margin-right: 1px; /*distance between each tab*/
    border-left: 1px solid #DDD;
    color: black;
    font-size: 12px;
    background: #eeeeee url(images/tabright.gif) top right no-repeat;
}

.halfmoon li a:visited
{
    color: black;
}

.halfmoon li a:hover
{
    background-color: #CDDADA;
    color: navy;
}

.mainfloat
{
    text-align: left;
    margin-top: 25px;
    margin-bottom: 25px;
    font-family: Verdana;
    font-size: small;
    background-color: #eee;
    border-style: dashed;
    border-width: 1px;
    border-color: #99aab6;
    padding: 5px;
    position: relative;
    width: 90%;
}

.recommend
{
    border: 1px solid black;
    padding: 5px;
    font-family: Verdana;
    font-size: x-small;
    margin: 20px;
}

.recommend a
{
    text-decoration: none;
}

#recommend2
{
    margin: 4px;
    text-align: center;
    border: 1px #eeeeee solid;
    padding: 5px;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-variant: normal;
    font-size: x-small;
    color: #808080;
    line-height: normal;
    letter-spacing: 2px;
}

.clear
{
    clear: both;
    background: none;
}

div.menu1
{
    background: #EEEEEE;
    width: 250px;
    padding: 0; /* margin:1em; */
    border: 1px solid #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

div.menu1 a
{
    display: block;
    margin: 0;
    padding: 0.3em;
    color: blue;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: center;
}

div.menu1 a:hover
{
    background: #646464;
    color: blue;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

#lchart
{
    width: 260px;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: center;
    border: 1px solid #eeeeee;
    float: right;
}

.lchart
{
    width: 260px;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: center;
    border: 1px solid #eeeeee;
    float: right;
}



