body
{
    background: #FFFFFF;
}

.Link
{
    font-family: Verdana;
    font-size: 13px;
    font-weight: normal;
    text-decoration: underline;
    color: #000000;
}

.Link:hover
{
    font-family: Verdana;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}

.ImportantText
{
    font-family: Verdana;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
}

.SiteText
{
    font-family: Verdana;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}

.SiteTextItalic
{
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    font-style: italic;
}

.SiteTextLarge
{
    font-family: Verdana;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}

.SiteTextLargeBold
{
    font-family: Verdana;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.TitleText
{
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.ImportantTitle
{
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}

.Border
{
    border: solid 1px #000000;
}

.BorderPaddingRight
{
    border: solid 1px #000000;
    padding-right: 10px;
}

.BorderPaddingSides
{
    border: solid 1px #000000;
    padding-right: 10px;
    padding-left: 10px;
}

/* ---- Top Menu ---- */

#TopMenuContainer
{
    background: #B3C6E3;
    width: 950px;
    height: 105px;
    padding-top: 20px;
}

#TopMenu
{
    background: #FFFFFF;
    border: solid 1px #CCCCCC;
    padding-top: 35px;
    height: 50px;
    width: 850px;
}

.TopMenuItem
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
    height: 17px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 7px;
    padding-right: 7px;
    border: solid 1px #CCCCCC;
    background: #F3F3F3;
}

.TopMenuItem:hover
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
    height: 17px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 7px;
    padding-right: 7px;
    border: solid 1px #CCCCCC;
    background: #FFFFFF;
}

/* ---- Home ---- */

#HomeContent
{
    background: #91C797;
    width: 950px;
}

.HomeTableRight
{
    padding: 10px;
    width: 475px;
    border: solid 1px #000000;
}

.HomeTableBottom
{
    padding: 10px;
    width: 675px;
    border: solid 1px #000000;
}

/* ---- Footer ---- */

#Footer
{
    width: 950px;
    background: #B3C6E3;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* ---- Services / Techniques ---- */

.ServicesFrame
{
    width: 950px;
    height: 600px;
}

.LinksBody
{
    background: #B3C6E3;
}

.DisplayBody
{
    background: #91C797;
}

.DisplayTable
{
    width: 600px;
}

.DisplayTableBorder
{
    border: solid 1px #000000;
    width: 600px;
}

/* ---- Classes ---- */

#ClassDiv
{
    width: 800px;
    border: solid 2px #FFFFFF;
    padding: 5px;
}