﻿h2, h3, h4
{
    text-align:center;
}

body
{
    font-size: smaller;
    background-image: url('../images/background.png');
    background-repeat: repeat;
}

#body
{
    float: left;
    width: 905px;
    background: black;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 10px;
    font-family: 'Century Gothic';
    color: #6699FF;
    font-size: inherit;
}
.header
{
    white-space:nowrap;
    width: 900px;
    padding:0;
    margin:0;
    border: 0;
}
#MainContent
{
    float:right;
    width:700px;
    height:100%;
    margin: 0 15px 5px auto;
}

#footer
{
    clear: both;
    width: 905px;
    text-align: center;
    font-size: 10px;
    margin-left: 15px;
    margin-right: 15px;
    border-top: 2px solid #fff;
    background-color: black;
}
#footerTable
{
    width:100%;
}
td.BlackPage
{
    color: White;
}
td.WhitePage
{
    color: Black;
}

/**** Contact Us ****/
.Inset
{
    float:none;
    background-color:Gray;
    border-color:Teal;
    border-style:inset;
    border-width:thin;
    width: 400px; 
    height: auto; 
    margin: 50px auto auto 60px;
    text-align:left;
    color:Maroon;
    font-size:larger;
}

/**** menu items ****/
.MasterMenu
{
    float: left;
    height: 700px;
    width: 160px;
}
.SideBarText
{
    float: left;
    width: 155px;
    height: 90px;
    margin: 10px auto 10px auto;
    font-family: Arial;
    color: Lime;
    font-size: xx-small;
    font-style: oblique;
    font-variant: normal;
    text-align: center;
}
.MenuItem
{
    padding: 0px;
    margin: 0 0 0 10px;
    float: left;
    width: 150px;
    height: 50px;
}
.TopMenuItem
{
    float: left;
    margin: 20px 0 0 10px;
    background-image: url('../images/Menu/TopMenuButton_Blue.png');
    background-repeat: no-repeat;
}
.MenuTopTextItem
{
    margin: 11px 20px 0 10px;
    text-align: right;
    color: #00FF00;
    font-weight: bold;
    font-size: 14pt;
    vertical-align: middle;
}
.MidMenuItem
{
    float: left;
    margin: 0 0 0 10px;
    background-image: url('../images/Menu/MidMenuButton_Blue.png');
    background-repeat: no-repeat;
}
.MenuMidTextItem
{
    margin: 11px 20px 0 10px;
    text-align: right;
    color: #00FF00;
    font-weight: bold;
    font-size: 14pt;
    vertical-align: middle;
}
.BottomMenuItem
{
    float: left;
    margin: 0 0 0 10px;
    background-image: url('../images/Menu/BottomMenuButton_Blue.png');
    background-repeat: no-repeat;
}
.MenuBottomTextItem
{
    margin: 15px 20px 0 10px;
    text-align: right;
    color: #00FF00;
    font-weight: bold;
    font-size: 14pt;
    vertical-align: middle;
}

/***** image *****/
img
{
    margin:0;
    padding:0;
    border: 0;
}
#stationImg
{
    height:150px;
}
#hdrImage
{
    height:150px;
}


