﻿* html body
{ 
    /*IE6 hack*/
    padding: 114px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

html, body 
{
   height: 100%;
   margin: 0px 0px 1px 10px;
   padding: 0px 0px 0px 0px;
   overflow: scroll;
}

body
{
	color: navy;
	background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    font-size: 12pt;
    padding: 0;
    border: 0px none;
    height: 100%; 
    max-height: 100%;    
    /* overflow: hidden; */
    overflow: visible; /* Makes complete page visible w/o scroll bars */
}

h1  
{
   line-height:85%;
   font: bold 300%/100% "Lucida Grande", Arial, sans-serif;
   position: relative;
   margin: 30px 0 50px;
   color: #708090;
}

h5 
{
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    color: rgb(07,78,71);
}

li
{
	margin-top:6px;
	margin-bottom:6px;
}

h1 span 
{
   background: url("gradient-white.png") repeat-x;
   position: absolute;
   display: block;
   width: 100%;
   height: 31px;
}

