#logo_hotspot
{
  display:block;
	width: 280px;
	height: 100px;
	margin-left: -520px;
}	

body
{
	font-family: verdana, helvetica;
	font-size: 12px;
	color: #4A4B4C;
	background-color: white;

}

h1
{
	font-size: 18px;
}

h2
{
	font-size: 13px;
	margin-bottom: 5px;
}

hr
{
	color: #B4D3F9;
	height: 1px;
} 

#page
{
	background-color: white;
	width: 795px;
  padding-left: 2px;
  padding-bottom: 8px;
}

#top
{
  background-image: url("images/masthead.jpg");
  background-position: left;
  background-repeat: no-repeat;
	width: 784px;
	height: 97px;
	margin-bottom: 18px;
}

#nav
{
	background-color: #B4D3F9;
	height: 20px;	
	padding: 8px 0px 5px 5px;
	width: 777px;
	text-align: left;
}

#nav a
{
	background-color: #B4D3F9;
	font-size: 12px;
	font-weight: bold;
	color: #07517B;
	text-decoration: none;  
	padding: 8px 10px 11px 10px;
  border: 1px solid white;
  margin-left: -7px;
}

#nav a:hover
{
	background-color: #D6E4F6;
}

#nav .selected
{
	color: white;
	background-color: #007DC3;
}

#content
{
  border-left: 1px solid #B4D3F9;
	border-right: 1px solid #B4D3F9;
	border-bottom: 1px solid #B4D3F9;
	width: 663px;
	padding: 20px 50px 20px 67px;
	text-align: left;
	margin-left: 0px;
	z-index: 2;
}

#footer
{
	color: white;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	width: 782px;
	height: 25px;
	background-color: #007DC3;
	padding-top: 4px;
}