﻿body
{
	background-position: right top;
	padding: 0px;
	margin: 0px;
	color: #004048;
	background-color: #EDFBF9;
	background-image: url('../images/bodyBg.jpg');
	background-repeat: repeat-x;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a {
	text-decoration: none;
	color: #004ABB;
}
a:hover{
	color: #0000FF;
}
h3
{
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	color: #5B4E85;
	line-height: 0.8em;
}
ul
{
	margin-top: 5px;
	margin-bottom: 5px;
}
h4
{
	font-size: 12pt;
	font-size: 11pt;
	font-weight: normal;
	font-style: italic;
	line-height: 0.8em;
}
strong {
	color: #368172;
}
.outer
{
	padding: 0px;
	position: fixed;
	margin: 10px 0px 0px 0px;
	overflow: auto;
	top: 10px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.bodyDiv
{
	border-style: solid;
	border-width: 1px 3px 3px 1px;
	border-color: #148062;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 640px;
	background-color: #FFFFFF;
}
.PageHeader
{
position: relative;
	text-align: center;
	margin: 5px auto 0px auto;
	padding:0px;
	z-index: 1;
}
.crumbs
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 25px;
	top: 135px;
	text-align: left;
	width: 765px;
}
.headerTable {
	border: 0;
	border-collapse: collapse;
	position: absolute;
	top: 150px;
	left:8px;
	padding: 0px;
	margin: 0px;
}
.headerEnd {
	vertical-align: middle;
}
.menu
{
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	font-size: 10pt;
}

.button td
{
	background-image: url('../images/ButtonBg.jpg');
	background-repeat: no-repeat;
}

.buttonOn td
{
	background-image: url('../images/ButtonOnBg.jpg');
	background-repeat: no-repeat;
	font-weight: bold;
}
.buttonSelect td
{
	background-image: url('../images/ButtonSelectBg.jpg');
	background-repeat: no-repeat;
	font-weight: bold;
}
.button
{
	font-size: 10pt;
	text-align: center;
	width: 128px;
	height: 24px;
}
.buttonOn
{
	font-size: 10pt;
	width: 128px;
	height: 24px;
	text-align: center;
}
.buttonSelect
{
	font-size: 10pt;
	width: 128px;
	height: 24px;
	text-align: center;
	font-weight: bold;
	color: #006699;
}
.MainContent
{
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #148062;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	background-image: url('../images/bodyBg.jpg');
	background-repeat: no-repeat;
	background-color: #EDFBF9;
	color: #005353;
	font-size: 10pt;
	width: 635px;
	float: left;
	position: absolute;
	height: 500px;
	top: 188px;
	right: 10px;
	overflow: auto;
}
.MainToc {
	padding: 0px 0px 0px 5px;
	width: 130px;
	float: left;
	border: 1px solid #148062;
	background-image: url('../images/SoftwareMenuBg.jpg');
	background-repeat: no-repeat;
	background-color: #EDFBF9;
	position: absolute;
	left: 5px;
	top: 188px;
	height: 235px;
	margin: 0px 0px 0px 5px;
}
.treeMenu {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	position: relative;
	top: 5px;
	color: #003535;
	line-height: 1.5em;
}
.treeMenuItem
{
	font-size:9pt;
}
.treeMenuItemOn {
	color: #0000FF;
	font-weight: bold;
}
.treeMenuItemParent {
	font-weight: bold;
	color: #006080;
}
.treeMenuItemParent *
{
	font-size:10pt;
}
.treeMenuItemSelect {
	font-weight: bold;
	color: #00809C;
}
.treeMenuItemSelect *
{
	font-size:10pt;
}
.title {
	margin: 0px;
	padding: 0px 5px 5px 0px;
	font-size: 14pt;
	vertical-align: top;
	color: #4E369C;
}
.footerMain {
	border-width: 1px;
	border-color: #148062;
	text-align: center;
	border-top-style: solid;
	clear: both;
	width: 790px;
	bottom: 2px;
	position: absolute;
	left: 10px;
}
.footerMenu
{
	margin: 0px auto 0px auto;
	border-collapse: collapse;
	padding-top: 5px;
}
.footerButton
{
	width: 132px;
	height: 14px;
	text-align: center;
	font-size: 10pt;
}
.footerButtonOn {
	width: 132px;
	height: 14px;
	color: #0000FF;
	font-weight: bold;
	text-align: center;
	font-size: 10pt;
}
.footerButtonSelect {
	font-weight: bold;
	color: #006080;
}
.constructionImage
{
	float: left;
	margin-right: 5px;
}
.counter
{
	padding: 0px;
	margin: 0px;
	position: absolute;
	right: 0px;
	top: 22px;
	text-align: right;
	border-collapse: collapse;
	float: right;
}

/* Extra Divs for extra content */
.extraDiv1, .extraDiv2, .extraDiv3, .extraDiv4, .extraDiv5 { 
	background: transparent url('../images/transp.gif') top left no-repeat; 
	position: absolute; 
	display:none;
	}
.extraDiv6 {
	background: transparent url('../images/logo.gif') top left no-repeat;
	position: absolute; 
	bottom: 40px; 
	left: 10px; 
}

/* Windows Media Player */
.playerDiv
{
	padding: 0px;
	width: 400px;
	height: 300px;
	margin: 8px 8px 0px 3px;
	float: left;
	background-color: #000000;
}