* {
	font-family:Arial, Helvetica, sans-serif;
}

body {
	background-color: #DAB16F;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
a.topgreymenu {
	color: #676767;
	font-size: 11px;
	font-family: arial;
	text-decoration: underline;}
a.topgreymenu:hover {
	color: #676767;
	font-size: 11px;
	font-family: arial;
	text-decoration: none;}
	
	ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }
  
  li {
  float: left;
  position: relative;
  }
  
  li ul {
left: -999em
  position: absolute; 
  top: 1em;
  left: 0;
  background-color: #ffffff;
  }
  
  li > ul {
	top: auto;
	left: auto;
	}
	
	#nav li ul {
	position: absolute;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
	
	li:hover ul, li.over ul{ display: block; }
	
	startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace(" over", "");
   }
   }
  }
 }
}
window.onload=startList;

#bgContent h1 (
	

	
#bridgegroup li {list-style:url(images/point.gif); margin:0 0 0 0px}
#bridgegroup a {font-family:arial; font-size:11px; color:#000000; font-weight:bold; text-decoration:none}
#bridgegroup a:hover {font-family:arial; font-size:11px; color:#cc0000; font-weight:bold; text-decoration:underline}
#bridgegroup h1 {font-family:arial; font-size:1.75em; color:#000000; font-weight:bold; margin-bottom: 0.5em}
#bridgegroup h4 {font-family: arial; font-size: 0.75; color: #333333; font-weight: normal}

#bridgegroup2 li {list-style:url(images/point.gif); margin:0 0 0 0px}
#bridgegroup2 a {font-family:arial; font-size:11px; color:#585858; text-decoration:none}
#bridgegroup3 li {list-style:url(images/point.gif); margin:0 0 0 0px}
#bridgegroup3 a {font-family:arial; font-size:11px; color:#585858; text-decoration:none}
#bridgegroup4 li {list-style:url(images/point.gif); margin:0 0 0 0px}
#bridgegroup4 a {font-family:arial; font-size:11px; color:#585858; text-decoration:none}
#bridgegroup5 li {list-style:url(images/point.gif); margin:0 0 0 0px}
#bridgegroup5 a {font-family:arial; font-size:11px; color:#585858; text-decoration:none}
.style2 {
	color: #585858;
	font-size: 11px;
	font-family: arial;
	text-decoration:none;
	line-height:15px
}
.style3 {
	color: #898989;
	font-size: 11px;
	font-family: arial;
}

a.bottomlinks {
	color: #BA0000;
	font-size: 11px;
	font-family: arial;
	font-weight:bold; 
	text-decoration:none
}
a.bottomlinks:hover {
	color: #BA0000;
	font-size: 11px;
	font-family: arial;
	font-weight:bold; 
	text-decoration:underline
}
.style5 {
	color: #1E1E1E;
	font-size: 11px;
	font-family: arial;
}
.style6 {
	color: #B39B07;
	font-size: 11px;
	font-family: arial;
}
.style7 {
	color: #000000;
	font-size: 11px;
	font-family: arial;
}
a.primary {
	color: #000099;
	font-size: 10px;
	text-decoration: none;
}

a.primary:hover {
	color: #990000;
	font-size: 10px;
	text-decoration: underline
}

#content {
	padding:25px;
	min-height: 465px;
}
#content h1 {
	color:b60000;
}