.forminputs 
{ 
	font-size: 10pt;
	width: 260px;
}

body
{
    text-align: left;
    background-color: #C0CAE4;
    overflow: auto;
    display: block;
    position: relative;
}

.StyleMargins
{
    display: block;
    margin-left: 5%;
    margin-right: 5%;
}

.StyleIndent
{
    margin-left: 30px;
    display: block;
}

.StyleIndent2
{
    display: block;
    margin-left: 20px;
    color: Black;
    text-align: left;
}

.StyleCenterBold
{
    display: block;
    text-align: center;
    font-size: 18pt;
    font-weight: bold;
}

.StyleCenter
{
    display: block;
    text-align: center;
}

.StyleSmaller
{
    margin-left: 5%;
    margin-right: 5%;
    font-size: 10pt;
}

.MainStyle
{
    background-color: #C0C0C0;
    font-size: large;
    width: auto;
    min-width: 800px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

.HeaderStyle
{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    width: 800px;
    margin: 0px;
    min-width: 800px;
    border: 2px solid #000000;
    background-color: #006699;
    font-size: inherit;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-align: left;
    white-space: normal;
    vertical-align: middle;
    line-height: normal;
    padding-top: 3px;
    padding-bottom: 3px;
    background-image: url(                       'Images/grad.jpg' );
    background-repeat: repeat;
    padding-left: 10px;
}

.FooterStyle
{
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: auto;
    width: 800px;
    min-width: 800px;
    margin: 0;
    border-style: solid;
    border-width: 2px;
    border-color: #000000;
    padding: 3px 0px 3px 10px;
    vertical-align: baseline;
    background-color: #006699;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    color: White;
    text-align: left;
    white-space: normal;
    line-height: normal;
    background-image: url(                           'Images/fgrad.jpg' );
    background-repeat: repeat;
    display: block;
}

.mainmenu ul
{
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    padding: 0px 10px 0px 0px;
    width: 800px;
    min-width: 800px;
    overflow: hidden;
    font-size: 14pt;
    font-family: Arial, Helvetica, sans-serif;
    border-top: 0;
    height: 28px;
    min-height: 28px;
    max-height: 28px;
    background-image: url(                       'Images/usgrad.jpg' );
    background-repeat: repeat;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    vertical-align: baseline;
    display: block;
    color: #FFFFFF;
    background-color: #0066CC;
}

.button
{
    position: relative;
    border: 2px solid #000000;
    display: inline-block;
    font-size: 12pt;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: White;
    width: auto;
    height: auto;
    background-image: url(   'Images/usgrad.jpg' );
    background-repeat: repeat;
    background-color: #111111;
}

.button:hover
{
	cursor: pointer;
    background-image: url(  'Images/sgrad.jpg' );
    background-repeat: repeat;
}

.buttonblock
{
    position: relative;
    display: block;
}

.mainmenu ul li
{
    list-style: none;
    display: inline;
}

.mainmenu ul li a
{
    padding: 3px 0.4em;
    text-decoration: none;
    float: left;
    color: White;
    height: 26px;
    min-height: 26px;
    max-height: 26px;
    overflow: hidden;
    background-image: url(        'Images/usgrad.jpg' );
    background-color: #0066CC;
    background-repeat: repeat;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #000000;
}

.mainmenu ul li a:hover
{
    background-image: url(        'Images/sgrad.jpg' );
    background-repeat: repeat;
    color: White;
    background-color: #003399;
}

.InsetBody
{
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 2px;
    border-left-width: 2px;
    border-right-color: #000000;
    border-left-color: #000000;
    padding: 15px 5px 15px 5px;
    width: 800px;
    height: auto;
    margin: 0;
    display: block;
    background-color: White;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    visibility: visible;
    font-size: 12pt;
    overflow: hidden;
}

table.Images
{
    margin-top: 5px;
    margin-bottom: 5px;
}

table.Images td
{
    border: 2px solid #FFFFFE;
    background-color: White;
}

table.Images td:Hover
{
    border-style: solid;
    border-width: 2px;
    border-color: #CCCCCC #000000 #000000 #CCCCCC;
    background-color: #97BBFF;
    background-image: url( 'Images/grad.jpg' );
    background-repeat: repeat;
}