/* CSS Basic Stylesheet for NorthWesternesse */

/*
#145129 - dark green
#990099 - purple
#009966 green
*/

a:link { text-decoration: underline; color:#145129; } 
a:visited  { text-decoration: underline; color:#990099; } 
a:hover { text-decoration: underline; color:#009966; } 
a:active { text-decoration: underline; color:#009966; } 

body {
    margin: 0; 
	padding: 0;
    background: #fff url(../nwe_graphics/nwe_bkgrd.gif) no-repeat fixed center;
	text-align: center;
    font: 100.01% 'Comic Sans MS', sans-serif;
	color: #000;   
}	

h1 { /*for screen readers*/
    text-indent: -9999px;
    overflow: hidden;
	margin: 0;
	padding: 0;
}

h1 a {
	display: block;
    background: #fff url(../nwe_graphics/nwe_banner.jpg);
	width: 750px;
    height: 150px;
    border-bottom: solid 1px #030;  
	}
	
h2 {
	font-size: 130%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 18px;
	color: #145129;	
}


h3 {
   font-size: 100%;
   font-weight: normal;
   margin: 0;
   padding: 0;
   margin-bottom: 15px;
   color: #145129;
   }
   
p {	
	font-size: 85%;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

p.access { /*skip nav*/
	display: none;
}

strong {
	color: #145129;
}
