﻿body 
{
    
    font-family: Arial;
    font-size: 11px;
    color: #666;
    background-image: url("Images/bg-gradient.jpg");
}
.H1
{
    font-family: Rockwell;
    font-size: 20px;  
    color: #00674e;
}
.H2
{
    font-family: Rockwell;
    font-size: 20px;  
    color: #666;
}
.H3
{
    font-family: Rockwell;
    font-size: 16px;  
    color: #666;
}
.TitleText
{
    font-size: 16px;
    color: black;
    font-weight: bolder;
}
#Content
{
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    background-color: #fff;
}
#Content:after
{
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}
#Header
{
    width: 100%;
    height: auto;
}
#Footer
{
    float: left;
    width: 100%;
    height: 50px;
    background-color: inherit;
}
#SideBar
{
    float: left;
    width: 150px;
    height: 400px;
    background-color: #00b4b6;
    color: #ccc;
    padding: 5px;
}
#MainContent
{
    float: right;
    width: 100%;
    padding: 5px;
    background-color: inherit;
}
.link
{
    color: #000;
    text-decoration: none;
}
a
{
    color: #000;
    text-decoration: None;
}
a:hover
{
    color: #FE1855;
    text-decoration: underline;
    background-color: #fff;
}

.submit
{
    color: Gray;
    background: #fff;
    border: 1px outset #ccc;
}