#outerPrint {
	margin: 0 auto;
	height: auto;
	text-align: left;
	min-height: 100%;
	width: 600px;
}

/* Hack for IE */
* html #outerPrint {
    height: 100%;
}


* html .detailsMap {
	margin-left: 33px;
}

.detailsMap {
	width: 510px;
	margin-left: 33px;
	margin-bottom: 2px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
/* End IE Hack */


#footerP {
	float: left;
	height: 20px;
	width: 600px;
	text-align: center;
	color: #CCCCCC;
	margin-top: 12px;
}
#footerP a:link {
	color: #006666;
	text-decoration: none;
}
#footerP a:visited {
	color: #006666;
}
#footerP a:hover {
	color: #EC9933;
	text-decoration: underline;
}

#mainCont {
	float: left;
	height: auto;
	width: 583px;
	margin: 0px;
}
#mainCont p {
	margin: 10px 55px 0px 12px;
}

