html {
	margin: 0;
   padding: 0;
}
        
body {
	font-family: arial, helvetica, sans-serif;
  	font-size:14px;
  	color: #001550; 
   background: #ffffff url(background.png) repeat; 
  	margin: 0; 
  	padding: 0;
}

body a:link, a:active, a:visited{
	text-decoration: none;
	color:#700f0f;
}

body a:hover{
	text-decoration:underline;
}

#headerbig {
	margin: 0;
	padding: 20px;
}

#headerbig p{
	font-size: 52px;
	text-align: center;
	font-stretch: wider;
	font-weight: bold;
	margin: 0;
	padding: 0;
}



#header {
	margin: 0;
	padding: 20px;
	background: #001550;
	color: #ffffff;
}

#header p {
	font-size: 36px;
	text-align: center;
	font-stretch: wider;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#container {
	margin: auto;
	position: relative;
	min-height:900px;
}

#text {
	font-size: 14px;
	padding: 20px;
	margin-left: 100px;
	margin-right: 100px;
}

#calendar {
	font-size: 14px;
	padding: 20px;
	margin-left: 100px;
	margin-right: 100px;
	overflow: auto;
	height: 500px;
}

#announcement {
	padding: 20px 100px 20px 100px;
	text-align: center;
	font-size: 18px;	
}

#institution {
	font-style: italic;
}

#people {
	size: auto;
 	position: relative;
 	font-size: 14px;
 	list-style-type: square;
}

#people ul {
 	list-style-type: none;
 	font-size: 18px;
}

#speakers {
 	width: inherit%;
	float: left;
	padding-left: 50px;
}
	
	
#speakers li {	
	list-style-type: none;
	font-size: 28px;
	font-weight: bold;
}

#organizers {
	width: inherit;
	float: right;
	padding-right: 50px;
}


#photos {
  width: 100%;
  padding-top: 50px;
  position: relative;
  clear:both;
  text-align: center;
}

#selected {
	font-weight: bold;
}

#links {
	position:fixed;
   width: inherit;
   bottom:20px;
   color: #666666;
   font-size:18px;
   font-weight: bold;
   left: 25px;
   height: inherit;
}

#seal {
	position: fixed;
	bottom: 20px;
	right: 20px;
   z-index:-1;
}

#barebottom {
  position: fixed;
  bottom: 150px;
  width: 100%;
  min-height: 150px;
  background: #ff0000;
}

#seal img {
  	border: none;
}

#map {
	float: left;
	width: 454px;
	height: 304px;
	margin-top: 20px;
}

#contact {
	margin-top: 20px;
	float: right;
	padding-right: 50px;
	height: inherit;
	width: inherit;
}

.even td{
	background: #ffffff;
}

.odd td{
  	background: #ffffaa;
}	

.vevent {
  border: 1px solid black; 
  padding: 0px; 
  margin-bottom: 10px;
  background: #ffffff;
  color: #000000;
}

div.key {font-style: italic; margin-left: 3px;}

div.value {margin-left: 20px;}

abbr {border: none;}

.summarykey {display: none;}

div.summary {
  background: lightgray; 
  font-weight: bold; 
  margin: 0px; 
  padding: 3px;
}

