﻿html 
{
    background: #EBEBEB;
    height: 100%;
}
body 
{
    background: #FFFFFF;
    min-height: 100%;
    width: 950px;
    margin: 0px auto 0px auto;
    font-family: Arial;
    vertical-align: top;
}
a 
{
    font-weight: 900;
    text-decoration: none;    
}
a:hover 
{
    text-decoration: underline;
}

/* HEADER STYLES */
#Header
{
    padding: 5px 10px 5px 10px;
    min-height: 160px;
}
.hLogo 
{
    width: 50%;
    text-align: left;
}
.hAddress 
{
    text-align: right;
    font-weight: 900;
}
/* MENU STYLES */
#Menu
{
    background: #98D6D5;
    padding: 0px 10px 0px 10px;
}

#Menu a 
{
    color: White;
}

#CMSMenu 
{
    color: #FFFFFF;
    background: #98D6D5;
}
.mLinks
{
    width: 50%;
}
.mLinks a 
{
    color: #FFFFFF;
}
.mLogin 
{
    float: right;
}
.mLogin a
{
    color: #FFFFFF;
}

/* CONTENT STYLES */
#Content
{
    padding: 5px 25px 5px 10px;
    min-height: 480px;
}
#Content h1,#Content h2,#Content h3,#Content h4,#Content h5,#Content h6,#Content pre 
{
    color: #2FA780;
    font-weight: 900;
    font-style:italic;
}
#Content table tr td p 
{
    text-indent: 10px;
    color: #000000;
}
#Content a
{
    color: #2FA780;
}

/* FOOTER STYLES */
#Footer 
{
    background: #98D6D5;
    color: #FFFFFF;
    width: 100%;
    min-height: 20px;
}
.fCopy
{
    float: right;
    padding-right: 10px;
}
#Footer a 
{
    color: #FFFFFF;
}
.fSupply 
{
    float: left;
    padding-left: 10px;
}
