﻿body
{
	font-family: Trebuchet MS, Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	background-color: #000000;
	background-image: url(    'images/footer_bg.png' );
	background-repeat: repeat-y;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	margin-left: 11px;
}

DIV.Background
{
	height: 100%;
	width: 730px;
	min-height: 400px;
	background-position: 0% 0%;
	z-index: 0;
	vertical-align: top;
}

DIV.LeftSideBar
{
	width: 100px;
	float: left;
	background-color: White;
	height: 100%;
	clear: left;
	text-align: center;
	vertical-align: top;
	margin-top: 25px;
}

DIV.CenterContentArea
{
	width: 320px;
	float: left;
	min-height: 400px;
	height: 100%;
	background-color: White;
	margin-right: 10px;
}

DIV.FullContentArea
{
	width: 75%;
	float: right;
	min-height: 400px;
	height: 100%;
	clear: right;
	background-color: White;
	vertical-align: top;
	margin-right: 25px;
}

DIV.RightSideBar
{
	width: 190px;
	float: right;
	height: 100%;
	clear: right;
	background-color: #d8c4a8;
	padding: 10px;
}

Div.OffsetContent
{
	margin-left: 60px;
}

fieldset.ViewNav
{
	margin-left: 5px;
	width: 120px;
	color: #0e2c41;
}

a
{
	text-decoration: none;
	color: #0f4369;
}
a:visited
{
	text-decoration: none;
	color: #0f4369;
}
a:hover
{
	text-decoration: underline;
	color: #0f4369;
}
a.TopNav
{
	font-size: small;
	color: White;
	vertical-align: bottom;
	text-decoration: none;
	text-align: right;
	margin-top: 0;
}

a.TopNav:hover
{
	font-size: small;
	color: White;
	vertical-align: bottom;
	text-decoration: underline;
	text-align: right;
	margin-top: 0;
}

DIV.TopNav
{
	color: White;
}

DIV.LeftSideBar ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

DIV.LeftSideBar li
{
	float: left;
	margin: 0 0.15em;
}

DIV.LeftSideBar li a
{
	height: 2em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	color: #0e2c41;
	text-decoration: none;
	text-align: center;
}
DIV.LeftSideBar li a:hover
{
	height: 2em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	color: #0e2c41;
	text-decoration: underline;
	text-align: center;
}
/* Hide from IE5-Mac \*/
DIV.LeftSideBar li a
{
	float: none;
}
/* End hide */

DIV.ImportantDates ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav-menu li
{
	float: left;
}

#nav-menu li a
{
	/*background: url(images/css-nav.gif) #fff bottom left repeat-x;*/
	background-color: GrayText;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 10em;
	display: block;
	border: 0.1em solid #0e2c41;
	color: #0e2c41;
	text-decoration: none;
	text-align: center;
}

#nav-menu li a:hover
{
	/*background: url(images/css-nav_inverted.gif) #fff bottom left repeat-x;*/
	background-color: Gray;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 10em;
	display: block;
	border: 0.15em solid #2a506d;

	/*border-bottom: 0.1em solid #0e2c41;*/
	color: #0e2c41;
	text-decoration: none;
	text-align: center;
}

#nav-menu li a:active
{
	/*background: url(images/css-nav_inverted.gif) #fff bottom left repeat-x;*/
	background-color: Gray;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 10em;
	display: block;
	border: 0.2em solid #2a506d;

	/*border-bottom: 0.1em solid #0e2c41;*/
	color: #0e2c41;
	text-decoration: none;
	text-align: center;
}
/* Hide from IE5-Mac \*/
#nav-menu li a
{
	float: none;
}
/* End hide */

#nav-menu
{
	width: 20%;
	float: left;
}

