﻿@charset "utf-8";
/* CSS Document */

@import url(/CSS/APF/GlobalStyles.css);

#Masthead {
	height: 200px;
}
#Masthead img {
	position: relative;
	float: left;
	clear: left;
	margin-left: 10px;
	margin-top: 0px;
}
#ContentRegion {
	width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#ContentRegion h1 {
	text-align: center;
}
#RightColumn {
	position: relative;
	float: left;
	clear: none;
	width: 150px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#RightColumn div.RightDropspot {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: dotted 1px #666666;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	float: left;
	clear: both;
}
#RightColumn h3 {
	margin: 0px;
	width: 150px;
}
#RightColumn p {
	margin-top: 0px;
	line-height: 16pt;
}