
.pageContainer {
	margin: 10px auto 0 auto;
	width:760px;
    padding-right: 0px;
}

.header {
	height:101px;
	background: url(./images/header.jpg) no-repeat;  /* 6559 AC */
	text-align:right; 
	color:#92BCE6;
}
.userInfo {
	padding:20px 10px 0 0;
	font-size:9pt;
}
.userInfo a:link, .userInfo a:visited {
	color:#FFF;
	text-decoration:none;
	font-size:8pt;
}
.userInfo a:active, .userInfo a:hover {
	color:#FFF;
	text-decoration:underline;
	font-size:8pt;
}


.contentContainer {
	background:#fff url(./images/nav_bg.gif) repeat-y;
	padding-bottom:40px;
	
}

.leftCol {
	width:156px;
	float:left;
}
.rightCol {
	width:586px;
	float:left;
	margin-left:8px;
	margin-top:10px;
	display:inline;
	min-height:480px;
}
* html .rightCol {height:480px;}

.contentLeft {
	width:400px;
	float:left;
}

.contentLeftWider {
	width:500px;
	float:left;
}

.contentRight {
	width:165px;
	float:left;
	margin-left:14px;
	display:inline;
}

.footerContainer{
	padding-left:10px;
}

.footer {
	text-align:center;
	padding:8px 0;
	font-size:8pt;
	color:#143786;
	background-color:#D1DDEF;
	width:760px;
	margin:0 auto;
}