﻿body
{
    font-family: Lucida Sans, Verdana, Arial, SunSans-Regular, Sans-Serif;
    font-size: 85%;
	margin:30px;
    background-color:White; 
}

#box
{
	float:left;
	width:1100px;
}
#top
{
	float:left;
	min-width:100%;
}
#contentHeader
{
	
	float:left;
	width:70%;
	text-align:left;
}
#contentHeader h1
{
	color:#C0C000;
	margin:5px 5px 5px 5px;
}
#banner
{
	float:right;
	width:30%;
	text-align:right;
}
#path
{
	clear:both;
	min-width:100%;
	font-size: .8em;
    text-align: right;
    background-repeat:repeat-x;
    background-image:url(../../img/top_bg2.gif);
    border-top: 1px solid #564b47;
    border-bottom: 1px solid #564b47;
    text-transform: uppercase;
}

#middle
{
	clear:both;
	float:left;
	width:100%;
	background-color: #DEDC39;
}
#menu
{
	clear:both;
	float:left;
	overflow:auto;
	width:220px;
	max-height:520px;
	min-height:520px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}
#menu h1,h2,h3,h4
{
	padding-left:5px;
}

#content
{
	width:845px;
	min-height:500px;
	float:left;
	overflow:auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color:White;
}

#footer
{
	clear: both;
	font-size: 1em;
    text-transform: uppercase;
    text-align: right;
    background-color: #AAB800;
    border-top: 3px solid #564b47;
    border-bottom: 3px solid #564b47;
    margin: 0px;
}
p
{
    font-size: 1.0em;
}
/* Three-pixel bug fix: http://www.positioniseverything.net/explorer/threepxtest.html */
* html p { height: 1%; }

h1
{
    font-size: 2em;
    font-weight: bolder;
}
h2
{
    font-size: 1.1em;
}
h3
{
    font-size: 1em;
}
h4
{
    font-size: .9em;
}
.Level
{
	font-size:large;
	font-weight:bold;
	background-color:Silver;
}

/* 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;
}