body {
	margin: 0 auto;
	padding: 0;
	width: 768px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
table {
	width: 98%;
	margin: 0 auto;
	padding: 0;

}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 1em;
	padding: 0;
	font-weight: bold;
	color: #34538B;
}
h1 {
	font-size: 20px;
	font-style: italic;
}
h2 {
	font-size: 18px;
	font-style: italic;
}
h3 {
	font-size: 12px;
}

a:link, a:visited, a:active, a:hover {
	color: #677C9E;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #677C9E;
	text-decoration:underline
}

#container {
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: auto;
	font-size: 11px;
}
#leftLine {
	background-image: url(../images/lines_left.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#rightLine {
	background-image: url(../images/lines_right.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#presentations_list
{
	margin: auto 10px;
}
#presentations
{
	margin: auto 10px;
}
#presentations td
{
	margin: 0;
	padding: 0 4px;
	vertical-align: top;
}

ul#partner
{
	margin: 40px 10px;
	padding: 0 10px;
	list-style-position: inside;
	list-style-type: none;
}
ul#partner li
{
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
}

#sponsors
, #exhibitors
{
	margin: 40px 10px 0;
	width: auto;
}

#sponsors h2
, #exhibitors h2
{
	margin: 1em 0;
	font-size: 18px;
	font-style: normal;
	text-decoration: none;
}

#platinum img
{
	padding: 3px;
	width: auto;
	height: auto;
}
#gold img
{
	padding: 3px 20px;
	width: 128px;
	height: auto;
}
#exhibitors img
{
	padding: 4px;
	width: auto;
	height: auto;
}

#footer {
	font-size: 6pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	text-transform: uppercase;
	font-weight: normal;
	padding:2px 0 2px 0;
	text-align:center;
}
.subhead {
	color: #003366;
	font-style:italic;
	font-weight:bold;
}
.headingDay {
	color:#003366;
	font-weight:bold;
}
