﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a:link
{
    color: #000080;
    text-decoration: none;
}
a:visited
{
    color: #000080;
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}
a:active
{
    color: #000080;
}


body
{
    text-align: center;
    background-image: url(      'Images/background.gif' );
}

td
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border: none;
}

#nav-main
{
    background: url(../../Images/bg-nav.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3px;
    width: 790px;
    position: relative;
    font-weight: bold;
    top: 0px;
    left: 0px;
    height: 35px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 10px;
    color: #FF00FF;
}


#footer
{
    background: url(../../images/bg-nav.png) bottom left no-repeat;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: 35px;
    position: relative;
    color: #a9c0db;
    font-size: .8em;
    font-family: Arial, Helvetica, sans-serif;
}


.none
{
    display: none;
}

#logo
{
    margin: auto;
    padding-left: 3px;
    padding-top: 3px;
    background-color: #006699;
    width: 797px;
    height: 215px;
    text-align: center;
}

#DefaultContentText
{
    margin: auto;
    background-color: #66CCFF;
    font-family: Arial, Helvetica, sans-serif;
    width: 800px;
    text-align: left;
}
#top-information
{
    position: absolute;
    top: 8px;
    left: 660px;
    font-size: small;
}
.PageTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
}
.PageContent
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}


/* Navigation */

#navigation
{
    width: 160px;
    padding: 0;
    margin: 0;
    position: relative;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
}
#navigation ul
{
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

#navigation li
{
    list-style-type: none;
    list-style: none;
}

#navigation a
{
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: 12px solid;
    border-right: 1px solid;
    background-color: #009CDA;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid #ED9F9F;
    border-bottom-color: #99CCFF;
    border-left-color: #09546A;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-width: 1px;
    border-left-width: 8px;
    border-right-color: inherit;
}

#navigation ul li a
{
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: 12px solid;
    border-right: 1px solid;
    background-color: #009CDA;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 10px;
    border-bottom: 1px solid #ED9F9F;
    border-right-color: #000066;
    border-bottom-color: #99CCFF;
    border-left-color: #09546A;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 8px;
}

#navigation a:hover
{
    background-color: #000066;
    color: #FFFFFF;
}

#navigation ul ul a:link, #navigation ul ul a:visited
{
    background-color: #ED9F9F;
    color: #711515;
}

