body {
  font-size: 100.01%; /* Em Hack for IE 6 Win and Opera */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  margin-left: 3%;
  margin-right: 3%;
	}
	
.wholePage #contentSection {
  height: 342px; 
  padding-bottom: 0px;
  background-color: #dfe1eb;
  background-position: right;
  border-top: 1px solid #CACACA;

  }
	
/*header*/
#header	{
		text-align: center;
		background-color:#ffffff; 	}
	
#topNav
	{
	background-color: #F7F7F7;
	border-top: 1px solid #CACACA;
	}

/*Main Section*/
#main
	{
	background-image: url(/graphics/contentGrad.jpg);
	background-repeat: repeat-y;

	}

.newsBlurb {
	color: #000000;
	border: 1px solid #E1E1EB;
	width: 175px;
	height: 35px;
	font-size: .70em;
	position: absolute;
	top: 344px;
	right: 65px;
	z-index:2;
	background-color:#FAFAFC;
	text-align: left;
	padding: 5px;
	padding-bottom: 0px;
	left: 621px;
		}
		
.sectionTitle{
	margin-top:2px;
	margin-bottom: 2px;
	color: #AA9C31;
	letter-spacing: 2px;
}	

#Introcontent	{
	background-color: #dfe1eb;
	height: 300px;
}

/*Link Formatting*/	
a:link	{
	color: #0071BE;
}
a:visited	{
		color: #999999;
}
a:hover	{
	color: #AA9C31;
	text-decoration: none;
	}

/*footer section*/
#footer {
	font-size: 8pt;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#FFFFFF;
	border-top: 1px solid #ccc;
	text-align: center;
	
}