#leftcol {
	margin-right: 380px;
	background-color: #497BBA;
} 

#rightcol {
	margin-left: 380px;
	background-color: #497BBA;
} 

div#MainContainer {
	width: 770px;
	text-align: left;
	margin: 0 auto; /* compliant browser center */ 
	background-color: #487BB9;
}


#contentCell {
	width: 770px;
	padding: 0;
	background-color: #fff;
}

.siteMapTopLink {
	font-weight : bold; 
	text-decoration : none;
	color: #fc6;
	background: transparent; 
	cursor: hand;
	cursor: pointer;
	margin-left: 50px;
}

.siteMapSubLink {
	text-decoration : none;
	color: #fc6;
	background: transparent; 
	cursor: hand;
	cursor: pointer;
	margin-left: 50px;
}
.hometextCell {
	padding: 30;
	background-image: url(/graphics/content/Homepage-CopyBar.jpg);
	background-repeat: no-repeat;
	line-height: 11pt;
}