﻿body
{
	font-family: Helvetica, Arial, Verdana, Georgia;
	font-weight: normal;
	font-style: normal;
	color: black;
	background: white;
	font-size: 12pt;
}

h1
{
	font-family: Helvetica, Arial, Verdana, Georgia;
	font-size: 15pt;
	color: #124E8C;
	background: white;
}

h2
{
	font-family: Helvetica, Arial, Verdana, Georgia;
	font-size: 14pt;
	color: #124E8C;
	background: white;
}

h3
{
	font-family: Helvetica, Arial, Verdana, Georgia;
	font-size: 13pt;
	color: #124E8C;
	background: white;
}

#container
{
	width: 640px;
	margin: 0 auto 0;
	padding: 0;
	text-align: left;
}

#letterhead
{
	margin: 0;
	padding: 0 10px;
	border-bottom: 1px solid gray;
}
#logo
{
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	height: 80px;
}
#addr
{
	float: right;
	margin: 0;
	padding: 0;
}

#addr p
{
	margin: 0 0 0.5em 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #0000FF;
}
#clear
{
	clear: left;
	padding: 0;
	margin: 0;
}

#content h3
{
	font-family: Helvetica serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
	color: #124E8C;
	background: white;
}

#content p
{
	text-align: justify;
}


#directions #content img
{
	float: right;
}

#header h2, #header h3, #nav1, #content p.backtotop, #footer
{
	display: none;
}

