﻿body
{
    font-family: Arial; 
    font-size: medium; 
}

.lblTitle
{
    position:relative;
    top: -30px;
    margin-left: 45px;
    font-size: xx-large;
    color: White; 
    font-weight: bold;
}

#divMenu
{
    /*float: left;
    display: inline;*/
    padding-left: 10%;
}

.submenu
{
    z-index: 500;
}

.fieldset 
{ 
    padding: 1em; 
    margin: 0px 7% 10px 7%;
    border: 2px solid gray;
    background-color: White;
} 

#webmaster
{
    padding-top: 10px;
    font-size:10px;
    text-align:center;
    color:#CDD5E2;
    clear:both;
}

.notifyus
{
    color: Blue;
    text-decoration: underline;
    cursor: pointer;
}

.bold
{
    font-weight: bold;
    background-color: #E9ECF1;
}

.center
{
    text-align: center;
}

.alighright
{
    text-align: right;
}

.headercenter
{
    padding-left: 10%;
    padding-right: 10%;
    width: 80%;
}

#footer
{
    font-size: small;
    color:  Gray;
    text-align: center;
}

.alignLeft 
{ 
    float:left; 
    margin-top: 1em; 
    margin-right: 1em; 
}

.alignRight 
{ 
    float:right; 
    margin-top: 1em; 
    margin-left: 1em;
}

h3
{
    text-align: center;
}