﻿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: 200px;
    background-color: #B8D7FF;
    float: left;
}

#content
{
    margin-top: 10px;
    margin-left: 210px;
    height: 250px;
}

#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;
}

.TabArea
{
    background-color: White;
    font-size: x-small;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    position:relative;
    top: 42px;
    z-index: -25;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ADS BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ads-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
	text-align: left;
}

.ads-navigation li
{
	list-style: none;
}

.ads-navigation a
{
	color: black;
	font-weight: normal;
	text-decoration: none;
	background:none;
}

.ads-navigation .li_selected a
{
	color: #ff9933;
	font-weight: bold;
	text-decoration: none;
	background:none;
}

.ads-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #ff9933;
	background: black url(images/bg_sidebar_title.gif) no-repeat;
}

.ads-navigation .treeview
{
	font-size: 11px;
	line-height: 15px;
	background: #f1e0c6 url(images/bg_sidebar_block.gif) no-repeat left bottom;
	margin: 0px;
}

.ads-navigation .treeview ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: black;
	background-color: inherit;
}

.ads-navigation .treeview ul .li_selected
{
	font-weight: bold;
}

.ads-navigation .treeview ul .li_unselected
{
}

.ads-navigation .separator
{
	height: 1px;
	line-height: 1px;
	background: #ff9933;
	width: 140px;
	font-size: 1px;
	margin: 5px 0 5px 0;
}