html, body {
	height: 100%;
}

body {
	background-color: #ffffff;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

body, td, th, div, h1, h2, h3, h4 {
	font-family: sans-serif;
}

sup {
	font-size: 0.5em;
}

h1 {
	color: #5a5a5a;
	font-size: 1.45em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5a5a5a;
	text-align: left;
}

h2 {
	color: #656565;
	font-size: 1.25em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #595959;
}

h3 {
	color: #7d7d7d;
	font-size: 1.15em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7d7d7d;
}

a {
	text-decoration: none;
}

#header {
	width: 100%;
	height: 75px;
	text-align: right;
}


#header div {
	background-image: url('/image/layout/ndpnPrint.jpg');
	background-repeat: no-repeat;
	height: 77px;
	width: 222px;
	float: right;
	margin-top: 6px;
	margin-right: 2px;
}

#logo {
	background-image: url('/image/layout/logoPrint.jpg');
	background-repeat: no-repeat;
	height: 114px;
	left: 0px;
	top: 0px;
	width: 453px;
	margin-top: -72px;
}

#body {
	padding: 5px;
}

ul.news {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Tables */
tr.rowheader {
	background-color: #dddddd;
}

tr.rowodd {
	background-color: #eeeeee;
}

tr.roweven {
	background-color: #efefef;
}


/* Photo layout */
#photos {
	text-align: center;
}
#photos div {
	width: 350px;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
}


/* Sidebar */
#sideBar, #sideBarTab, #sideBarContents, #sideBarContentsInner {
	display: none;
}


/* Navigation Menu */
#nav {
	display: none;
}

/* Welcome page */

/* Vision Statement */
#visionStatement {
	text-align: center;
	padding-left: 30%;
	padding-right: 30%;
	font-weight: bold;
	font-style: italic;
}

/* Campus table */
#campusTable {
	width: 100%;
	border: 0px;
}

#campusTable tr {
	vertical-align: top;
}

#campusTable td {
	text-align: center;
	width: 50%;
}

/* Board of directors list */
#boardOfDirectors {
	list-style: none;
	padding: 0px;
	margin-left: 0px;
}

/* This is used on our_story and focus questions */
/* Careers box */
#careers {
	padding: 0;
	margin: 0;
	list-style: none;
}
#careers ul {
	padding: 0;
	margin-left: 1em;
	list-style: none;
}
#careers li {
	font-weight: bold;
}
#careers li li {
	font-weight: normal;
}

.noPrint {
	display: none;
}

.breakAfter {
	page-break-after: always;
}

.breakBefore {
	page-break-before: always;
}


