@charset "utf-8";
body {
	color:#FFFFFF;
}
.mainBodyImg {
	background-color:#FFFFFF;
	/*background-image:url(../images/Portal-Main-Image.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center 24px;*/
}
h1, h2, h3, h4, h5, h6, .leftNavLevel1, .ms-WPBody h1, .ms-TPBody h1, .ms-WPBody h2, .ms-TPBody h2, .ms-WPBody h3, .ms-TPBody h3, .ms-WPBody h4, .ms-TPBody h4, .ms-WPBody h5, .ms-TPBody h5, .ms-WPBody h6, .ms-TPBody h6 {
	color:#FFFFFF;
}
.largeBannerMainPage {
	float:left;
	/*margin-top:7px;*/
	position:relative;
	width:993px;
	background-image:url(../images/KuoniImages/Portal-Main-Image.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
/*
.largeBannerMainPageHeight {
	min-height:520px;
	height:auto !important;
	height:520px;
}*/
.contentWrapperMainPage {
	padding:0px 9px;
	position:absolute;
	bottom:0;
	padding-bottom:25px;
}
.fixed-bottom  {/* IE6 position fixed Bottom     */
	position:absolute;
	bottom:auto;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
.largeTitles a, .largeTitles a:link, .largeTitles a:hover, .largeTitles a:visited {
	color:#FFFFFF;
	text-decoration:none;
	
}
/*, a.largeTitles, .largeTitles a:link, .largeTitles a:hover, .largeTitles a:visited*/
.largeTitles, a.largeTitles, a.largeTitles:link, a.largeTitles:hover, a.largeTitles:visited, .regTitles, a.regTitles, a.regTitles:link,  a.regTitles:hover,  a.regTitles:visited {
	background-image:url(../images/KuoniImages/brand-bullet-white.gif);
	color:#FFFFFF;
	background-repeat:no-repeat;
	cursor:pointer;
}
.largeTitles a:hover  {
	text-decoration:underline;
}

.regTitles, a.regTitles, a.regTitles:link,  a.regTitles:hover,  a.regTitles:visited  {
	font-size:16px;
	font-weight:bold;
	padding-right:7px;
	
}
a.regTitles:hover {
	color:#FFFFFF;
	text-decoration:underline;
	cursor:pointer;
}
.logoContainerLarge {
	float:left;
	width:231px;
	height:40px;
}
.logoContainerLarge img {
	/*behavior: url(Scripts/png.htc);*/
}
.logoPosition {
	position:absolute;
	left:42px;
	top:48px;
}
.contentColumnPortalPage {
	 width:272px;
	 margin-right:0;
	 padding-right:26px;
	 border-right:1px solid #FFFFFF;
	 /*margin-bottom:25px;*/
}

/***********************************************************************************************
************************************ Main Page Scroll Bar **************************************
************************************************************************************************/
.myScroll a.jScrollArrowUp {
	height: 14px;
	background: url(../images/KuoniImages/scrollBar-Up-White.png) no-repeat 0 0;
}
.myScroll a.jScrollArrowDown {
	height: 14px;
	background: url(../images/KuoniImages/scrollBar-Down-White.png) no-repeat 0 -14px;
}
.myScroll .jScrollPaneTrack {
	background-color:transparent;
	background-image:url(../images/KuoniImages/scrollBar-Drag-BG-White.png);
	background-repeat:repeat-y;
}
.myScroll .jScrollPaneDrag {
	background: url(../images/KuoniImages/scrollBar-Drag-White.png) ;
	background-repeat:no-repeat;
	width:14px;
	height:14px;
	
}
