body
{
	background: transparent url(images/page_bg.png) repeat scroll center top;
	color: #000000;
	font-family: Helvetica,sans-serif;
	font-size: 10pt;
	margin: 0px;
}

img
{
	behavior: url(iepngfix.htc);
}

/*###############################################
#		Header Styles                           #
###############################################*/
#top_blue
{
	background-color: #23383e;
	width: 100%;
	height: 160px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#indiana_map
{
	position: absolute;
	top: 6px;
	left: 50%;
	margin-left: -370px;
}

#logo
{
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -126px;
}

#header_info
{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: 150px;
}

#behind_header
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -390px;
	z-index: 0;
}

/*###############################################
#		Navigation Styles                       #
###############################################*/
#behind_nav
{
	position: absolute;
	top: 137px;
	left: 50%;
	margin-left: -350px;
	z-index: 2;
}

#nav_table
{
	position: absolute;
	top: 140px;
	left: 50%;
	margin-left: -396px;
	z-index: 3;
}

#locationTable
{
  font-family: Trebuchet MS;
}

#locationTable td a
{
  color: #ffffff;
}

.locationCurrent
{
  background-color: #253a40;
  color: #ffffff;
  height: 29px;
}

/*###############################################
#		Body Styles                             #
###############################################*/
#body_container
{
  position: absolute;
  left: 50%;
  margin-left: -390px;
  top: 204px;
  width: 780px;
  z-index: 1;
}

#body_content
{
  background-color: #ffffff;
  padding: 4px;
}

#local_nav
{
  position: relative;
  font-size: 10pt;
  font-family: "Trebuchet MS", Arial, Verdana;
  color: #23383e;
	background-color: #dcd5c0;
	background-image: url("images/page_bg.png");
	padding: 5px;
  margin-bottom: 10px;
}

#local_nav a
{
	color: #96320e;
	text-decoration: none;
}

#local_nav a:hover, #local_nav a:active
{
  text-decoration: underline;
}

/*###############################################
#		Footer Styles                           #
###############################################*/
#footer
{
	text-align: center;
	padding-top: 10px;
	font-family: Verdana, Arial;
	font-size: 10pt;
}
