body	{
	margin: 0;
	padding: 0;
	background-color: #444444;
}

a:link, a:visited {
	text-decoration: none;
	font-size: 10pt;
	font-weight:bold;
	font-style: italic;
	font-family:Arial, Helvetica, sans-serif;
	color: #FBDD4B;
	text-align:center;
	/* color:#990000; */
}

a:hover, a:active {
	text-decoration: none;
	font-size: 10pt;
	font-weight:bold;
	font-style: italic;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align:center;
	/* color:#990000; */
}

#container	{
	width: 800;
	height: auto;
	margin-left: 100;
	padding-left: 0;
/*	border: solid blue 1px; */
}

#header	{
	width: 100%;
	height: 164;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

#navbar	{
	width: 800;
	height: 100;
	padding: 0;
/*	float: center;  */
	position: relative;
	z-index: 100;
	text-align: left;
}
#navbar a	{
	margin: 0px 6px 0px 6px;
} 

#flash	{
	width: 100%;
	height: 150;
	background-color: solid black;
	position: relative;
	z-index: -1;
/*	border: solid white 1px;  */
}

#content	{
	width: 800;
	height: auto;
	padding: 5;
	float: center;
/*	border: solid white 1px; */
}

#content h1	{
	font-family: Arial Verdana Sans-Serif;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#content h2	{
	font-family: Arial Verdana Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF; /* #F7D00F; */
	text-align: left;
}

#content p	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #00FF00;
}

#panel_top	{
	width: 750;
	height: auto;
	float: left;
	margin-left: 25;
/*	border: solid white 1px; */
}

#panel_bottom	{
	width: 750;
	height: 370px !important;
	height: 260;
	margin-top: -50;
	float: left;
	margin-left: 25;
/*	border: solid white 1px;  */
}
#panel_bottom h2	{
	line-height: 20px !important;
	line-height: 25px;	
	font-size: 12pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align:left;
}
#panel-bottom p	{
	font-size: 8pt;
}

#panel-bottom ul, ul li {
	line-height: 1px !important;
	line-height: 25px;
	font-size: 8pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#map	{
	background-color: #444444;
	margin-left: 20px;
}

#footer	{
	width: 800;
	height: 25;
	float: left;
/*	margin-top: 200 !important;  */
	padding: 5px 0px 3px 10px;
/*	border-top: solid blue 2px; */
	background-color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}