/*@charset "iso-8859-1";*/
/* CSS for Yale 70th Anniversary
   Created by Strother Communications Group
   September 2008 */

@media all {

html {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #000000;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #000000;
	background: repeat-x;
	background-position: top center;
}

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

a:hover {
	color: #fd4703;
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	color: #fd4703;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 14px;
	color: #fd4703;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h4 {
	color: #fd4703;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h6 {
	color: #fd4703;
	font-size: 12px;
	font-weight: normal;
	margin: 5px;
	padding: 0px;
	text-align: left;
}

li {
	margin-bottom: 4px;
}

.orangeText {
	color: #fd4703;
}

#content {
	border: 1px solid #fd4703;
	margin: 0px auto;
	width: 678px;
	text-align: left;
	background-color: #FFFFFF;
}

#header {
	height: 128px;
	margin: 0px auto;
	width: 678px;
	background-color: #FFFFFF;
	position: relative;
}

.nav {
	float: right;
	margin: 0px;
	padding: 10px 0px;
	position: absolute;
	z-index: 10;
	width: 401px;
}

.nav a,
.nav a:link,
.nav a:visited,
.nav a:active {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin: 0px 10px;
	line-height: 27px;
}

.nav a:hover {
	color: #fd4703;
	text-decoration: none;
}

#orangeBar {
	background-color: #fd4703;
	height: 8px;
	width: 678px;
}

#timeline {
	width: 678px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#innerContent {
	font-size: 12px;
	margin: 20px 60px 25px 60px;
	text-align: left;
	min-height: 265px;
	background-color: #FFFFFF;
}

#footer {
	clear: both;
	margin: 0px auto;
	padding: 3px 0px;
	color: #FFFFFF;
	position: relative;
	width: 678px;
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 9px;
}

#footer .copyright {
	position: absolute;
	left: 13px;
	top: 20px;
}

#footer img {
	float: right;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer .scg {
	text-decoration: none !important;
}

.tblBG {
	background-image: url("images/paper.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}

.tblText {
	margin: 80px 35px 20px 35px;
}

.tblBG2 {
	background-image: url("images/paper2.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}

.tblText2 {
	margin: 100px 35px 40px 35px;
}

.img {
	border: 1px solid #fd4703;
	margin: 5px 5px 5px 15px;
}

.img-right {
	border: 1px solid #fd4703;
	margin: 5px 0px 10px 10px;
	float: right;
}

.logo {
	float: right;
	border: 0px;
	margin: 0px 0px 15px 15px;
}

.sources {
	font-size: 9px;
}


}

