﻿body
{
	margin: 0px;
	background-color: #ffffff;
}

#header
{
	background-color: #eaffff;
	border-bottom: solid 1px #a3b2b2;
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	width: 100%;
	white-space: nowrap;
	color: #003a3a;
	z-index:999;
}

#header .title
{
	padding: 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28pt;
	float: left;
	white-space: nowrap;
	position: absolute;
	top: 6px;
}

#header .rightSide
{
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	float: right;
	text-align: right;
	line-height: 12pt;
	position: absolute;
	top: 0;
	right: 10px;
}

#menu
{
	top: 61px;
	left: 0;
	margin: 0;
	padding: 0;
	bottom: 50px;
	background-color: #eaffff;
	position:absolute;
	border-right: solid 1px #a3b2b2;
}

#menuBack
{
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	bottom: 0;
	height: 100%;
	background-color: #eaffff;
	position:fixed;
	border-right: solid 1px #a3b2b2;
	width:170px;
	z-index:-1;
}

#menu ul
{
	width: 170px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a
{
	background-color: #ddffff;
	border-bottom: solid 1px #a3b2b2;
	width: 170px;
	height: 25px;
	display: block;
	float: left;
	white-space: nowrap;
	padding: 0;
	text-align: center;
	text-decoration: none;
	color: #003a3a;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 25px;
}

#menu a:hover,
#menu a:active,
#menu a:focus
{
	text-decoration: underline;
	background-color: #8ee3e3;
	background-image: url('images/menufocus.jpg');
}

#menu .current
{
	text-decoration: underline;
	background-color: #8ee3e3;
	background-image: url('images/menuactive.gif');
}

#menu .current:hover,
#menu .current:active,
#menu .current:focus
{
	background-image: none;
}

#menu .fade
{
	background-image: url('images/menubottom.gif');	
	width: 100%;
	height: 200px;
	background-repeat: repeat-x;
	position: absolute;
	top: 416px;
	left: 0;
}

#content
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	position: absolute;
	top: 61px;
	left: 170px;
	right: 0;
	bottom: 0;
	padding: 35px 20px 0 20px;
}

#content .section
{
	text-align: left;
	margin: 0 10% 0 10%;
	background-image: url('images/contentbottom.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 1px;
}

#content .section h3
{
	left: 0;
	right: 0;
	font-weight: lighter;
	border-bottom: solid 1px #a3b2b2;
	background-color: #eaffff;
	padding: 3px;
}

#content a
{
	color: #136c6c;	
}

#content a:hover,
#content a:active,
#content a:focus
{
	color: #c00000;
}

#content table
{
	border-collapse: collapse;
	border: solid 1px #a3b2b2;
}

#content table td
{
	border: solid 1px #a3b2b2;
	font-size: 11pt;
	padding: 2px;
	vertical-align: top;
}