﻿body 
{
	/*width: 799px;*/
	position: relative;
	/*width: 819px;
	background-color: white;*/
	background-color: #eae9e9;
}

.hidden
{
	visibility: hidden;
}

.visible
{
	visibility: visible;
}

a
{
	text-decoration: none;
	color: Black;
}

.clear:after
{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clear
{
	min-height: 1px;
}

* html .clear
{
	height: 1px;
}

.border
{
	border-color: Black;
	border-style: solid;
	border-width: thin;
}

.borderNone
{
	border-style: none;
}

#divOutsideBorder
{
	background-color: #eae9e9;
	margin: 0px;
	padding: 10px;
	/*width: 799px;*/
}

#divWrapper
{
	background-image: url(images/leftColumnBackground.bmp);
	background-position: left top;
	background-repeat: repeat-y;
}

#divLeftPane
{
	position: relative;
	background-color: #F2F5EA;
	width: 200px;
	height: 100%;
	float: left;
	margin-top: 10px;
}

.lblLeftPane
{
	position: relative;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	margin-left: 10px;
	font-family: Verdana;
}

.lnkLeftPane
{
	color: #2e4197;
	font-size: 11px;
	margin-left: 20px;
	text-decoration: bold;
	font-family: Verdana;
	font-weight: bold;
}

.lnkLeftPane:Hover
{
	color: #97be3e;
	font-size: 11px;
	margin-left: 20px;
	text-decoration: bold;
	font-family: Verdana;
	font-weight: bold;
}

#divMainPane
{
	margin-left: 0px;
	width: 599px;
	height: 100%;
	background-color: White;
}

.topImage
{
	margin-left:20px;
	margin-right: 10px;
}

.floatRight
{
	float: right;
}

.floatLeft
{
	float: left;
}

.clickable:Hover
{
	cursor: pointer;
}

.text
{
	color: #4c4c4c;
	margin-left: 20px;
	margin-right: 10px;
	font-family: Verdana;
	font-size: 11px;
}

.labelText
{
	color: #2e4197;
	font-family: Verdana;
}

#divTabSpace
{
	width: 564;
	margin-left: 20px;
	margin-right: 10px;
}

.divTabSpace
{
	width: 564;
	margin-left: 20px;
	margin-right: 10px;
}

#divTab
{
	border-color: #eae9e9;
	border-width: 1px;
	border-style: solid;
	border-top-style: none;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.divTab
{
	border-color: #eae9e9;
	border-width: 1px;
	border-style: solid;
	border-top-style: none;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.divTabs
{
	margin-bottom: 0px;
	padding-bottom: 2px;
	border-bottom-color: #eae9e9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

ul.tab
{
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul.tab li
{
	display: inline;
}

.tabLabelOther
{
	background-color: #eae9e9;
	padding: 4px 12px 4px 12px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.tabLabelOther:Hover
{
	cursor: pointer;
}

.tabLabelSelected
{
	background-color: White;
	border-style: solid;
	border-color: #eae9e9;
	border-top-color: #97bc24;
	border-bottom-color: White;
	border-width: 1px;
	padding: 4px 12px 4px 12px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.tabLabelSelected:Hover
{
	cursor: pointer;
}

.tabSubsection
{
	margin: 10px;
	background-color: #f2f5ea;
}

.hiddenTab
{
	visibility: hidden;
	height: 0px;
}

.labelSubsectionTitle
{
	color: #2e4197;
	font-weight: bold;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 20px;
}

.imgDesc
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}

.divDesc
{
	margin-left: 40px;
	margin-top: 10px;
}

.labelDesc
{
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
}

.textDesc
{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.footer
{
	padding-left: 2px;
	font-size: 9px;
	color:#2e4197;
	border:0px;
	text-decoration:none;
	font-family: Verdana;
}

.footer:Hover
{
	padding-left: 2px;
	font-size: 9px;
	color:#8496B5;
	border:0px;
	text-decoration:none;
	font-family: Verdana;
}

.intSubItemLink
{
	color: #2e4197;
	font-size: 11px;
	text-decoration: bold;
	font-family: arial;
	font-weight: bold;
}

.intSubItemLink:Hover
{
	color: #97be3e;
	font-size: 11px;
	text-decoration: bold;
	font-family: arial;
	font-weight: bold;
}