
/*
 * Dark  - #457D7C;
 * Light - #56A19D;
 */

body
{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #EEEEEE;
	line-height: 180%;
}

a:link, a:visited
{
	color: #56A19D;
	text-decoration: none;
}

a:hover, a:active
{
	color: #457D7C;
	text-decoration: none;
}

ul.papers a:link, 
ul.papers a:visited {
	color:		#000;
	font-weight: 	bold;
	text-decoration: underline;
}

ul.papers a:hover, 
ul.papers a:active {
	color: #457D7C;
}

hr { clear: both; }

h2 a, h2 a:hover { color: #666; }

#content h3 { font-size: 1.5em; }
#content h4 { font-size: 1.3em; margin-bottom: 0; margin-top: 1.8em; }

#content img.speaker, #content img.panellist { float: right; margin-left: 0.8em; margin-bottom: 0.8em; }

#program .timeslot {
	width:		100px;
	font-weight:	bold;
	text-align:	center;
	vertical-align: top;
	padding-right:	10px;
}

#program h3 {
	font-size:	14px;
	margin:		0;
	padding:	0;
}

#program .title a { text-decoration: underline; }

#program td {
	border-bottom:	1px solid #009;
	padding:	6px 2px;
}

#program {
	border-top:	1px solid #009;
	border-collapse: collapse;
}

#program .event {
	margin-top:	4px;
}

#program .event .title {
	display:	block;
	font-weight:	bold;
}

#program .event .speaker {
	display:	block;
	font-style:	italic;
}

#headercontainer
{
	width: 100%;
	background: #242424;
}

#header
{
	margin: 0 auto;
	width: 760px;
	height: 140px;
	border: 1px solid #6F6F6F;
	border-top: 0px;
	border-bottom: 0px;
	background: #242424;
}

#header h1
{
	margin: 0;
	color: #EEEEEE;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 248%;
	padding-left: 10px;
	letter-spacing: -3px;
	padding-top: 46px;
}

#header h3 {
	margin:		0;
	text-align:	right;
	color:		#999999;
	font-family: 	helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: 1px;
	font-size:	120%;
	font-weight:	normal;
	padding-top:	6px;
	padding-right:	12px;
}

#menucontainer
{
	width: 100%;
	height: 28px;
	background: #457D7C;
	background-image:url('menu-background.jpg');
	background-repeat:repeat-x;
}

#menu
{
	margin: 0 auto;
	width: 762px;
	background: #457D7C;
	border-right: 1px solid #B5B5B5;
}

#content
{
	position: relative;
	margin: 0 auto;
	width: 740px;
	padding: 28px 10px 20px 10px;
	border: 1px solid #B5B5B5;
	border-top: 0px;
	border-bottom: 0px;
	background: #FFF;
}

#content h2
{
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #56A19D;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 200%;
	letter-spacing: -1px;
}

#footer
{
	margin: 0 auto;
	width: 740px;
	text-align: right;
	color: #FFFFFF;
	letter-spacing: 2px;
	background: #A0C80E url('menu-background.jpg') repeat-x;
	border: 1px solid #457D7C;
	font-family: helvetica, arial, verdana, tahoma, sans-serif; 
	padding: 3px 10px;
}


#navcontainer ul
{
	padding: 0;
	margin: 0;
	background-image:url('menu-background.jpg');
	background-repeat:repeat-x;
	color:#FFFFFF; 
	float:left; 
	width:100%;
	border-left: 1px solid #457D7C;
	letter-spacing: 1px;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer ul li a
{
	padding: 0.2em 1.5em;
	background-image:url('menu-background.jpg');
	background-repeat:repeat-x;
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #457D7C;
}

#navcontainer ul li a:hover
{
	background-image:url('menu-hover.jpg');
	background-repeat:repeat-x;
	color: #457D7C;
}

#acknowledgement {
	margin: 	0 auto;
	width:		760px;

	font-family: 	helvetica, arial, verdana, tahoma, sans-serif; 
	font-size:	0.8em;
	color:		#333;
}

ul#news {
	margin:		0 16px;
	padding:	0;
	font-size:	95%;
	list-style:	none;
}

ul#news .date {
	display:	inline;
	color:		#457D7C;
	margin-right:	0.4em;
}

ul#news p {
	display:	inline;
}

ul.mini-nav {
	position:	absolute;
	top:		4px;
	right:		10px;
	margin:		0;
	padding:	0;

	list-style:	none;
	font-size:	0.9em;
}

ul.mini-nav li {
	display:	inline;
}

div.contact {
	margin-left:	24px;
}

div#sponsor-images {
	text-align:	center;
}

div#sponsor-images img {
	padding:	0 72px;
	border:		0;
}

table#agenda {
	
}

table#agenda td { padding-left: 0.4em; }
table#agenda td.time { font-weight: bold; }
table#agenda ul.presentations { font-style: italic; padding-left: 1.8em }


