div#nav, #breadcrumb_head, #breadcrumb_foot{
	display: none;
}


#content{
	float: left;
	width: 650px;
	margin:15px 0 0 0;
    	padding-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	border-left: none;
}

#content a, #footer a{
	margin-left: 1em;
	margin-right: 1em;
	text-decoration: none;	
	color: blue;
}

#content h1{ 
	font: bold 150% georgia, times new roman, serif;
	margin: 0 0 0 0;
}

div#clearprint, div#disclaimer, div#copyright{
	clear: both;
}

div#footer{
	clear: both;
	width: 650px;
	border-top: none;
}

.no_show {
	display: none;
}