﻿HTML
{
	height: 100%;
}

BODY
{
	height: 100%;
	background-image: url(../images/body_bg.gif);
	background-attachment: fixed;
	background-color: #F0E0A5;
	font-family: Comic Sans MS;
	font-size: 10pt;
}

.PageDiv
{
	min-height: 100%;
	width: 800px;
	background-image: url(../images/body_shadow.gif);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
}

.BannerDiv
{
	padding: 5px;
	min-height: 50px;
}

.BannerDiv IMG
{
	border: none;
}

.BannerDivLeft
{
	float: left;
	width: 200px;
}

.ToolbarDiv
{
	background-image: url(../images/toolbar_bg.gif);
	background-repeat: repeat-x;
	height: 30px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}

.InsetDiv
{
	height: 200px;
}

.FooterDiv
{
	padding: 10px;
}

.SeperatorDiv
{
	height: 5px;
	background-image: url(../images/inset_bg.gif);
	background-repeat: repeat-x;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}

.BodyDiv
{
	padding: 10px;
	min-height: 400px;
}

.BodyDivLeft
{
	width: 200px;
	height: 100%;
	float: left;
	padding: 0px 10px 0px 0px;
}

.BodyDivRight
{
	width: 200px;
	height: 100%;
	float: right;
	padding: 0px 0px 0px 10px;
}

.ulhnavdrop  
{
	padding: 0px 0px 0px 15px;
    margin: 0px 0px 0px 0px;
    height: 30px;
    border: solid 1px transparent;
}

.ulhnavdrop a
{
	font: normal normal normal 9pt 'Comic Sans MS';
	color: #fff;
	text-decoration: none;
}

.ulhnavdrop li ul { /* second-level lists */
    background-color: #F9F9F6;
    background-repeat: repeat-x;
    border: solid 1px #989C75;
    width:160px;
	padding: 4px 0px 4px 0px;
    margin: 6px 0px 0px 0px;
}

.ulhnavdrop li li { /* all sub list items */
    margin: 0px 0px 0px 0px;
    width: 148px;
    padding: 0px 0px 0px 10px;
}

.ulhnavdrop li li li { /* all sub list items */
    border-left: none;
    border-right: none;
}

.ulhnavdrop li li a 
{
	color: #CC0D2C;
    text-decoration: none;
    width: 160px;
    padding: 0px 10px 0px 0px;
    white-space: nowrap;
}

.ulhnavdrop li ul ul { /* third-and-above-level lists */
	margin: -23px 0px 0px 150px;
	padding-top: 5px;
	background-image: none;
	border: solid 1px #989C75;
}

.ulhnavdrop ul.level0  
{
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}

.ulhnavdrop li.level0  
{
	height: 18px;
    margin: 0px 5px 0px 0px;
    padding: 6px 0px 6px 0px;
}

.ulhnavdrop a.level0
{
    padding: 0px 10px 0px 0px;
    margin: 0px 0px 0px 10px;
}

div.moduletable
{
	margin-bottom: 15px;
}

.contentpaneopen
{
	width: 100%;
}

.contentheading
{
	font-family: Comic Sans MS;
	font-size: 12pt;
	font-weight: bold;
	border-bottom: solid 2px #AAA;
}