html, body{
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
}

table#overall{
    width: 100%;
    height: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
}
table#overall td{
    vertical-align: top;
}

div#top_white{
    height: 45px;
    width: 100%;
    color: #003399;
    font-size: 14pt;
    vertical-align: bottom;
}

div#header_text{
    position: relative;
    float: left;
    top: 10px;
    margin-left: 30px;
}

#header_menu{
    position: absolute;
    right: 30px;
    top: 25px;
    font-size: 12px;
}
#header_menu a{
    margin-right: 10px;
}

span#at{
    color: #FF9900;
    font-size: 12pt;
}

div#header_blue_margin{
    height: 5px;
    font-size: 1px;
    background-color: #003399;
    margin-bottom: 3px;
}

div#header_orange_line{
    height: 25px;
    background: #FF9900;
    margin-bottom: 3px;
}

div#menu{
    height: 25px;
    position: absolute;
}
#menu div{
    float: left;
    margin-left: 30px;
    font-weight: bold;
    font-size: 15px;
}
#menu a{
    color:  black;
}

div#grad{
    position: absolute;
    right: 3px;
    width: 363px;
    height: 25px;
    background: #FFDDAA;
    background-image: url('/pictures/menu_gradient.gif');
    background-repeat: repeat-y;
}

div#content, #content td,#content th{
    font-size: 14px;
}

div#content{
    padding: 10px;
}


p.greeting{
margin-top: 10pt;
}
p.greeting:first-letter{
        font-size: 200%;
}
p.description_title:first-line{
font-weight: bold;
text-decoration: underline;
margin-left: 20px;
}



td#footer{
    height: 40px;
    font-size: 1px;
}
div#footer_orange_line{
    background: #FF9900;
    height: 5px;
}
div#footer_white_line{
    background: white;
    height: 3px;
}
div#footer_blue_line{
    height: 32px;
    background: #003399;
    font-size: 15px;
}
div#footer_blue_line div{
    margin-left: 30px;
    top: 5px;
    position: relative;
    color: white;
}
div#footer_blue_line div a{
    color: white;
}

div#loading{
    position: absolute;
    display: none;
    left: 44%;
    top: 44%;
    border: 2px dashed blue;
    padding: 10px 15px 10px 15px;
    font: 14px Arial;
    width: 150px;
    height: 20px;
    white-space: nowrap;
    background-color: white;
}
