﻿body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #99CCFF;
    background-image: url('DesignSitebg.jpg');
    background-repeat: repeat-x;
}
a, a:visited
{
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #0066FF;
}
#Navigation
{
    float: right;
    position: absolute;
    width: 200px;
    height: 600px;
    top: 150px;
    left: 54px;
    z-index: -1;
}
#Navigation ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#Navigation li {
    display: inline;
}
#Navigation ul a, #Navigation ul a:visited {
    background-position: left top;
    background: url('menutabs.jpg') no-repeat left
top;
    display: block;
    width: 180px;
    height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
    text-align: right;
    padding-top: 10px;
    padding-right: 20px;
}
#Navigation ul a:hover {
    background-position: -200px 0px;
}
#MainContent
{
    width: 650px;
    height: 600px;
    top: 100px;
    left: 250px;
    position: absolute;
}
#DPRight
{
    position: absolute;
    width: 290px;
    left: 350px;
    height: 280px;
    padding-left: 10px;
    padding-top: 10px;
}
#DPCenter
{
    position: absolute;
    width: 340px;
    left: 0px;
    height: 590px;
    background-color: #B2CA92;
    padding-left: 10px;
    padding-top: 10px;
}
#NormalContent
{
    position: absolute;
    width: 500px;
    left: 0px;
    height: 590px;
    background-color: #B2CA92;
    padding-left: 10px;
    padding-top: 10px;
}
h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #0066FF;
}
h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
}
.Logo
{
    position: absolute;
    left: 20px;
    top: 20px;
}
.Buttons
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    border: medium solid #588EBB;
    background-color: #99CCFF;
}
#Header
{
    width: 900px;
}
