@charset "UTF-8";
/* CSS Document */
@import url(typography.css);
@import url(links.css);
@import url(format1.css);


body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/* color: #70665a; */
	color:#224a7f;
	line-height:1.25em;
/*  background images are embedded in the html document... to account for the different needs.  One is calld
background.jpg, and the other backgroundTemplate.jpg */
	
	
}


body a:active, a:link {
font:Helvetica, Arial, sans-serif;
color:#224a7f;
font-size:12px;
text-decoration:none;
font-weight:bold;
margin:0;
}

body a:hover {
color:#516fa3;
font-size:12px;
font-weight:bold;
}

body a:visited {
color:#516fa3;
text-decoration:underline;
font-weight:bold;
font-size:12px;
}



*/