﻿body
{
    font-family: Lucida Sans, Verdana, Arial, SunSans-Regular, Sans-Serif;
    font-size: 85%;
	margin:30px;
    background-color:White; 
}

p 
{
    font-size: 1.0em;
    font-weight: 700;
}

/* Three-pixel bug fix: http://www.positioniseverything.net/explorer/threepxtest.html */
* html p { height: 1%; }
#body-container
{  
}

h1
{
    text-align: left;
    font-size: 2em;
    font-weight: bolder;
}

    
#header
{
    font-size: 1em;
    text-align: right;
    background-color: #000084;
    text-transform: uppercase;
    color:#FFFFCC;   
    padding: 5px 15px 5px 15px;   
}

#wrapper
{
    float:left;
}

#menu
{
    background-color: #FFFFCC;
    float: left;
}

#content    
{
    margin-top:10px;
    margin-left:15px;        
}

#footer
{
    clear:left;
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    background-color: #000084;
    margin: 0px;
    padding: 5px 15px 5px 15px;       
    color:#FFFFCC;
}

h2
{
    font-size: 1.75em;
}

h3
{
    font-size: 1.5em;
}

h4
{
    font-size: 1.25em;
}

h5
{
    font-size: 1.0em;
}   

h6
{
    font-size: .8em;
}




/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link
{
    color: #003366;
}

a:visited
{
    color: #003366;
}

a:hover
{
    text-decoration: underline;
    color: Red;
}

a:active
{
    color: green;
}

