/*  Elements */

body {
	background : #ffffcc none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 1em;
	color : black;
}

H1 {
	color : Teal;
	font-family : 'Times New Roman', serif;
	font-style : italic;
	font-variant : small-caps;
	text-align : center;
	font-size : 160%;
	font-weight : bold;
	font-stretch : wider;
}

H2 {
	color : Maroon;
	text-align : left;
	font-size : 130%;
	font-family : Arial, Helvetica, sans-serif;
}
H2.center {text-align : center;}

H3 {
	color : Maroon;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 110%;
	font-style : italic;
}

TH {
	text-align : center;
	font-variant : small-caps;
	font-weight : bold;	
	font-size : larger;
}
TR {
	vertical-align: top;
}

A:link {
	color: #008080;
	font-weight : bolder;
}

A:visited {
	color: #005050;
	font-weight : bolder;
}

A:Hover {
	color: Maroon;
	background-color : White;
}

UL {
	line-height : 1.2em;
	list-style : disc;
	list-style-image : url(images/LinkBullet.gif);
}

UL H2 {
	margin : 0.75em 0 0.25em -1em;
	font-size
	}

/*  Classes */

.red {
	color : red;
}

.Footer {
	font-style : italic;
	font-weight : lighter;	
	font-size : 90%;
	text-indent : 3em;
	padding-top : 1.5em;
}

.deEmphasis {
	font-style : italic;
	font-weight : lighter;	
	font-size : 90%;
}

.index{
	font-style : italic;
	font-size : 90%;
	font-variant : small-caps;
	padding-left : 10px;
}

/*  IDs   */

#header {
	position: relative;
	height: 140px;
	padding-top: 1em;
	margin: 0 10px;
}
#ceo_logo {
	position : absolute;
	top : 10px;
	left : 0px;
}
#yale_logo {
	position : absolute;
	top : 10px;
	right : 0px;
}

#menu {
	position: relative;
	top : -10px;	
	margin: 0 10px;
	text-align : center;
	border-bottom :medium solid Teal;
}

#menu a:link, #menu a:visited {
	text-decoration: none;
	color: teal;
}
#footer {
	font-style : italic;
	font-weight : lighter;	
	font-size : 90%;
	text-indent : 3em;
	padding : 1.5em 0 3em 0;
	margin-top : 0.5em;
	border-top :medium solid Teal;
	position : relative;
}
#footer img {
	position: absolute;
	left: 400px;
}
#mainLinks{
	line-height : 1.2em;
	font-style : italic;
	font-variant : small-caps;
	font-weight : bolder;	
	list-style : square;
	list-style-image : url(images/MainBullet.gif);
}
#mainLinks P {
	margin-bottom : -1em;
	color : Maroon;
}
#mainLinks A {
	text-decoration: none;
	color: Teal;
}
#archive {
	position: relative;
	padding: 10px 0px 20px 0px;
	margin: 10px 10px;
}
#archive img {
	float: left;
	border: 2px solid teal;
	margin: 5px 30px 20px 50px;
}
div.archive_clear {
	clear: left;
	line-height: 0;
	height: 0;
	border-bottom : thin solid Teal;
	margin-bottom: 20px;
}
