body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-size: 0.85em;
	font-family: Verdana, sans-serif; 
	line-height: 1.5; 
	color: #000000;
	background-color: #6080a0;
}

#ie-hack { text-align: center; }

#container {
	text-align: left;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	width: 820px;
	overflow: hidden;
	background-color: #a4b3cb;
}

#sidebar {
	background-color: #a4b3cb;
	width: 120px;
	float: left;
}

#content-area {
	background-color: #e6edf7;
	width: 700px;
	float: right;
	margin: 0px;
	padding: 0px;
}

#content {
	margin-top: 0px;
	padding: 20px;
	padding-top: 10px;
	min-height: 800px;
}

#banner1{
      margin-top: 0;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0;
      width: 100%;
      height:90px;
	font-size: 150%;
      overflow: hidden;
      background-color: #330033;
}

#banner2{
      margin-top: 0;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0;
      width: 100%;
      height:80px;
	font-size: 120%;
      overflow: hidden;
      background-color: #330033;
}

#banner3{
      margin-top: 0;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0;
      width: 100%;
      height:70px;
	font-size: 80%;
      overflow: hidden;
      background-color: #330033;
}

#menu {
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-size: 90%;
}

#menu li a{
	border-bottom: 1px solid #e6edf7;
	display: block;
	text-decoration: none;
	margin-left:10px;
	margin-right:10px;
	padding:5px;
}
#menu li a.menu-item:hover { 
	background: #2870a8; 
	color: #a4b3cb; 
}
#menu li a.menu-item {
	color: #2870a8;
}
#menu li.current-item {
	color: #205030;
	border-bottom:1px dotted #e6edf7;
	font-weight:bold;
	display: block;
	text-decoration: none;
	margin-left:10px;
	margin-right:10px;
	padding:5px;
}	
#menu li.current-item:hover{
	background: #2870a8;
	color: #a4b3cb;
}
ul.plain {
	list-style-type: none;
}

h1 {
	font-size: 200%; 
}
h3,h4,h5 {
	font-size: 150%;
}
h6 {
   font-size: 120%;
} 
h1,h3,h4,h5,h6 {
	background-color: inherit;
	color: #005ba3;
	font-weight: normal;
	font-family: Georgia, serif;
	font-style: italic;
}

h2{
      text-align: right;
      padding: 20px; 
      font-weight: normal;
      color: #FFFFFF;
      font-size: 150%;
      font-family: Georgia, serif;
      font-style: italic;
}


#dateline {
	font-size: 60%;
	background-color: inherit;
	color: #208040;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	font-style: normal;
}
a.prominent:link, a.prominent:visited, a.prominent:active,
a.prominent:hover {
	background-color: inherit;
	text-decoration: none;
	color: #ff0000;
	font-weight: bold;
	font-size: 125%;
}
	
a:link {
	background-color: inherit; 
	text-decoration: none;
	color: #2870a8; 
}
a:visited {
	background-color: inherit; 
	text-decoration: none;
	color: #2870a8; 
}
a:active {
	background-color: inherit; 
	text-decoration: none;
	color: #2870a8; 
}
a:hover {
	background-color: inherit;
	text-decoration: underline;
       	color: #2870a8;	
}
td.grouping {
	font-family: Georgia, serif;
	font-size: 110%;
	font-style: italic; 
	background-color: inherit;
	color: #183070;
}
em {
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: bold;
	color: #208040;
}
table#schedule {
 	border: 0;
	background-color: #c4ccd4;
}
tr.date-head {
	background-color: #302010;
	text-align: right;
	font-weight: bold;
	color: #ffffff;
	font-size: 120%;
}
tr.non-talks {
	background-color: #808080;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	color: #104020;
}
td.time-line {
	text-align: center;
	vertical-align: middle;	
	font-weight: bold;
	color: #104020;
}
tr.sec-head {
	background-color: #a4acb4;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	color: #104020;
}
td.talk {
	vertical-align: top;
}

#org-left {
	float: left;
	text-align: left;
        padding-right: 20%;
	padding-bottom: 20px;
}
#org-right {
	float: left;
	text-align: left;
	padding-bottom: 20px;	
}


