﻿a
{
    color: #d36503;
}
html, body
{
    background-image: url(Images/bg2.png);
    background-repeat: repeat-y;
    background-position: center;
    background-color: #050763;
    font-family: arial;
    font-size:  .9em;
    margin: 0px;
    height: 100%;
}
.sitemap
{
    background-color: #efefff;
    padding-left: 10px;
    font-size: .8em;
    color: black;
    width: 887px;
    text-align: left;
    padding-top: 5px;
}

.mainheader
{
    display: none;
}
.mainBanner
{
    border-right: solid black 1px;
    border-left: solid black 1px;
    width: 897px;
}
.bluBarContainer
{
    border: solid black 1px;
    font-family: verdana;
    color: #ffffff;
    width: 897px;
    background-color: #0096ab;
}
.bluBarContent
{
    width: 897px;
}
.bluBarLeft
{
    float: left;
    font-size: 1.2em;
    text-align: left;
    color: #ffffff;
}
.bluBarRight
{
    float: right;
    color: #ffffff;
    text-align: right;
    font-size: .8em;
}
.mainBodyContainer
{
    background-color: #efefff;
    color: #000000;
    width: 857px;
    font-family: verdana;
    padding: 20px;
    border-left: solid black 1px;
    border-right: solid black 1px;
    min-height: 650px;
}
.SideNavyContainer
{
    background-color: #a1cbcb;
    color: #000000;
    border: solid 1px black;
    padding: 10px;
    font-size: 1.0em;
}
.SideNavyContent
{
    font-size: .7em;
}
a.navLink:link
{
    color: #ffffff;
}
a.navLink:visited
{
    color: #ffffff;
}
a.SideNavyContent:hover
{
    color: #000000;
}
a.navLink:active
{
    color: #ffffff;
}

.introText
{
    text-align: left;
    font-size: .9em;
}
.footer
{
    font-size: .8em;
}
.homeLinks
{
    color:#fff;
}

.navHeader
{
    text-align:center;
    color:#ffffff;
    background-color:#080b8a;
    /*background-color:#ffffff;*/
    letter-spacing: 2px;
    text-transform:uppercase;
    font-size: 1.2em;
}
#tswcssbuttons
{
    width: 210px;
    text-align: left;
}
#tswcssbuttons ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    border: solid 1px #050763;
    line-height: 20px;
}
#tswcssbuttons li
{
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
}
#tswcssbuttons li a
{
    color: #000; /*background-color: #ede8d9;*/
    /*background-color: #83B7C1;*/
    background-color: #fbfbff;
    /*border: 1px solid #f5f5ff;*/
    border: 1px solid #fbfbff;
    width: 191px;
    text-decoration: none;
    display: block;
    font-size: .9em;
    padding-left: 15px;
}
#tswcssbuttons li a:hover
{
    color: #d36503;
    background-color: #e7e8ff;
    border: solid 1px #e7e8ff;
}
