﻿body{
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}
#masthead	{
	text-align:center;
	margin:0px;
	padding:0px;
}
#container	{
	margin:auto;
	width:682px;
	background-color:white;
	padding:10px;
	line-height:145%;
	border-bottom:5px #000066 solid;
}
h1 {
	font-family:  "Trebuchet MS", Verdana;
	font-size: 24px;
	color: #000066;
	line-height:115%;
}
#address	{
	float:right;
	width:230px;
	padding-left: 20px;
	border-left: 1px gray dotted;
	border-bottom: 1px gray dotted;
}
#footer {
	font-family:  "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-align:center;
}
#footer a {
	color:white;
	font-size: 12px;
}
#footer a:hover {
	color:white;
	text-decoration: none;
}
