body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	color:#333333;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	                 /*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems                      76% is as small as you can go and stay the same across browsers. poop.*/
	/*color: #000000;*/
	background-color: #D0E0FF;
	/*background-image: url();/*these three lines replace the n4_upgrade.gif in n4.css. and if you use this code, make sure you point to an img on _your_ server, not mine.*/
	/*background-repeat: no-repeat;
	background-position: top left;*/
	}
	
		
/*typography*/
a:link {
	text-decoration: underline;
	color: #2F487C;
	}
a:visited {
	text-decoration: underline;
	color: #2F487C;
	}
a:hover {
	text-decoration: underline;
	color: #000;
	}	
a:active {
	text-decoration: underline;
	color: #2F487C;
	}
	
.linkDblUnder {
    text-decoration: underline;
	border-bottom: 1px black;
	color: red;
	 }
	
 
.homeHeading {
  font-family:Arial, Verdana, "Times New Roman";
  font-size: 1.25em;
  color: #2F487C; 
  text-decoration: none;
  text-weight: bold;
  padding: 5px 10px 5px 10px;
  
}

.headingUnderlined {
  font-family:Arial, Verdana, "Times New Roman";
  font-size: 1.25em;
  color: #2F487C; 
  text-decoration: underline;
  text-weight: bold;
  padding: 5px 10px 5px 10px;
  
}

.catLinks {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 0.90em;
  text-weight: bold;
  color: #2F487C; 
  text-decoration: none;
  line-height: 1.0em;
}

.textDescription {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 0.90em;
  text-weight: bold;
  color: #2F487C; 
  text-decoration: none;
  line-height: 1.3em;
  padding: 5px 10px 5px 20px; /* Top Right Bottom Left */
  /*text-indent: 5px;*/
  
}


.footer { 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 0.75em; 
	line-height: normal; 
	color: #014A8E; 
	font-weight: normal; 
	text-decoration: none;
	padding: 25px 10px 15px 20px; /* Top Right Bottom Left */
	}

.footerDivider {
	font-family:Arial, Verdana, sans-serif;
	font-size: 0.95em;
	line-height: normal; 
	color: #000000; 
	font-weight: normal; 
	text-decoration: none;
	}





















