body
{
	padding: 0;
	margin: 0;
	min-width: 640px;
	
	font: 12px/14px "helvetica neue", sans-serif;
	text-align: center;
	
	background-color: #D0D0D0;
}

h1
{
	font: 16px bold "helvetica neue", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #2D4C2D;
	display: inline;
}

p
{
	text-indent: 4em;
}

p.title
{
	text-indent: 0;
	font-size: 16px;
	font-variant: small-caps;
	text-align: center;
	line-height: 1.4em;
}

p.title sup
{
	line-height: 0;
}

a:link
{
	text-decoration: none;
	color: #2D4C2D;
}
a:visited
{
	text-decoration: none;
	color: #2D4C2D;
}
a:hover
{
	color: white;
}

.button
{
	text-decoration: none;
	color: #2D4C2D;
	background-color: #669E66;
	border-right: solid 2px white;
	border-bottom: solid 3px white;
	border-left: solid 2px white;
	
	padding: .5em 1.5em;
}
.button:hover
{
	color: #2D4C2D;
	background: white;
	border-right: solid 2px #669E66;
	border-bottom: solid 3px #669E66;
	border-left: solid 2px #669E66;
	
	padding: .5em 1.5em;
}

#content a:link, #contact a:link
{
	color: #A1D2BD;
}
#content a:visited, #contact a:visited
{
	color: #A1D2BD;
}
#content a:hover, #contact a:hover
{
	text-decoration: underline;
}

#header
{
	background: #669E66;
	height: 26px;
	padding: 1em 0 0 0;
}

#index_container, #venue_container, #session_container, #social_container, #login_container
{
	background: #669E66 no-repeat center bottom;
	color: white;
	width: 800px;
	height: 45em;
	margin: 0 auto;
	padding: 0 1em 2em 1em;
	
	text-align: justify;
}

#index_container
{
	background-image: url(img/lidar3_mod.jpg);
}

#venue_container
{
	background-image: url(img/lidar4_mod.jpg);
}

#session_container
{
	background-image: url(./img/session.jpg);
}

#social_container
{
	background-image: url(./img/social.jpg);
}

#menu
{
	font: 70% bold "helvetica neue", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: right;
}

#menu ul
{
	padding: .5em 0 0 0;
	margin: 0;
}

#menu ul li
{
	margin: 0 1em;
	display: inline;
}

#content
{
	padding: 1em 2em;
	margin: .5em 0;
	
	height: 462px;
}

.col
{
	margin: 0 10px;
	width: 300px;
	float: left;
}

.col ul#papers
{
	margin-left: 80px;
}

#separator
{
	width: 110px;
	height: 1em;
	float: left;
}

span#pres
{
	font-style: italic;
}

span.bold
{
	font-weight: bolder;
}

span.oblique
{
	font-style: oblique;
}

span.boldOblique
{
	font-weight: bolder;
	font-style: oblique;
}

#members
{
	text-indent: 0;
	text-align: center;
}

#contact
{
	padding: 1em 2em;
	background-color: #669E66;
	text-align: right;
	clear: both;
}

#contact a
{
	font-weight: bolder;
}

table#login
{
	margin-left: auto;
	margin-right: auto;
}

table#accommodation
{
	border-collapse: collapse;
	border: 2px solid;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

table#accommodation th, table#accommodation td
{
	padding: 2px 5px;
}

div#program
{
	position: absolute;
	z-index: 999;
	top: 520px;
	
	background-color: white;
	width: 200px;
	
	padding: 10px;
	
	text-align: center;
	color: black;
	font-weight: bold;
}

div#program a:hover
{
	text-decoration: underline;
	color: #669e66;
}

div#program a
{
	text-decoration: blink;
}

