/* Better looking SUPer- and SUBscripts */

/* Colors
Blu: #2b286e
Orange: #f8971d

 */



body {
	background: #9ea4c6 url(images/blue_bkg.jpg) repeat-x top left fixed; padding:0;
	/*border-top: 5px solid #fff;*/
	color: #333;
	font-size: 13px;
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-family:Verdana,Geneva,sans-serif;;
	padding: 0;
}

bold, strong {
	/*color:#000;*/
}

a, a:visited {
	text-decoration: none;
	border-bottom:1px dotted #666;
	padding: 0 2px 1px 2px;
	color: #653372;
	font-weight:bold;
}

a:hover {
	color:#ffffff;
	background:#653372;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 20px;
	color:#653372;
}

h2 {
	font-size: 18px;
	color:#F04823;
	font-weight:bold;
	margin-top:5px;
}

h3 {
	font-size: 16px;
	color:#653372;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 12px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 20px;
	margin-bottom: 0px;
}

dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 5px;
}

p {
	margin-bottom:8px;
	font-size:12px;
}

  table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed; }

  th,td { padding: 0.5em; font-size:11px;}
  thead th { background: #444; color: #fff; }
  tbody th { background: #ccc; color: #333; }
  tbody th.sub { background: #ddd; color: #333; }


.container_16 .grid_16.footer {
	height: 46px;
	width:960px;
	background-color:#ffffff;
	border-top: 3px solid #a8b6d9;
	text-align:left;
	left: 50%;
	margin-left: -480px;
	bottom:0px;
}
.container_16 .grid_16.footer a { 
	color: #3A3A3A;
 	background:transparent; 
	font-weight: bold; 
}
.container_16 .grid_16.footer a:focus,
.container_16 .grid_16.footer a:hover, 
.container_16 .grid_16.footer a:active { 
	color: #ff6d00;
	background-color: transparent;
}


.container_12 {
	background: #fff url(images/12_col.gif) repeat-y;
	margin-bottom: 20px;
}


.container_16 {
	background: #fff;
}

.top_image {
	width:960px;
	margin:0;
	padding-bottom:0;
}

.col {
	margin-top:10px;
}

.org {
	margin:0;
}


.container_24 {
	background: #fff url(images/24_col.gif) repeat-y;
}


.SmallText ul, .SmallText ul li {
	margin-left:7px; 
	padding:0px; 
	margin-top:6px;
	margin-bottom: 10px; 
	text-indent:0px;
	list-style: square;
	color: #333;
	line-height: 1.2;
	font-weight: bold;
	font-size:10px;
	}

.faculty {
font-variant:small-caps;
font-size:12px;
}

.topic {
	font-size:14px;
	}
.SessionChairs  {
   font-weight:normal;
   font-size:11px;
   font-style: normal;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-variant:small-caps;
   margin: -5px 0px 10px 0;
    }
.SessionTitle  {
   font-weight:bold;
   font-size:13px;
   margin-bottom:5px;
   color:#292766;
    }
.SessionTitle2  {
   font-weight:bold;
   font-size:12px;
   margin-bottom:5px;
   margin-top:12px;
   color:#95578a;
    }
.SessionBreak  {
   font-weight:bold;
   font-size:13px;
   margin-bottom:5px;
   font-style:italic;
   color:#292766;
    }

.PresTitle  {
   font-size:11px;
   margin-bottom:1px;
    }

.Speaker  {
   font-size:11px;
   margin-bottom:3px;
   color:#95578a;
   font-weight:bold;
   font-style:italic;
    }


.checkJS{
	display:none;
}

.leftIndent{
	margin-left:10px;
}