﻿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:visible;
    float:left;
    height:auto;
    background-color: #B8D7FF;
}

#menu
{
/*    padding-bottom: 32767px;
	margin-bottom: -32767px; */
	
    width: 200px;
    background-color: #B8D7FF;
    float: left;
    height:auto;
}

#content    
{
    /*margin-top:10px;*/
    margin-left: 210px;
    min-height:200px;
    height:auto;
    background-color:White;
}

#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;
}

.trackdetails
{
	font-size: x-small;
	font-weight: normal;
}
.errormessage
{
    font-family: "Courier New" , Courier, monospace;
    font-size: small;
    font-weight: bold;
    color: #FF0000;
    background-color: #FFFF00;
}
