html
{
	background-color: #adc2cf;
	color: #333333;
	font-family: Arial;
}

a
{
	color: #054e7b;
	text-decoration: none;
}

a:hover
{
	color: #a5c3d1;
}

.content
{
	background: url(images/bgTile.jpg) repeat-y;
	color: #666666;
	font-family: Arial;
	font-size: 12px;

}

.pagecontent
{
	width:730px;
	color: #666666;
	font-size: 12px;
	font-family: Arial;
	
}

.footer a
{
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.footer a:hover
{
	color:#054e7b;
}

.headline
{
	color: #145883;
	font-size: 14px;
	font-weight: bold;
}

.hpContent
{
	font-size: 12px;
	line-height: 17px;
}

.faqs
{
	font-size: 12px;
	color: #333333;
	font-family: Arial;
}

.required
{
	color: #054e7b;
}

/* Menu Styles */
#menu1 {
  width:800px;
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  }
#menu1 li {
  float:left;
  width:131px;
  border:1px solid #fff; 
  }
#menu1 a {
  display:block;
  width:131px;
  color:#a5c3d1; 
  background:#054e7b; 
  text-align:center; 
  padding:4px 0; 
  text-decoration:none; 
  float:left;
  font-size: 12px;
  font-weight: bold;
  }
#menu1 a:hover {
  color:#333; 
  background:#a5c3d1;
  }

.container {clear:both; text-decoration:none;}
* html .container {display:inline-block;}
/* End Menu Styles */