@charset "utf-8";
/* CSS Document */
/* This style sheet is designed for printed version of Web pages. */

body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
}

/* Suppresses navigational elements, background images, anything that wouldn't be of use in printed versions. */
#skiptocontent, #navigation, #navlinks, #featureimage, #featureimageabout, #featureimageconferences, #featureimagecalendar, #featureimagefaculty, #featureimagelinks, #secondary_nav, #footer {
	display: none
}



/* Header */
#header {
	background: none;
	margin: 0px;
	left: 0px;
	top: 0px;
	padding: 0px 0px 0px 0px;
}


#header h1 {
	background: none;
	text-indent: 0px;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 35px;
	white-space: normal;
}


/* Main content*/
#maincontent {
	float: none;
	padding: 0px 0px 0px 0px;
	width: auto;
}

#maincontent h2 {
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;

}


#maincontent h3 {
	font: normal large Arial, Helvetica, sans-serif;
	color: #000000;
}


#maincontent p {
	font: normal 12pt/normal "Times New Roman", Times, serif;
}

#maincontent ul {
	font: normal 12pt/normal "Times New Roman", Times, serif;
}

#maincontent li {
	margin-top: 5px;
	margin-bottom: 10px;
	
}

#maincontent blockquote {
	font: italic large/150% "Times New Roman", Times, serif;
	color: #000000;
}

#maincontent a {
	color: #000000;
	text-decoration: none;	
}


/* This information appears only in printed versions. */
#printfooter {
	display: block;
	margin-top: 35px;
	border-top: 1px solid #000000;
}

#printfooter p {
	font: 10pt Arial, Helvetica, sans-serif;
}

/* Mission Statement on home page.*/
#mission {
	padding-left: 0px;
}

#mission h2 {
	font: bolder x-large Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 0px;
}

#mission p {
	font: large/150% "Times New Roman", Times, serif;
	margin: 5px;
}

