a:link, a:visited
{
	color: #0078AD;
	cursor: pointer;	
	text-decoration: underline;
}
body
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	min-width: 750px;
	width: 750px;
}
h1
{
	color: #0078AD;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 1em;
}
h2
{
	color: #0078AD;
	font-weight: bold;
	margin: 1.5em 0 1em;
}
p
{
	line-height: 1.5em;
	margin-bottom: 1em;
	text-align: left;
}
p.contact_info
{
	line-height: normal;
}
ul.bulleted
{
	margin: 0 0 1em 2em;
}
ul.bulleted li
{
	line-height: 1.5em;
	list-style-type: disc;
}
#header
{
	margin: 2em 0 0 2em;
}
#navigation
{
	background-color: #0078AD;
	margin-top: 2em;
	padding: 0.25em 2em 0.25em;
	text-align: right;
}
#navigation ul li.first 
{
	border-left: none;
}
#navigation ul li
{
	border-left: solid 1px white;
	display: inline;
	padding: 0 0.5em 0 0.75em;
}
#navigation a
{
	color: white;
	text-decoration: none;	
}
#navigation a:hover
{
	text-decoration: underline;
}
#content
{
	margin: 2em 8em 2em 2em;
}
#footer
{
	color: gray;
	margin-left: 2em;
}
.hr
{
	background-color: #0078AD;
	display: block;
	height: 1px;
	line-height: 1px;
	margin: 2em 0 2em 0;
}
.hr hr
{
	display: none;
}