h3 {
	cursor: hand;
	cursor: pointer;
}

#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;
}

div#contentDiv {
	padding: 2px;
}

#contentCell {
	width: 770px;
	padding: 0 0 0 32px;
	background-color: #fff;
}

.siteMapTopLink {
	font-weight : bold; 
	text-decoration : none;
	color: #487BB9;
	background: transparent; 
	cursor: hand;
	cursor: pointer;
	margin-left: 50px;
}

.siteMapSubLink {
	text-decoration : none;
	color: #487BB9;
	background: transparent; 
	cursor: hand;
	cursor: pointer;
	margin-left: 50px;
}