*{border:0px;padding:0px;margin:0px}

a					{ text-decoration:none}
a:link				{ color:#6182B8 }
a:active			{ color:#6182B8 }
a:visited			{ color:#6182B8 }
a:hover 			{ text-decoration:none }

body	{
	background-color: #FF7F00;
		}

.banner
	{
	position: absolute;														/* hack for DIV vertical centering */
	top: 50%;																/* hack for DIV vertical centering */
	height: 410px;															/* hack for DIV vertical centering */
	width:100%;
	margin-top: -180px;														/* hack for DIV vertical centering */
	overflow:hidden;
	}

.container {
	height: 360px;				
	background: #FFF;
	overflow:hidden;	
		}

.content {
	margin-left: auto;
	margin-right: auto;
	height: 360px;															/* must be equal to CONTAINER class */
	width: 750px;
	overflow:hidden;
	font-family: Arial;
	font-size: 11px;
	color: #000;
	list-style-type: square;
	}
.endorsements {
				margin: 12px 0 0 30px;
				width: 630px;
				}
.endorser, .endorsement	{	margin-bottom: 5px }
.endorser {font-weight:bold}

.table {
        margin-left: auto;
		margin-right: auto;
		height: 250px;															
		width: 750px;
		overflow:hidden;
		font-family: Arial;
		font-size: 12px;
		list-style-type: square;
		}

.lectures {
	margin-left: auto;
	margin-right: auto;
	height: 360px;															/* must be equal to CONTAINER class */
	width: 750px;
	overflow:hidden;
	font-family: Arial;
	font-size: 11px;
	}
	
.column {
	width: 320px;
	}

.yearcolumn {
	padding:0 0 0 70px;
	font-size:40px;
	line-height:32px;
	letter-spacing: -3px;
	font-weight: bold;
	}
.yearcolumn a, .yearcolumn a:visited  { color:#000 }
.yearcolumn a:hover { color:#FF7F00 }

.yearcolumn li {
	margin-bottom:2px;
	list-style:none;
	}
	
.lecturecolumn, .articlescolumn {
	font-size:11px;
	}

.lecturecolumn li, .articlescolumn li {
	margin-bottom:10px;
	list-style:none;
	}
	
.nolectures {
	color:#000;
	}

.currentyear {
	color: #FF7F00;
	}
.currentyear a, .currentyear a:visited  { color:#FF7F00 }
	
.eventtitle, .articletitle {
	color: #6182B8;
	font-weight:bold;
	font-style:italic;
	}

.eventtitle {
	margin-right: 5px;
	}
	
.host {
	margin-left: 5px;
	font-weight:bold;
	}
	
.separator {
	width: 25px;
	}

.quote  {
	font-size: 10px;
	color:#808080;
	}
		
.bottom {
	margin-left: auto;
	margin-right: auto;
	padding:0;
	width: 700px;
	}
	
.title {
		float:left;
	}
	
.menu {
	float:left;
	margin:15px 0 0 20px;
	font-family: Arial;
	color: #FFF;
	font-size: 10px;
	line-height:10px;
	}
.menu li { 
			float: left;
			margin:0 0 0 10px;
			padding:0;
			list-style:none;
		}
.menu a	{ color:#FFF;}
.menu a:visited { color:#FFF }