body
{
  margin: 0px;
   font-family: 'Lucida Grande', 'Tahoma', Helvetica, Arial, Tahoma, sans-serif;
   background-color: #F6F6F6;
}

#headerBar, #navBar, #bodyBar {
	width: 100%;
}

#headerContainer {
	width: 778px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	position: relative;
	margin: 0px auto;
	border-bottom: 1px solid white;
	background-color: #194571;
	background-image: url(../images/bg-header.gif);
	background-repeat: repeat-x;
	height: 123px;
}

#navContainer
{
  width: 698px;
	height: 22px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	position: relative;
	background-color: #F9E148;
	margin:0px auto;
	font-size: 14px;
	padding: 3px 30px 0px 50px;
}

#logo
{
  position: absolute;
  top: 39px;
  left: 25px;
}

#visitMainSite
{
  position: absolute;
  top: 44px;
  left: 543px;
}

#navContainer a:link, #navContainer a:link, #navContainer a:visited
{
  color: #726306;
  text-decoration: none;
}

#magnifyingGlass
{
  position: absolute;
  top: 5px;
  left: 30px;
}

#bodyContainer
{
  position: relative;
  width: 714px;
  margin: 0px auto;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding: 16px 32px;
  background-color: white;
  font-size: 12pt;
  color: #666666;
}

.col1, .col2, .col3
{
  color: #E4E08D;
  background-color: none;
}

#searchResults dd
{
  color: #333333;
   font-family: 'Lucida Grande', 'Tahoma', Helvetica, Arial, Tahoma, sans-serif;
}

#footerBar
{
  padding: 40px;
  text-align: center;
}

#homeMainImage
{
  margin-top: 5px;
  margin-right: 20px;
  float: left;
}

em
{
  font-style: normal;
  color: #316293;
  font-weight: bold;
}

#formContainer
{
  float: left;
  position: relative;
  width: 380px;
}

	
#searchButton
{
  position: absolute;
  left: 280px;
  top: 30px;
}