/* Header and footer styles */
body {
 background-image: url(./p0603b1aa.jpg);
 background-color: #99CCCC; /*blue-gray*/
 background-repeat: repeat; 
 font-family: sans-serif; }
.topicon {border:0; width:130; height:81px; float:center;}
.Header {text-align: center; font-size: 150%; color: #FF0000; font-family:Futura;}
.Footer {text-align: center; font-size: 90%; color: #000000; font-family:Futura;}
.TitleTable {width:800; background-color: #FFFFFF;}
.NavBar {font-size: 90%; font-family:Futura; 
 /* font-family:Charcoal CY; */  
 /* font-family:Arial Black; */ }
a:link{color: #003399 }

/* Content pane styles */
.Content {
 padding-top: 10;
 padding-bottom: 10;
 padding-left: 5;
 padding-right: 10;
 text-align: left;
 vertical-align: top;
 width: 800;  
 font-size: 90%;
 background-color: #FFFFFF; }
.peopleList {font-size: 100%; vertical-align:top;}
h1 {font-size: 125%; }
h2 {font-size: 110%; color:#330033; }
h3 {font-size: 100%; color:#330033; }
li {list-style-type:none; font-size: 100%; margin-left:15px; }

/* Styles for the News column on landing page*/
.news { text-align:left;
  vertical-align:top;
  colspan:2;
  width:130px;
  font-size: 100%;
  font-weight: bold;
  color:#330033; 
  border-collapse: separate;
  border-spacing: 0px 5px;
  border-right: 2px solid #cccccc }
.date { font-size: 100%;
  font-weight: bold;
  vertical-align:top;
  text-align: left;
  color: #330033;        
  border-bottom: 1px solid #cccccc }

.newstb { font-size: 85%; color: #663341; }
.poster {float:right; text-align:right; margin-bottom:10; margin-left:10; width:225px; height:299px;}
.weather {float:right; text-align:right; margin-bottom:10; margin-left:10; background-color: #99CCCC; padding:3;}

/* registration page */
.regTable {font-size: 100%; border: 2px solid #cccccc; padding:3;}
.button {font-size: 100%; border: 1px solid #000; background-color: #cccccc;}

/* schedule page */
.day { font-weight:bold;
  font-size:110%;
  color:#330033;
  padding-top:10;
  padding-bottom:10; }
.time { font-weight: bold;
  color: #663341;
  padding-right: 10;
  border-right: 1px solid #cccccc }
.sched {font-size: 100%; text-align:left; vertical-align:top;}


/* Science page */
.row1 {background-color:#E6E8FA}
.row2 {background-color:white}
.listOfPres {font-size: 85%}

/* javascript stuff */
#home, #venue, #agenda, #agenda2, #presenters, #registration { display: none; }

