BODY
{
	width: 100%;
	background-color: #ffffff;
	background-image: url("images/banner.jpg");
	background-repeat: no-repeat;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}

A:link, A:visited, A:active
{
	color: ##ffffff;
}

P, UL, LI
{
	font-size: 11px;
	line-height: 16px;
}

H1, H2, H3
{
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
	font-weight: bold;
}

H1
{
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 0.5em;
	}

H2, H3
{
	font-size: 16px;
	line-height: 17px;
	padding-top: 4px;
	margin-top: 1.5em;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #87AFBF;
}

H3
{
	margin-top: 0;
	border-top: none;
}

TABLE, TR, TD, TH
{
	font-size: 11px;
	line-height: 13px;
	padding: 3px;
}

TH
{
	font-weight: bold;
	font-style: normal;
	text-align: left;
	color: ##ffffff;
}

FORM TABLE
{
	width: 100%;
	background: ##ffffff;
	padding: 6px;
}

#banner
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 135px;
	width: 100%;
	z-index:10;
}

#nav
{
	position: absolute;
	top: 152px;
	left: 18px;
	width: 140px;
	height: 153px;
}

#nav P
{
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	margin: 4px 0px;
}

#nav A
{
	display: block;
	padding: 3px;
	background-color: #87AFBF;
}

#nav A:link, #nav A:visited, #nav A:active
{
	color: #000;
	text-decoration: none;
}

#main
{
	position:relative;
	margin: 174px 96px 24px 180px;
	z-index:10;
}
.left {
	float:left;
	width:75%;
}
.right {
	
	float:right;
	width:24%;
}
.sidebar
{
	position: relative;
	float: right;
	width: 45%;
	padding: 4px 16px;
	margin: 16px 0px 16px 16px;
	font-size: 11px;
	line-height: 13px;
	background: #fff58b;
	background-color: #99CC33;
}

.sidebar H2
{
	font-size: 14px;
	line-height: 15px;
	color: #005896;
	border-top: none;
}

.sidebar P, UL, LI
{
	line-height: 13px;
}

.sessionInfo
{
	font-size: 11px;
	line-height: 16px;
}

.schedule
{
	font-size: 10px;
	line-height: 12px;
}

.sessionName
{
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	color: #005896;
	padding-top: 4px;
	border-top: 3px #b2d25c solid;
}

.sched TABLE
{
	width: 100%;
}

.sched TD, .sched TH
{
	font-size: 10px;
	line-height: 11px;
	background-color: #b2d25c;
	vertical-align: top;
	padding: 2px;
}

.highlightBox
{
	background-color: #99CC33;
	padding: 4px;
	width: 60%;
}

.sched TR.alt TD, .sched TR.alt TH
{
	background-color: #99CC33;
}
