/* CSS Document */
@import url("../style.css");

h1.yellow-header
{
	background-color:#E8C417;
	padding:2px 10px 2px 10px;
	border-style:solid;
	border-left-style:none;
	border-width:1px;
	width:427px;
	font-size:18px;
	font-weight:bold;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
}


h2.aptitle
{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:0px;
	width:50%;
	float:left;
}


a.locationLink
{
	float:right;
	margin-top:11px;
}

.push
{
	clear:both;
}