@charset "utf-8";
body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	top: 0px;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #6699cc;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 20px;
}
.oneColFixCtrHdr #header {
	border: 3px solid #000000;
	padding: 0;
	background-color: #FFFFFF;
	height: 185px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	text-indent: 0px;
	line-height: normal;
	font-weight: bold;
}

.noSpace {
margin: 0;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	border-top-width: 2 px;
	border-right-width: 2 px;
	border-bottom-width: 2 px;
	border-left-width: 2 px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #6699cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
}
.SponsorsItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
}
.smallblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #0092D6;
	text-align: center;
	font-weight: bold;
	line-height: normal;
}
.washingtonPostText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
.facultyheadingsblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #0093d0;
	line-height: 0pt;
}
.facultyheadingsV2blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #0093d0;
	line-height: 0pt;
}
.facultybios {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.PicCaption {
	font-family: "Arial Narrow";
	font-size: 10px;
	font-style: normal;
	line-height: normal;
}
