﻿html, body 
{
    background-color: #000;    
    color: #FFFFFF;
    border: 0px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: Calibri;
    height: auto; /* FF and compliant browsers should automatically size the body/html */        
    height: 98%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */        
    min-height:98%; 
    -moz-margin-start: 0px;
    -moz-padding-start: 0px;

}

#wrapper
{
    -moz-margin-start: 0px;
    -moz-padding-start: 0px;    
    border-color: #FFF; 
    border-width: 2px;
    border-style: solid;
    margin-top: 20px;    
    background-color: #000000;
    background-image: url(./image/HometimeBanner.png);
    background-repeat: no-repeat;
    background-position: center top;    
    width: 800px;
    margin-left: auto;
    margin-right: auto;  
}

#top
{
    -moz-margin-start: 0px;
    -moz-padding-start: 0px;        
    margin-top: 0px;
    width: 800px;
    height: 115px;
    padding-top: 1px;
}

#content
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 12pt;
    padding-left: 55px;
    padding-right: 55px;
    background-color: #000000;
    overflow: visible;
    text-align: justify;
    font-size: 12pt;
}

#footer
{
	margin-top: 10px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
    background-color: #000000;    
}

#linecontainer
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;      
}

.pagetitle
{
    color: #FFFFFF;
    font-family: Calibri;
    font-size: x-large;
    font-weight: bold;
}

#navcontainer
{
    width: 750px;
    margin-top: 25px;
    -moz-margin-start: 25px;
    margin-left: auto;
    margin-right: auto;
    background-color: #777777;
    height: 50px;
    border-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
}

#navleft
{
    width: 170px;
    float: left;
    height: 50px;
    background-color: #000000;    
}

#navright
{
    width: 580px;
    height: 50px;
    overflow: hidden;
}

#navigation 
{
   list-style: none;
   margin: 0;
   padding: 0;
}

#navigation li
{
    float: left;
}

#navigation li a
{
    display: block;
    padding-left: 20px;
    padding-right: 20px;    
    height: 35px;
    padding-top: 10px;
    margin-right: 3px;
    background-color: #777777;      
}

/*
#navigation li a:hover
{
    background-color: #FFFFFF;   
}
*/

a:link 
{ 
    color: #FFFFFF;
    text-decoration: none; 
}

a:hover 
{ 
    color: #FFFFFF;
    text-decoration: none; 
}

a:visited  
{
    color: #FFFFFF;
    text-decoration: none; 
}

.rangetitle
{
    font-weight: bold;
    font-size: 14pt;
    margin-bottom: 5px;
}

.uppercase { text-transform: uppercase; }