
/* CREATES THE FAUX COLUMNS USING A BACKGROUND GRAPHIC APPLIED TO THE BODY; ALSO SETS THE FONTS AND THE CENTERING */
body {background: #ccc url(images/background3.gif) repeat-y 50% 0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:80%; margin-top: 0px; margin-bottom:0px; margin-right:auto; margin-left:auto; text-align: center; padding: 0;}

/*SETS MARGINS AND FONT SIZE FOR HEADERS*/
h1, h2, h3, h4 {margin-left: 10px;}
h2 {font-size: 150%;}

/*GIVES IT A FIXED WIDTH; MAKES THE TEXT UNCENTERED WHILE THE PAGE ITSELF STAYS CENTERED */
#wrapper {width: 750px; text-align: left; margin: 0px auto 0px auto;}

/*SETS BACKGROUND IMAGE LOGO AND MARGINS FOR THE HEADER*/
#header {background: #fff; margin-left: 50px; height: 100px; width: 670px; padding-top: 20px;}
#header p {margin-left: 510px; font-size: 10px; margin-bottom: 5px; margin-top: 5px;}
#header h1 {margin-left: 510px; font-size: 10px; margin-bottom: 5px; margin-top: 5px;}
#header a {color:#000000;}
#header img {margin-top: -18px; border: none; float:left;}

/*ABSOLUTE POSITIONING AND LINK BEHAVIOR FOR SIDE MENU*/
#menu {position: absolute; margin-left: 550px; width: 163px;}
#menu ul {padding-top: 10px; padding-bottom: 30px; list-style-type:none;}
#menu li {color:#FFFFFF; padding-bottom: 10px; padding-top: 0.5em; padding-bottom: 0.5em;}
#menu a {color:#FFFFFF; text-decoration: none; display:block; margin: 0px; width:100%; padding: 0.2em;}
#menu a:hover {background-color:#FFFF99; color:#000000; text-decoration: none; }


/*ABSOLUTE POSITIONING FOR MAIN BODY*/
#maincontent {position: absolute; top: 104px; margin-left: 37px; margin-right: 254px; width: 532px; padding-bottom: 100px;}
*#maincontent {background-image:url(images/ghosted.jpg); background-position: bottom left; background-repeat: no-repeat;}*
#maincontent p {margin-left: 10px; margin-right: 10px; margin-top: 2px;}
#maincontent table {margin-left: 10px; padding-top: 10px;}
#maincontent h3 {font-style:italic; padding-bottom: 0px; margin-bottom: 0px;}
#maincontent h4 {padding-bottom: 0px; margin-bottom: 0px;}
#maincontent li {padding-top: 10px; margin-left: 30px; margin-right: 10px;}
#maincontent a {font-weight: bold; color:#993333;}
#maincontent a:hover {text-decoration: none;}
#maincontent img {margin-left: 15px; margin-right: 15px; border: 1px solid black; float: right;}

/*HACK FOR IE6 TO GET THE TOP OF THE MAINCONTENT TO ALIGN WITH THE MENU*/
*html #maincontent {margin-left: 39px; margin-top: 15px}


/*SETS THE YELLOW BACKGROUND FOR THE MAIN CONTENT SECTION*/
.emphasis {background-color:#FFFF99; margin-left: 0px; border-bottom:2px solid black;}
.emphasis p {margin-left: 10px; padding-bottom: 8px; }
.emphasis h1 {font-size: 190%; padding-top: 10px;}
.emphasis h4 {margin: 0px; padding: 0px;}
.emphasis li {padding-top: 0px;} 
.emphasis table {padding-bottom: 5px;}


/*SETS STYLES FOR THE PROGRAM*/
h1.title {
	
	color: #333;
	font-weight: bold;
	font-size: 130%;
	margin-top: 2em;
}

h2.presenters {
	margin-top: 0.5em;
	font-size: 115%;
	font-weight: normal;
	color: #333;
}


p.schedule {
	margin: 0.5em 0em 0 1;
	border: 1px solid black;
	padding: 0.25em;
	background-color: #eee;
	color: #000;
}

li.title {padding-left: 0px; list-style-type:none;}
ul.title {padding-left: 0px; margin-left: -25px;}
p.credit {font-size: 70%; text-align:right; margin-bottom: 30px;}

table.schedule {padding-top: 0px;}
table.schedule th {
	background-color: #993333;
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 110%;
}

.grid {font-size: 80%; border-bottom: solid 2px black; padding-top: 10px}
.grid td {padding-bottom: 20px; padding-right: 2px;}

.winner {list-style-type: none; margin-left: 0px; padding-left: 10px; }
.winner li { background-image: url(/2005/images/track_ribbon.gif);  background-repeat: no-repeat;  background-position: 0 .4em; padding-left: 45px; padding-bottom: 15px; }

.copyright {font-size: 10px; margin-bottom: 5px; text-align:center; padding-top: 40px;}
