html
{
	overflow:scroll;
	margin:0;
}

p
{
	margin: 0px;
	padding: 0px;
}

.normalSiteBody
{
	margin:0;
	background:url(../images/foundation/background-grey.jpg) repeat 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;	
}

.cleared 
{
	content:'';
	display:block;
    clear:both;
    line-height:0;
}

/* MainTable-Border-and-Shadow */

.outerDiv, .mainTableLeftBoundary, .mainTableRightBoundary
{
	width:985px;
}

.outerDiv
{
	margin:0px auto 0px auto;
}

.innerDiv
{
	margin-left:23px;
	background-color:white;
	width:939px;
}

.mainTableLeftBoundary
{
	background:url(../images/foundation/left-boundary.jpg) repeat-y 0px 0px;
}

.mainTableRightBoundary
{
	background:url(../images/foundation/right-boundary.jpg) repeat-y 962px 0px;
}

.mainTableBottomMidAndRight
{
	margin-left:23px;
}

.mainTableBottomLeftBoundary
{
	float:left; 
	width:23px;
	background:url(../images/foundation/bottomleft-boundary.jpg) no-repeat 0px 0px;
}

.mainTableBottomRightBoundary
{
	background:url(../images/foundation/bottomright-boundary.jpg) no-repeat 0px 0px;
	float:right; 
	width:23px;
}

.mainTableBottomCenterBoundary
{
	background:url(../images/foundation/bottomcenter-boundary.jpg) repeat-x 0px 0px;
}

.mainTableCenterContent
{
	background-color:white;
	
}

.headerTopRightPlaceHolder
{
	margin:0;
	padding-top:36px;
	padding-right:20px;
	float:right;
	font-size:12px;
	font-weight:normal;
	color:#666666;
}

.headerLogoPlaceHolder
{
    margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	float:left;
}

.extranetLogoPlaceHolder
{
	margin:0;
	padding:10px 0px 10px 0px;
	width: 470px;
	text-align: center;
	float:left;
}

.menuPlaceHolder
{
	width:100%;
	padding:0px;
}

.pageFooterPlaceHolder
{
	display: table;
	padding-top:20px; 
	padding-bottom:10px;
	width:100%;
	text-align:center;
}


/* Default-page styles */





/*-------------------- */




/* news related */

.newsHeader
{
	font-family: arial;
	font-size: 16px;
	font-weight:bold;
	color: #7bafca;
	padding-bottom:3px;

}

.newsText
{
	font-family: arial;
	font-size: 11px;
	font-weight:normal;
	color: #222222;
	padding-bottom:5px;
}

.newsReadMore
{
	font-weight: bold;
	color: #e49642;
}

.newsDivider
{
	height:0px;
	width:98%;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #d8d6d9;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:10px;
	margin-bottom:8px;
}

/* Left Blue Box */

.leftBoxHeader
{
	color: #0a2f40;
	font-size:22px;
	font-family:arial;
	padding-top:17px;
}

.leftBoxSubHeader
{
	color: #2e2e2e;
	font-size:20px;
	font-weight:bold;
	font-family:arial narrow;
	height:30px;
	padding:4px 0px 4px 0px;
	margin-top:15px;
}

.leftBoxText
{
	font-family: arial;
	font-size:11px;
	line-height:13px;
}

/* Right Orange Box */

.rightBoxHeader
{
	color: #0a2f40;
	font-size:22px;
	font-family:arial;
	padding-top:17px;
}

.rightBoxSubHeader
{
	color: #2e2e2e;
	font-size:22px;
	font-weight:bold;
	font-family:arial narrow;
	height:30px;
	padding:4px 0px 4px 0px;
	margin-top:15px;
}

.rightBoxText
{
	font-family: arial;
	font-size:11px;
	line-height:13px;
}


.subPageFooterLeft
{
	background:url(../images/bluebottomheader-left.jpg) no-repeat 0px 0px;
}

.subPageFooterCenter
{
	background:url(../images/bluebottomheader-center.jpg) repeat-x 0px 0px;
}

.subPageFooterRight
{
	background:url(../images/bluebottomheader-right.jpg) no-repeat 0px 0px;
}

.pageFooterDivider
{
	margin:auto;
	margin-bottom:10px;
	height:0px;
	width:85%;
	line-height: 1px;
	font-size: 1px;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #d8d6d9;
}

.pageFooter
{
	font-family: arial;
	font-size: 10px;
	color:#999999;
	margin:auto;
}




.SmallIcon
{
	 vertical-align:middle;
	 border:0;
	 position:relative;
	 top: -1px;
}


Img.confidential
{
    text-align: center;
    display: block;
    margin-top:-66px;
}


.ScrollableDiv
{
	overflow:auto; 
	border:solid 1px #cccccc;
}