﻿body
{
    color: #333333;
}
img
{
    border: none 0;
}

a
{
    text-decoration: none;
    color: #333333;
}

a:hover
{
    text-decoration: none;
    color: #92ffff;
}

#main
{
    width: 930px;
    position: relative;
    margin: 0 auto;
    font-family: Arial;
}

#mainTableSpacer
{
    height: 400px; 
    width: 930px;
}

#header
{
    height: 138px; 
    margin: 0; 
    padding: 0;
}

#menuTop
{
    height: 42px; 
    margin: 0; 
    padding: 0;
}

#menuTopTitle
{
    background-image:url(/images/header/Title_Top.gif);
    float:left;
    width:379px;
    height:42px;
}

#menu li
{
    display: block;
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float:right;
}
#menu li a
{
    display: block;
    padding: 3px 17px 2px 17px;
    margin: 0;
    color: Black;
    text-decoration: none;
}

#menu a.selected
{
    background-color: #cbfbf9;
}
#menu a.menuBorder
{
    border-left: dotted 1px #e1dede;
}
#menu
{
    position: absolute;
    right: 0;
    top: 20px;
    width: 600px;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

#menuBottom
{
    height: 95px; 
    background-color: #92ffff;
    border-top: solid 1px #a6efed;
}

#TitleBottom
{
    background-image:url('/images/header/Title_Bottom2.png');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/header/Title_Bottom2.png');
    *background-image:none;
    height:66px;
    width:311px;
    position: relative; 
    top: -1px; 
    left: 3px;
}

#mailto
{
    position: absolute; 
    display: block;
    right: 0; 
    bottom: 0; 
    color: #f6f6f6;
    margin: 0 2px 5px 0;
}

#bottomHeader
{
    height: auto; 
    background-color: #92ffff;
}
#content
{
    line-height: 2em;
}
