﻿body 
{
    font-family:Calibri, Verdana;
}

html, body 
{
   /* overflow:hidden;*/
}


div.welcome
{
    position: absolute;
    z-index: 4;
    width: 580px;
    height: 22px;
    left: 50%;
    top: 70px;
    margin-left: -390px;
    text-align: center;
}

div.header
{
    z-index:7;
    width:800px;
    position: absolute;
    height: 138px;
    left: 50%;
    top: 35px;
    margin-left: -400px;
    text-align:center;
    background-color:Transparent;
}

div.main
{
    width: 740px;
    text-align: left;
    position: absolute;
    left: 50%;
    top:0px;
    margin-left: -380px;
    border-width: thin;
    border-color: Gray;
    border-width:1px;
    border-right:none;
    border-top:none;
    border-left:none;
    border-bottom:none;
    padding-left:10px;
}

div.menu
{
    text-align:center;
    font-family:Arial;
    font-weight:bold;
    color:Blue;
}

div.timebanner
{
    width:580px;
    position: absolute;
    z-index:8;
    height: 15px;
    left: 50%;
    top: -15px;
    margin-left: -400px;
    text-align:center;
    font-family:Arial;
    font-size:small;
}

div.rightpanel
{
    position: absolute;
    z-index: 4;
    text-align: center;
    width: 195px;
    left: 50%;
    top: 10px;
    margin-left: 190px;
    border-top: none;
    border-left: none;
    padding-top: 20px;
    border-right-width: 1px;
    border-bottom-width: 1px;
}

#righttitle
{
    text-align:center;
    text-decoration:underline;
}

#rightcontent
{
    text-align:center;
}

div#body
{
    width: 760px;
    position: absolute;
    left: 50%;
    top: 175px;
    margin-left: -385px;
    text-align: center;
    vertical-align: top;
    border-style: none;
    border-width: 1px;
    background-color: Transparent;
}

 div#footer{
    position:static;
    z-index: 5;
    left: 1px;
    text-align:center;
    padding-top:4px;
    font-size:14px;
    font-weight:bold;
}

div.query
{
    color: #FF0000;
    font-family:Arial;
    font-size:14px;
}

ul
{
    list-style:square;
	margin-left: 0em;
	padding-left: 1em;
	text-indent: 1em;
	text-align:left;

}

h2
{
    font-size:20px;
}

h3
{
    text-decoration:underline;  
}

.fixedheadercell
{
    FONT-WEIGHT: bold; 
    FONT-SIZE: 10pt; 
    COLOR: black; 
    FONT-FAMILY: Arial; 
    BACKGROUND-COLOR: #FFD800;
}

.fixedheadertable
{
    padding: 2px;
left: 3px;
        position: relative;
        top: 0px;
    }

.gridcell
{
    WIDTH: 425px;
}
