﻿body 
{
    background-color: #1b4283;
    text-align: center;
    font-size: 10pt;
    font-family: Arial, Tahoma;
}

a
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.centralBlock
{
    background-image: url(../../DevFiles/shading.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    width: 760px;
margin:auto;
    color: #ffffff;
    text-align: left;
    padding: 10px;
}

.footerBlock
{
    width: 760px;
    font-size: 8pt;
    color: #ffffff;
    margin:auto;
}

#navigationLinks
{
   margin-left:320px;
   
}
#navigationLinks a
{
    font-size: 8pt;
    font-weight: bold;
    line-height: 18pt;
    text-decoration: none;
    color: #ffffff;
}

#navigationLinks a:hover
{
    text-decoration: underline;
}
#navigationLinks a:selected
{
    text-decoration: underline;
}
h1
{
    font-size: 14pt;
}

h2
{
    font-weight: bold;
    font-size: 14pt;
}

.navigationList
{
    list-style: none;
    margin-left: 0px;
    line-height: 16pt;
    font-size: 8pt;
}

.navigationList a
{
    color: #ffffff;
    text-decoration: none;
}

.navigationList a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

.adminContent
{
    background: #eeeeee;
    border: 5px solid #587aa1; 
    padding: 10px; 
    color: Black;
    line-height: 16pt;
}

.adminContent a
{
    color: Black;
    text-decoration: none;
}

.adminContent a:hover
{
    color: Black;
    text-decoration: underline;
}