#content {
	width: 800px;
}
#proceduretitle {
	font-size: 14px;
	font-weight:bold;
	color:#666666;
	padding-bottom: 2px;
}
.images {
	background-color: #FCF7FB;
	border: 2px solid #2A4E83;
	width: 200px;
	max-width:200px;
	height: 275px;
	max-height: 275px;
	overflow:hidden;
}
#pagenumbers {
	padding-top: 15px;
	height: 30px;
}
#pagenumbers div {
	color: #2A4E83;
	font-size: 11px;
	float: left;
	border: 1px solid #2A4E83;
	width: 15px;
	height: 18px;
	margin-right: 8px;
	text-align:center;
}
#pagenumbers div:hover {
	background-color: #2A4E83;
	color: #FFFFFF;
}