@charset "utf-8";
/* CSS Document */
* {
margin: 0;
padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.5em;
}
h2 {
	margin-top: 1.3em;
	font-size: 1em;
	font-weight: bold;
}
p {
	margin-bottom: 1.3em;
}
a, a:link, a:visited, a:hover, a:active {
	color: #000;
}
#container {
	position: relative;
	width: 900px;
	left: 50%;
	margin-left: -450px;
}
#masthead {
	background:url(../images/masthead.jpg) no-repeat;
	height: 433px;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
p.address {
	color:#2E7D96;
	position: absolute;
	bottom: 3px;
	left: 305px;
	font-size: 1em;
	margin: 0;
}
#masthead h1 {
	text-indent: -9000px;
}
#leftcol {
	float: left;
	width: 48%;
}
#rightcol {
	float: right;
	width: 48%;
}
.clr {
	clear: both;
}