/* DIV TAG IDS*/

#HeaderBar
{
	position : absolute;
	width: 100%;
	/*height: 57px;*/
	height: 57px;
	background-color: #FFFFFF;
	left: 0px;
	top : 0px;
	border : 0px;
	z-index : 1;
	margin : 0px;
}

#mainLogo
{
	position : absolute;
	width: auto;;
	height: auto;;
	left: 0px;
	top : 0px;
	border : 0px;
	z-index : 3;
}

#middleHeader
{
	position : absolute;
	width: auto;
	height: auto;
	left: 311px;
	top : 0px;
	border : 0px;
	z-index : auto;
}

#rhHeader
{
	position : absolute;
	background-color: #FFFFFF;
	width: auto;
	height: 44px;
	left: 537px;
	top : 0px;
	border : 0px;
	z-index : auto;
}



/* CLASSES */
.headerDivider
{
	position: absolute;
	width: 100%;
	height: 13px;
	left: 0px;
	top : 44px;
	border : 0px;
	background-color: #FFFFFF;
	background : repeat-x;
	background-image: url(images/header_divider.gif);
}

.lhNav01
{
	position : absolute;
	width: 121px;
	height: 186px;
	background-color: #FFFFFF;
	left: 0px;
	top : 57px;
	border : 0px;
	z-index : 1;
	margin : 0px;
}

.contentPane
{
	position : absolute;
	background-color : #FFFFFF;
	width: 557px;
	height: 510px;
	left: 121px;
	top : 64px;
	border : 0px;
	z-index : auto;
	margin : 0px;
	padding : 13px;
	border-right-style : inset;
	border-right-width : 1px;
	overflow: auto;
	scrollbar-base-color : #E9E8F2;
	scrollbar-3dlight-color : #FFFFFF;
	scrollbar-arrow-color : Black;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-face-color : #E9E8F2;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #FFFFFF;
	scrollbar-track-color : #FFFFFF;
	overflow-x : hidden;
}
.ClientscontentPane
{
	position : absolute;
	background-color : #FFFFFF;
	width: 85%;
	height: 510px;
	left: 121px;
	top : 64px;
	border : 0px;
	z-index : auto;
	margin : 0px;
	padding : 13px;
	border-right-style : inset;
	border-right-width : 1px;
	overflow: auto;
	scrollbar-base-color : #E9E8F2;
	scrollbar-3dlight-color : #FFFFFF;
	scrollbar-arrow-color : Black;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-face-color : #E9E8F2;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #FFFFFF;
	scrollbar-track-color : #FFFFFF;
	overflow-x : hidden;
}

.rhpane
{
	position : absolute;
	width: 325px;
	height: 100%;
	background-color: #FFFFFF	;
	left: 678px;
	/*left: 80%;*/
	top : 0px;
	border : 0px;
	z-index : auto;
	margin : 0px;
	background-image : url(images/rhimagebground.gif);
	background-repeat : repeat-y;
}


.rhImages
{
	position : absolute;
	width: 325px;
	height: 510px;
	background-color: #FFFFFF;
	left: 678px;
	/*left: 80%;*/
	top : 57px;
	border : 0px;
	z-index : auto;
	margin : 0px;
}

.lhNav02
{
	position : absolute;
	left: 0px;
	top : 0px;
	width: 121px;
	height: 100%;
	background-color: #F6F6FA;
	border : 0px;
	z-index : 0;
	margin : 0px;
	background-image : url(images/lh_nav_02.gif);
	background-repeat : repeat-y;
	
}


/*.lhNav02
{
	position : absolute;
	left: 0px;
	top : 201px;
	width: 121px;
	height: 366px;
	background-color: #F6F6FA;
	border : 0px;
	z-index : auto;
	margin : 0px;
	background-image : url(images/lh_nav_02.gif);
	background-repeat : repeat-y;
	display : inline;
}*/

.body
{
	position : absolute;
	left: 0px;
	top : 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

.mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	list-style-type: square;
	font : 10pt;
}

.furtherInfo {
	border-top : 1px dotted Gray;
	border-bottom : 1px dotted Gray;
	border-left : 0px;
	border-right : 0px;
	background-color : #F6F6FA;
	padding: 10px;
	
}


.ContentTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14;
	font-style: normal;
	font-weight: bold;
	color: #56567C;
}

ul {
	background-position: 0px;
	text-align: left;
	text-indent: 0pt;
	
}




a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333399;
	font-style: normal;
	font-weight: normal;
	list-style-type: square;
}

A:HOVER {
	color: #333399;
}

A:VISITED {
	color: #333399;
}
