﻿html, body, form
{
    height: 100%;
    min-height:100%; 
    margin: 0 auto;
    padding: 0;
    border: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #b9d3e8; /*background-image:url('_images/Background.gif');*/
    font-size: 13px;
}
#wrapper
{
    height: 90%;
    min-height:90%; 
    text-align: left;
    
}

h1
{
    font-size: 16px;
    font-weight: bold;
    color: #101010;
    margin: 2px; 
}
h3
{
     padding: 3px; 
     margin: 0px; 
     background-color: #6caee0; 
     color: #fff; 
     border-top-style: solid; 
     border-top-width: 1px; 
     border-top-color: #ccc; 
     border-bottom-style: solid; 
     border-bottom-width: 1px; 
     border-bottom-color: #ccc; 
     background-repeat: repeat;
     font-size: 14px;
}
h4
{
     margin: 0px; 
     color: #006699;
     font-size: 13px;
     font-weight: bold;
}
.nav
{
    color: #333;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}
.nav A:link
{
    text-decoration: none;
    color: #333;
}
.nav A:visited
{
    text-decoration: none;
    color: #333;
}
.nav A:hover
{
    text-decoration: underline;
}
.nav A:active
{
    text-decoration: underline;
}
.nav td
{
    background-color: #9fd5b5;
}

.sideNavBar
{
     border-top-style: solid; 
     border-top-width: 1px; 
     border-top-color: #000000;
}