body {
    margin-top: 20px;
    margin-bottom: 20px;

    background-color: #ffffff;
    color: #666666;

    text-align:left;

    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: x-small;
    line-height: 18px;
}

p {
    line-height: 18px;
    margin: 0px;
    padding: 0px;
}

a {
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-decoration: underline;
    margin-left: 5px;
}


a:link {
    color: #8fabbe;
}

a:visited {
    color: #8fabbe;
}

a:active {
    color: #8fabbe;
}

a:hover {
    color: #ff6600;
}

a.sitelink {
    font-size: x-small;
    font-weight: normal;
    color: #8fabbe;
    text-decoration: none;
}

a.sitelink:hover {
    color: #ff6600;
}

h1 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

h2 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

h3 {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: #333333;
    margin: 0px;
    padding: 0px;
    margin-bottom: 2px;
}

#page {
    width:982px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
}

#header {
    text-align: center;
    margin-bottom: 20px;
}

#footer {
    text-align: center;
}

#leftpanel {
    width: 180px;
    float: left;
    text-align: right;
    margin-right: 20px;
}

#centerpanel {
    width: 600px;
    float:left;
    text-align: center;
    background-color: #ffffff;
}

#rightpanel {
    width: 160px;
    float: left;
    margin-left: 20px;
}

#centerpanel .copyright {
    margin-top: 20px;
}

#centerpanel .footerad {
    margin-top: 15px;
}

.textad {
    margin-left: 7px;
}

.textad a {
    margin-left: 0px;
}


