body
{	
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Arial;
	font-size: 8pt;
	background-color: #ffffff;
	width: 100%;
}

#header
{
	position: relative;
	height: 160px;
	width: 100%;
	background-color: #d4a82e;
	min-width: 800px;
	border-bottom: 1px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-style: solid;
	border-color: #ffffff;
}

#logo
{
	height: 160px;
	width: 230px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #d4a82e;
}

#header_flash
{
	height: 160px;
	width: 557px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #d4a82e;
}

#main
{
	position: relative;
}

#center
{
	position: relative;
	text-align: center;
	height: 580px;
}

#content
{
	position: absolute;
	top: 50px;
	left: 50px;
	width: 800px;
}

#image1
{
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 160px;
}

#image2
{
	position: absolute;
	top: 200px;
	left: 0;
	width: 240px;
	height: 160px;
}

#image3
{
	position: absolute;
	top: 400px;
	left: 0;
	width: 240px;
	height: 160px;
}

#map_link
{
	position: absolute;
	top: 380px;
	left: 98px;
	width: 240px;
	height: 160px;
}

#image2a
{
	position: absolute;
	top: 200px;
	left: 45px;
	width: 150px;
	height: 277px;
}

#text
{
	position: absolute;
	top: 0;
	left: 300px;
	width: 625px;
}

h1
{
	font-family: Arial;
	margin: 0;
	color: #d4a82e;
}

hr
{
	color: gray;
	background-color: gray;
	height: 1px;
}

a:link
{
	color: #000000;
	text-decoration: none;
}

a:visited
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

a:active
{
	color: #000000;
	text-decoration: none;
}

img
{
	border: 0;
}

.right
{
	text-align: right;
}

.pdf
{
	text-align: center;
	position: absolute;
	top: 313px;
	left: 360px;
}

.subtitle
{
	font-weight: bold;
	font-size: 10pt;
}
