
/* CREATES THE FAUX COLUMNS USING A BACKGROUND GRAPHIC APPLIED TO THE BODY; ALSO SETS THE FONTS AND THE CENTERING */
body {background: #DCDCDC url(images/background.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;}


/*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;  }

/*ABSOLUTE POSITIONING AND LINK BEHAVIOR FOR SIDE MENU*/
#menu {width: 225px; padding: 0px; float: left; margin-top: 50px;}
#menu ul {padding-top: 10px; padding-bottom: 30px; list-style-type:none;}
#menu li {padding-top: 0.5em; padding-bottom: 0.5em; padding-left: 0.5em; }
#menu a {text-decoration: none; color: #193390; font-weight: bold; display:block; margin: 0px; width: 90%; padding-top: 0.5em; padding-bottom: 0.5em;}
#menu a:hover {text-decoration:none; background-color:#DCDCDC;}
#menu a:visited {color: #193390;}
#menu img {padding-top: 50px; padding-left: 2.5em; border:none;}


/*ABSOLUTE POSITIONING FOR MAIN BODY*/
#maincontent {width: 520px; padding: 0px; float: right;}
#maincontent p {margin-right: 20px;}
#maincontent li {margin-right: 20px; margin-bottom: 10px;}
#maincontent table {margin-top: 10px;}
#maincontent a {font-weight: bold; color:#193390;}
#maincontent a:hover {text-decoration: none;}
#maincontent h3 {margin-bottom: 0px;}
#logos img {margin-left: 15px; margin-right: 15px; margin-bottom: 10px; float: right;}

/*PROGRAM STYLES*/
h1.title {color: #333;font-weight: bold;font-size: 130%;margin: 0;margin-top: 2em;}
h2.presenters {margin: 0; margin-top: 0.5em;font-size: 115%;font-weight: normal;color: #333;}
p.abstract {margin: 0;margin-top: 0.5em;}
p.schedule {margin: 0.5em 0em 0 1;border: 1px solid black;padding: 0.25em;background-color: #eee;color: #000;}
.glance {font-size: 80%; border-bottom: solid 2px black; padding-top: 10px}
.glance td {padding-bottom: 20px; padding-right: 2px;}
table.schedule {padding-top: 0px;}
table.schedule th {background-color: #193390; color: #ffffff; font-family: Helvetica, Arial, sans-serif;font-size: 110%;}

h1 span {margin-left: -10000px;} 
h3 span {margin-left: -10000px;} 
img.slug {margin-top: 35px; margin-left: 325px; border: none; }

.winner {list-style-type: none; margin-left: 0px; padding-left: 10px; }
.winner li { background-image: url(/2006/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;}
