* {
    margin: 0;
    padding: 0;
}
a {
    color: #2197FF;
}
a:hover {
    color: #0F618A;
}
img {
    border: 0;
}
html {
    overflow-y: scroll;
}
body {
    font-size: 93.8%;
    background: url(../_img/background.png) 0 -4px repeat-x;
    font-family: Arial, Helvetica, sans-serif;	
}
acronym {
    text-decoration: none;
}
table.program {
    border-color: #FFF;
}
#content table.program td {
    border-color: #FFF;
}
#content table.program td img {
    height: 119px;
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
}
.none {
    display: none;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.left {
    float: left;
}
.right {
    float: right;
}
/*************************************************/
#container {
    width: 780px;
    margin: 10px auto;
    background: url(../_img/background_wrapper.png) repeat-y;
}
/*************************************************/
#header {
    padding: 30px 0 0;
    height: 60px;
    background: #FFF;
}
#header img.logo {
    float: left;
    width: 261px;
    height: 48px;
    padding: 0 0 10px 10px;
    display: inline;
    vertical-align: top;
}
#nav {
    float: right;
    padding: 20px 10px 0 0;
    list-style: none;
}
#nav li {
    float: left;
    z-index: 1000;
    position: relative;
}
#nav li a {
    color: #2197FF;
    padding: 5px 10px;
    display: block;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
}
#nav li a:hover {
    color: #0F618A;
}
#nav a.selected {
    color: #B5D60F;
}
#nav ul {
    left: 0;
    top: 24px;
    margin: 4px 0 0 -1px;
    padding: 5px 0 0;
    position: absolute;
    list-style: none;
    z-index: 1500;
    display: none;
    background: #FFF url(../_img/background_menu.png) -40px top no-repeat;
    border-bottom: 1px solid #B5D60F;
}
#nav ul.last {
    left: -35px;
    display: none;
    background: #FFF url(../_img/background_menu.png) -10px top no-repeat;
}
#nav ul li {
    float: left;
    white-space: nowrap;
}
#nav ul li a {
    padding: 5px 10px;
    display: block;
    font-size: .8em;
}
ul#nav li ul li a.normal {
    font-weight: normal;
    text-indent: 5px;
}
#nav ul li a:hover {

}
/*************************************************/
#mainimage {
    clear: both;
    width: 780px;
    height: 200px;
    background: #000;
}
#mainimage img {
    display: block;	
}
/*************************************************/
#content {
    float: left;
    width: 500px;
    margin: 20px 0 20px 20px;

}
#content p.breadcrumbs {
    padding: 0 0 20px;
    font-size: .7em;
}
#content h1 {
    color: #0F618A;
    font-size: 16pt;
    line-height: 100%;
    padding: 0 0 15px;
}
#content h1 small {
    color: #666;
    font-size: 12pt;
}
#content h1 small small{
    color: #666;
    font-size: 10pt;
}
#content h2 {
    color: #666;
    padding: 10px 0 10px;
    font-size: 12pt;
}
#content p {
    color: #333;
    padding: 10px 0 10px;
    font-size: 10pt;
    line-height: 140%;
    text-align: justify;
}
#content ul {
    margin: 0 0 0 30px;
    list-style: square;
}
#content ol {
    margin: 0 0 0 30px;
    list-style: decimal;
}
#content li {
    padding: 2px 0;
    font-size: .8em;
}
#content ul li h4 {
    list-style: none;	
}
#content li ul {
    margin: 0 0 0 30px;
}
#content li ul li {
    padding: 2px 0;
    font-size: 1em;
    font-weight: normal;
}
#content li ul li ul li{
    padding: 2px 0;
    font-size: 1em;
    font-weight: normal;
}
#content td {
    padding: 5px 2px;
    font-size: .8em;
}
#content td,#content th {
    border: solid #CCC;
    border-width: 1px 1px 0 0;
}
#content img.logo {
    padding: 10px;
}
table {
    width: 100%;
    border: solid #CCC;
    border-width: 0 0 1px 1px;
}
th {
    color: #FFF;
    padding: 5px 10px;
    font-size: .8em;
    background: #0F618A;
    text-align: left;
}
#content th.size-20 {

}
#content td.right-text {
    text-align: right;
}
#content td.size-75 {
    width: 75%;	
}
#content td.size-50 {
    width: 50%;	
}
#content td.size-25 {
    width: 25%;	
}
#content .icon {
    padding: 5px 0 5px 30px;
}
#content .icon-pdf {
    background: url(../_img/icon-pdf.png) 4px 4px no-repeat;	
}
#content .icon-external {
    background: url(../_img/icon-external.png) 4px 4px no-repeat;	
}
/*************************************************/
#calendar {
    border: solid #CCC;
    border-width: 0 0 1px 1px;
}
#calendar th, #calendar td {
    border: solid #CCC;
    border-width: 1px 1px 0 0;
}
#calendar th {
    color: #FFF;
    padding: 5px 10px;
    font-size: 1em;
    background: #0F618A;
    text-align: left;
}
#calendar td {
    padding: 5px 10px;
    font-size: .8em;
    vertical-align: top;
}
#calendar td.size-33 {
    width: 133px;
}
#calendar td.size-34 {
    width: 134px;
}
#calendar td.size-25 {
    width: 20%;
}
#calendar td.blue {
    background: #D3EAFF; /*#2197FF;*/
}
#calendar td.break {
    background: #D3EAFF; /*#2197FF;*/
}
#calendar td.dinner {
    background: #F0F7CF; /*#2197FF;*/
}
#calendar td.green {
    background: #F0F7CF; /*#B5D60F;*/
}
#calendar td.blue,#calendar td.green {
    font-weight: bold;
}
#calendar td.grey {
    color: #666;
    background: #CCC;
}
.cheadtime {
    width: 20%;!important	
}
.cheaddate {
    width: 400px;	
}
/*************************************************/
#sidebar {
    float: right;
    width: 180px;
    padding: 30px 30px 0;
    display: inline;
    background: url(../_img/background_sidebar.png) 20px 0 no-repeat;
}
#sidebar ul {
    color: #B5D60F;
    padding: 0 0 0 20px;
    font-size: .8em;
    list-style: square;
}
#sidebar li.sidetop {
    list-style: none;
    font-size: 1.2em;
    font-weight: bold;
}
#sidebar li {
    padding: 2px 0;
}
#sidebar li a {
    text-decoration: none;	
}
#sidebar li a.current {
    color: #0F618A;
    font-weight: bold;
}
#sidebar h3 {
    margin: 10px 0 0;
    padding: 5px 5px 10px;
		line-height: 130%;
    font-size: .9em;
    background: url(../_img/sidebar_hr.gif) top repeat-x;
}
#sidebar h3 a {
    text-decoration: none; 
}
#sidebar h3 small {
    color: #666;
    font-size: .8em;
}
#sidebar p {
    padding: 10px 5px 0;
    font-size: .85em;
    line-height: 120%;
    background: url(../_img/sidebar_hr.gif) top repeat-x;
}
/*************************************************/
#footer {
    clear: both;
    padding: 20px 0 30px;
    background: url(../_img/background_footer.png) 560px 0 no-repeat;
}
#footer p {
    width: 740px;
    padding: 10px 20px 0;
    display: block;
    font-size: .8em;
    border-top: 1px solid #CCC;
    background: #FFF;
}
#widecolumn {
	clear: both;
	width: 780px;
	background: #FFF;
}
#widecolumn h1 {
    color: #0F618A;
    font-size: 16pt;
    line-height: 100%;
    padding: 0 0 15px;
}
#widecolumn h1 small {
    color: #666;
    font-size: 12pt;
}
#widecolumn h1 small small{
    color: #666;
    font-size: 10pt;
}
#widecolumn h2 {
    color: #666;
    padding: 10px 0 10px;
    font-size: 12pt;
}
#widecolumn .map-location {
	  color: #333;
    padding: 5px 0 0;
    font-size: 10pt;
    text-align: justify;
}
#map {
	float: left;
	width: 200px;
}
#map-side-bar {
	clear: both;
}
#map-side-bar div.id1,#map-side-bar div.id2,#map-side-bar div.id3 {
  float: left;
	padding: 10px;
	text-indent: 20px;
}
#map-side-bar h2 {
	text-indent: -14px;
}
.nobg {
	background: #FFF;
}
ol.ol-session {
  font-size: 12pt;
	padding: 0 0 40px 0;
}
ol.ol-session li {
  font-size: 12pt;
  padding: 0 0 5px 0;
}
dl.dl-session dd {
	padding: 0 0 10px 0;
	text-align: justify;
	line-height: 150%;
}
dd sup {
	line-height: 90%;
}
dd em {
	font-style:normal;
	text-decoration: underline;
}
