﻿body
{
    font-family: Lucida Sans, Verdana, Arial, SunSans-Regular, Sans-Serif;
    font-size: 85%;
	margin:30px;
    background-color:White; 
}

p 
{
    font-size: 1.0em;
    text-align: justify;
	margin-left: 480px;
}

/* 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: medium;
	text-align: left;
	border-top: 1px solid #564b47;
	border-bottom: 1px solid #564b47;
	background-color: #ffccff;
	border-top: 3px solid #564b47;
    border-bottom: 3px solid #564b47;
     margin: 0px;
}




#footer
{
    clear: left;
    font-size: small;
    text-transform: uppercase;
    text-align: right;
    background-color: #996633;
    border-top: 3px solid #564b47;
    border-bottom: 3px solid #564b47;
    margin: 0px;
    width: 99%;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: thin;
    border-bottom-width: thin;
    border-top-color: #000000;
    border-bottom-color: #000000;
    padding-right: 10px;
    color: #FFFFFF;
}

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: #FFFFFF;
    font-family: 'Courier New' , Courier, monospace;
}

a:visited
{
	color: #000000;
	font-family: 'Courier New' , Courier, monospace;
}

a:hover
{
    text-decoration: underline;
    color: #3399FF;
    font-family: 'Courier New' , Courier, monospace;
}

a:active
{
    color: #000000;
    font-family: 'Courier New' , Courier, monospace;
}
#wrapper
{
	  float: left;
    width: 150px;
    margin-bottom: 5px;
    text-align: center;
}
#content
{
	margin-top: 0px;
	margin-left: 0px;
	height: Auto;
	
}
#page_content
{
    margin-bottom: 5px;
}
 #spacing
{
    margin-top:10px;
}

.menu
{
    background-color: #996633;
    

    font-family: 'Courier New' , Courier, monospace;
    font-variant: normal;
    font-style: normal;
    border: medium solid #000000;
}
.table
{
    
}
.sidemenu
{
   background-color: #996633;
    color: #FFFFFF;
    font-size: large;
    font-family: 'Courier New' , Courier, monospace;
    font-variant: normal;
    font-style: normal;
    border: medium solid #000000;	
}