body {
	color: Black;
	background-color: #405B90;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

a {
	color: Blue;
	text-decoration: none;
}

a:hover {
	color: Maroon;
	text-decoration: underline;
}
.pageheading{

	font-weight: bold;
	font-size: 11pt;
}
#leftcontent{
	position: absolute;
	left: 25px;
	top: 146px;
	width: 102px;
	height: 349px;
	z-index: 1;
	padding: 3px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
#leftcontentadmin{
	position: absolute;
	left: 25px;
	top: 146px;
	width: 102px;
	height: 349px;
	z-index: 1;
	padding: 3px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#content{
	position:absolute;
	left:138px;
	top:147px;
	width:754px;
	
	
	z-index:3;
	background-color: #FFFFFF;
	background-image: url(Images/contentrightbottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 5px;
}
.form {
	background-color: #F2F2F2;
	border: 0.5px solid #990000;
}


#breadcrumb{
	position:absolute;
	left:138px;
	top:123px;
	width:758px;
	height:20px;
	z-index:1;
	background-color: #F0F8FF;
	color: #545454;
	font-style: italic;
	vertical-align: bottom;
	font-size: 9pt;
	padding: 3px;
	border: 0px solid #999999;
}
.whiteborder {
	border: 1pt solid #FFFFFF;
}

#header {

	position:absolute;
	left:135px;
	top:6px;
	width:767px;
	height:20px;
	z-index:1;
	vertical-align: bottom;
	padding: 3px;
}
.notification {
	background-color: #FFFFCC;
	border: 0.5px solid #990000;
	text-align: center;
	}
#menuOptions {
	position:absolute;
	left:25px;
	top:118px;
	width:113px;
	height:35px;
	z-index:4;
	background-image: url(images/menuoptions.gif);
	background-repeat: no-repeat;
}
#footer {
	width:750px;
	height:12px;
	z-index:1;
	background-color: #F0F8FF;
	color: #999999;
	font-style: italic;
	vertical-align: bottom;
	font-size: 9pt;
	padding: 3px;
	border: 0px solid #999999;
	text-align: center;
}
.tabsImage
{
	padding-left: 4px;
	background-image: url(/images/TAB.gif);
	padding-bottom: 3px;
	vertical-align: bottom;
	width: 96px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 27px;
	text-align: left;
}
.TABonImage
{
	padding-left: 4px;
	background-image: url(/images/TABon.gif);
	padding-bottom: 3px;
	vertical-align: bottom;
	width: 96px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 27px;
	text-align: left;
}
.floatingDIV{
	border-width: 1px;
	border-color: #7B7B7B;
	position: relative;
	border-top-style: solid;
}
.TABBlank {

	width:94px;
	height: 27px;
	text-align: left;
	float:left;
	cursor:default;
	padding-left: 4px;
	vertical-align: bottom;
	padding-bottom: 3px;
}