@charset "utf-8";
/* CSS Document */

body {
font: 100% Arial, Helvetica, sans-serif;
background-color: #c1cbe0;
margin: 0;  /* zero the margin andpadding of the body element to account for differing borwser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5 browsers.  Text is set to the left aligned default in the #container */
color: #000000;
}
#container {
/*width: 833px; */
width:  750px;  /* accommodates navigation without Previous Meetings option.  Use 833 above when added back in */
margin: 0 auto;  /* centers the page*/
text-align: left;  /* overrides the text-align center on the body element */
background-color: #ffffff;
color: #000000;
padding: 15px;
font-size: 90%;
border: 2px solid #bdbdbd;
}
#ncsiteheader table{
width: 630;
border: 0;
padding: 0;
}
#ncsiteheader td {
padding: 0;
}
#ncsiteheader img {
border: o;
}
#meetingheader {
margin: auto;
width: 630;
height: 150px;
}
#meetingheader h1 {
font-size: 130%;
color: #5C719B;
background-color: #FFFFFF;
text-align: center;
font-style: italic;
font-weight: bold;
}
#meetingheader h2 {
font-size: 110%;
color: #5C719B;
background-color: #FFFFFF;
text-align: center;
}
#meetingheader img {
margin-left: auto;
margin-right: auto;
width: 293;
border: 0;
}
h1 {
font-size: 150%;
color: #F88011;
background-color: #FFFFFF;
text-align: center;
}
h2 {
font-size: 120%;
color: #5C719B;
background-color: #FFFFFF;
text-align: left;
}
table {
border: 0;
padding: 0;
}
.fltlft {
float: left;
}
.fltrt {
float: right;
}
.clearfloat { /* placed on a div; should be final element before the close of a container that should fully contain a float */
clear: both;
height: 0;
font-size: 1px;
line-height: 0px;
}
.center {
text-align: center;
}
.indent20 {
margin-left: 20px;
}
img {
border: none;
margin-right: 15%;
}
li {
margin-top: 5px;
}
/* used on agenda page */
.pane {
border-bottom: 1px dotted #5C719B;
}
.pane h2 {
font-size: 100%;
font-weight: bold;
}
.item  {
text-align: right;
width: 50%;
padding: 5px;
}
.person {
font-style: italic;
width: 50%;
padding: 5px;
margin-left: 10px;
}
/* used on hotel page */
.hotel {
text-align: center;
font-weight: bold;
font-size: 100%;
}
/* used on sponsors page */
#sponsors td {
vertical-align: top;
padding: 15px;
}
#sponsors h2 {
font-size: 120%;
color: #5C719B;
background-color: #FFFFFF;
text-align: left;
border-bottom: 1px solid #5C719B;
}
.logo {
width: 25%;
text-align: center;
}
/* used on proceedings page */
.presentations li {
margin-bottom: 20px;
}
