h1 {
	border-bottom: 1px solid;
}
/*header headline*/
.headline {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 120px;
}
.headline h1 {
	color: #FFFFFF;
	border-bottom: none;
	font-family: "Lucida Handwriting", Tahoma, Verdana;
	font-size: 18px;
}
/*vcard*/
.vcard{
	background: transparent url(/SharedContent/Images/vcard_map.gif) bottom left no-repeat;
	padding-bottom: 350px;
}
.vcard p{
	margin-bottom: 3px;
}
.vcard .postal-code{
	clear: both;
	display: block;
}
/*fee tables*/
table.fees,
table.fees th,
table.fees td{
	border: none;
}
table.fees th{
	display: none;
}
table.fees th.col0,
table.fees td.col0{
	width: 175px;
}
table.fees th.col1,
table.fees td.col1{
	width: 70px;
}
table.fees th.colN,
table.fees td.colN{
	width: auto;
}
/*image and caption*/
.imageandcaption .image,
.imageandcaption .caption{
	display: block;
	float: left;
}
.imageandcaption .image{
	clear: both;
	width: 190px;
}
.imageandcaption .image img{
	margin: 0px 10px 10px 0px;
}
.imageandcaption .caption{
	
	width: 526px;
}