﻿body
{
    font-family: Lucida Sans, Verdana, Arial, SunSans-Regular, Sans-Serif;
    font-size: 85%;
	margin:30px;
    background-color:White; 
}

p 
{
    font-size: 1.0em;
}

/* Three-pixel bug fix: http://www.positioniseverything.net/explorer/threepxtest.html */
* html p { height: 1%; }
#body-container
{  
}

h1
{
    text-align: right;
    font-size: 2em;
    font-weight: bolder;
}

    
#header
{
    font-size: .8em;
    text-align: right;
    background-color: #9CB6D9;
    border-top: 1px solid #564b47;
    border-bottom: 1px solid #564b47;
    text-transform: uppercase;
    text-align: right;
}

#wrapper
{
    overflow:hidden;
    float:left;
}

#menu
{
    padding-bottom: 32767px;
	margin-bottom: -32767px;
	
    width: 150px;
    background-color: #B8D7FF;
    float: left;
}

#content    
{
    margin-top:10px;
    margin-left: 150px;
    height:80;
}

#footer
{
    clear:left;
    font-size: 1em;
    text-transform: uppercase;
    text-align: right;
    background-color: #8096B2;
    border-top: 3px solid #564b47;
    border-bottom: 3px solid #564b47;
    margin: 0px;
    padding: 5px 15px 5px 15px;
}

h2
{
    font-size: 1.1em;
}

h3
{
    font-size: 1em;
}

h4
{
    font-size: .9em;
}


/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link
{
    color: #006699;
}

a:visited
{
    color: #330099;
}

a:hover
{
    text-decoration: underline;
}

a:active
{
    color: green;
}
