/*
 * Print style sheet for the EPSCoR/IDeA Foundation website
 * Created by Eli Van Zoeren
 * February, 2008
 *
 * For more information, visit http://elivz.com
 */
 

/* Begin html elements */

body {
	background: #fff;
	color: #000;
	font: 7.857pt "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	}
	
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
	}

/* End html elements */

#wrapper {
	width: 100%;
	}

/* Begin Header */

#skip {
	display: none;
	}

#nav {
	display: none !important;
	}

/* End Header */

/* Begin Body */

#body {
	clear: both;
	padding: 20px 0 0;
	margin: 0;
	}
	
.pageTitle {
	background-image: none;
	}

.Column1, .Column15, .Column2, .Column3, .Column4, .Column5 {
	width: 100%;
	float: none;
	}

.left {
	margin-right: 0;
	}

/* End Body */

/* Begin front page elements */

#featureStory {
	background-position: center top !important;
	height: auto;
	}
	
#featureStory .story {
	clear: both !important;
	float: none !important;
	margin-top: 340px !important;
	padding: 0;
	width: 100% !important;
	background: none;
	font-size: 1em;
	}
	
#featureImage img {
	width: 100%;
        margin: 0;
        padding: 0;
	}

#missionStatement {
	background-image: none;
	clear: both;
	}

/* End front page */

/* Begin News */

.news .story .more {
	display: none;
	}
	
.sidebar {
	display: none;
	}

/* End News */

/* Begin Email Forms */

#contact_form, #tellafriend_form {
	display: none;
	}

/* End Email forms */

/* Begin Footer */

#footer {
	background-image: none;
	}

#footer .right {
	display: none;
	}

/* End footer */