﻿body
{
    background-color: #0096FF;
    margin: 0;
    padding: 0;
    font-family: 'Times New Roman' , Times, serif;
    font-size: 14pt;
}

h1, h2, h3, h4, h5, h6, p, a, img
{
    padding: 0;
    margin: 0;
    border: none;
    text-decoration: none;
}

.navList
{
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}
.navList li
{
    display: inline;
    list-style-image: none;
    list-style-type: none;
    margin: 0 10px;
}
#Wrapper
{
    background-color: White;
    background-image: url('/images/wrapperbg.png');
    margin: 0 auto 0 auto;
    padding: 0 28px 0 28px;
    width: 980px;
}
#TitleImage
{
    background-image: url('/images/eyeTitle.jpg');
    width: 980px;
    height: 150px;
}
#Content
{
    width: 960px;
    margin: 5px auto 10px auto;
}
#Footer
{
    background-image: url('/images/footerbg2.png');
    background-color: White;
    background-repeat: repeat-x;
    height: 60px;
}

#Nav
{
    background-image: url(/images/footerbg.png);
    height: 41px;
    margin-top: 1px;
    font-size: x-large;
    line-height: 41px;
    padding: 0;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}
#Nav a
{
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
    float: left;
}
#Nav a:hover, .NavSelected
{
    background-image: url(/images/invertednav.png);
}
.SubNav
{
    background-color: #2360BD;
    background-image: url(/images/footerbg.png);
    background-repeat: repeat-x;
    padding: 5px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
    position: absolute;
    top: 41px;
    width: 970px;
    z-index: 1;
}
a:visited
{
    color: #4E7185;
}
a:link
{
    color: #2414E7;
}
a:hover, #Nav a
{
    color: #000080;
}
/* slightly enhanced, universal clearfix hack */
.clearfix:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix
{
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* close commented backslash hack */