@charset "utf-8";
body {
	padding: 0px;
	background-color: #d2dce8;
	background-image: url(../images/bggrad.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
	width: 1032px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #003366;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}



.main {
	background-image: url(../images/bg_main_tile.png);
	background-repeat: repeat-y;
	width: 1032px;
	overflow: hidden;
}
.container {
	background-color:#transparent;
	background-image:url(../images/bg_main_replace.jpg);
	background-repeat:no-repeat;
	background-position:top;
	overflow: hidden;
	width: 1032px;
}

.left_col {
	width: 180px;
	float: left;
	min-height: 700px;
	margin-left: 14px;
}
.right_col {
	margin-top: 50px;
	float: right;
	width: 755px;
	margin-left: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003366;
	padding-left: 50px;
	padding-top: 50px;
	padding-right: 10px;
	overflow: auto;
	margin-right: 10px;
}
.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	height: 9px;
	width: 1032px;
	clear: both;
	float: left;
}

.buttons {
	list-style-type: none;
	padding: 0px;
	margin-top: 20px;
	width: 180px;
}

.buttons li {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	/*background-image: url(../images/button_divider.png);
	background-position: bottom;
	background-repeat: no-repeat;*/
	display: block;
	float: left;
	width: 160px;
	clear: both;
}
.buttons a:link, .buttons a:visited {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	line-height: 14px;
}
.buttons a:hover {
	color: #CC3300;
	font-size: 14px;
	line-height: 14px;
}
.right_col table tr td {
	padding: 4px;
}
.speakerstable {
	font-size: 11px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.splash {
	float: right;
	margin-top: -50px;
}

.speakerstable strong {
	font-size: 14px;
}
.speakerstable td {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	vertical-align: top;
}
.speakerstable td p{
	margin:0px;
	display: block;
	padding-right: 20px;
	padding-bottom: 4px;
}
.travel {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.travel tr th {
	text-align: left;
	background-color: #6699cc;
	color: #FFFFFF;
	border: 3px solid #FFFFFF;
	font-size: 16px;
	line-height: 16px;
	margin: 0px;
	padding: 8px;
}
.travel tr td {
	padding: 8px;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #d0d8e8;
}
.travel tr td p{
	text-align: justify;
	line-height: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding: 0px;
}
#topics {
	top: 0px;
	background-image: url(../images/vergina_star_polymer.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow: hidden;
	height: 600px;
	width: 100%;
}
#topics table tr td {
	padding: 4px;
	line-height: 24px;
	font-size: 16px;
}
#topics table tr td img{
	margin: 0px;
	float: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 100%;
	font-size: 0px;
	overflow: hidden;
	border: none;
}
/* close commented backslash hack */
.cv {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.table_date
{
	font-weight: bold;
	color: #FFF;
	
}

