body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #ccd6e4 url('images/bg-strip.jpg') repeat-y center;
	margin:0;
	padding:0;
	color: #000;
}


#container {
	background: url('images/bg-glass.jpg') no-repeat top center;
	min-height: 1292px;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width:1000px;
}


a {
	color: #014c8d;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

p {
	line-height: 160%;
	}
	
li {
	line-height: 140%;
	padding-bottom:10px;
	}
	
	
h1 {
	font-weight:normal;
	font-size:22px;
	margin-top:10px;
	}

h2 {
	font-weight:normal;
	font-size:20px;
	color: #405c34;
	padding-top:10px;
	}
	
h3 {
	font-weight:normal;
	font-size:18px;
	padding-top:15px;
	}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}
	
#top {
	margin:0;
	}
	
#nav {
	width:1000px;
	height:37px;
	background: #ccd6e4 url('images/bg-nav.jpg') repeat-x;
	}
	
#content {
	width:670px;
	min-height:970px;
	padding:25px;
	float:left;
	}
	
#sidebar {
	width:230px;
	padding:25px;
	margin-top:50px;
	float:right;
	font-size:0.9em;
	}
	
#sb-feature {
	background: url('images/bg-sidebar.jpg') no-repeat;
	}

#sb-feature img{
	padding:10px 10px 0 10px;
	}
	
#sb-feature p{
	padding:0 10px 10px 10px;
	}	
	
#sb-feature h2{
	font-size:18px;
	padding:10px 10px 0 10px;
	margin-bottom: -10px;
	}
	

#fnih-program{
	text-align:center;
	padding:30px 0;
	}		
	
#footer {
	background: url('images/bg-footer.jpg') repeat-x;
	width:1000px;
	height:52px;
	}
	
#footer p{
	font-size:0.85em;
	text-align:center;
	padding-top:15px;
	}

.pdflink {
	color: #666;
	font-size:0.8em;
	}
	
/* ROLLOVERS */

.displace {
	position: absolute;
	left: -5000px;
	}

a.btn-rollover {
	display: block;
	text-decoration: none;
	}

a.home {
	width: 119px;
	height: 37px;
	background: url('images/nav-home.gif');
	float:left;
	margin-left:25px;
	}

a.home:hover {
	background-position: -119px 0;
	}
	
a.home-yah {
	background: url('images/nav-home-yah.gif');
	}

	
a.enroll {
	width: 162px;
	height: 37px;
	background: url('images/nav-enroll.gif');
	float:left;
	}

a.enroll:hover {
	background-position: -162px 0;
	}
	
a.enroll-yah {
	background: url('images/nav-enroll-yah.gif');
	}
	
a.about {
	width: 177px;
	height: 37px;
	background: url('images/nav-about.gif');
	float:left;
	}

a.about:hover {
	background-position: -177px 0;
	}

a.about-yah {
	background: url('images/nav-about-yah.gif');
	}
	
a.peer {
	width: 177px;
	height: 37px;
	background: url('images/nav-peer.gif');
	float:left;
	}

a.peer:hover {
	background-position: -177px 0;
	}

a.peer-yah {
	background: url('images/nav-peer-yah.gif');
	}
	
a.locations {
	width: 133px;
	height: 37px;
	background: url('images/nav-locations.gif');
	float:left;
	}

a.locations:hover {
	background-position: -133px 0;
	}

a.locations-yah {
	background: url('images/nav-locations-yah.gif');
	}
	
a.contact {
	width: 133px;
	height: 37px;
	background: url('images/nav-contact.gif');
	float:left;
	}

a.contact:hover {
	background-position: -133px 0;
	}

a.contact-yah {
	background: url('images/nav-contact-yah.gif');
	}

