body {
    background: #BEBEBB url(img/bg.gif) center repeat-y;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	}

table td {
	padding: 2px 4px;
	}
	
.hotel td { padding: 0; }

#container {
	margin: 0 auto;
	text-align: left;
	width: 720px;
}

#leftside {
    float: left;
	padding-top: 18px;
	width: 165px;
}

#rightside {
	margin: 0px 0 0 200px;
	width: 490px;
}

#rightside a:link, #rightside a:visited, #rightside a:active {
	color: #3A7250;
	font-weight:800;
	text-decoration: underline;
}

#rightside a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #3A7250;
	border-bottom: #333 1px solid;
}

h1 {
	border-bottom: 1px solid #ccc;
	color: #82A1E1;
	font-size: 17px;
	font-weight: normal;
	font-weight: 900;
	font-variant:small-caps;	
}

input, textarea {
	border: 1px solid #aaa;
	background-color: #e0e0e0;	
	padding:2px;
	}
	
.right {
	float: right;
	margin: 5px -15px 10px 5px;
}

img {
	border: none;
} 

#header {
	background: #BEBEBB url(img/banner.jpg) top center no-repeat;
	height: 210px;
}


#rightside li {
	list-style-image:url(img/li.gif);
}

#nav {
	margin: -18px 0 40px 0px !important;
	margin: -19px 0 40px 0px;
}

ul#nav  {
	margin: 0;
	padding:0;
}

#nav li{
	border-bottom: 1px solid #777;
	list-style-type:none;
	line-height: 15px;
	list-style: none;
	width: 181px;
	display:block;
	margin: 1px 0;
	padding:0;
}

#nav li a {
	background: #5C5C5C;
	color: #fff;
	padding: 6px;
	text-decoration: none;
	display: block;
}

#nav li a:hover {
	color: #000;
	background: #fff;
}

#nav li a.active  {
	background-color: #fff;
	font-weight: bold;
	font-variant:small-caps;
	color:#000;
}

#rightside p {
	line-height: 18px;
}

table#participants {
	width:100%;
	}

.sciprogram td {
	border: #ccc solid 1px;
}

.sciprogram .title {
	font-size:14px;
	background-color:#ccc;
	font-weight: bold;
}

.sciprogram .blank {
	border: #fff solid 0px;
}

#footer {
	text-align: right;
	color: #aaa;
	font-size: 9px;
	padding: 5px 20px 0 0 !important;
	margin-top: 2em;
    border-top: 1px solid gray;
    margin-left: 200px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #3A7250;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #3A7250;
	border-bottom: #333 1px solid;
}

.new {
	color: #f44;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-weight:bold;
	text-decoration:blink;
}

.invited-talk {
	background-color: #FFEDAF;
}
