/* BlueHeron CSS Document */
body
{
	background: #6D88BC;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.wide
{
	margin: 15px;
}
a
{
	color: #09649F;
	text-decoration: underline;
}
a:hover
{
	color: #6699CC;
	text-decoration: underline;
}
h1
{
	font-family: "Trebuchet MS", Arial;
	color: #000033;
	font-weight: bold;
	font-size: 22px;
}
.main_container
{
	padding: 10px;
	vertical-align: top;
}
.bottom
{
	background: url(images/bottom_bar.jpg) repeat-x;
	padding: 5px 0;
	text-align: center;
	font-size: 11px;
}
.bottom a
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.bottom a:hover
{
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

