﻿body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px auto 0px auto;
} 

div#bg
{
	background-image: url(images/dofbg.jpg);
	background-repeat:no-repeat;
	margin:0px auto 0px auto;
	background-position: center top;
}

label#title
{
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	color: black;
	text-shadow: gray 2px 2px 2px;
}

.author
{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: black;
}

.conference
{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: black;
}

div#teaser
{
	background-image: url(images/teaser.png);
	background-repeat:no-repeat;
	background-position:center center;
	width: auto;
	height: 250px;
}

img#teaser
{
	width: 500px;
	margin:0px auto 0px auto;
}

.title
{
	font-family: "Times New Roman", Times, serif;
	font-size:25px;
	margin-bottom:5px;			
}

.abstract
{
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	margin-left: 10px;
	width: 930px;
	font-style:italic;
}

.paragraph
{
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
	margin-left: 10px;
	width: 930px;
}

.video
{
	float:left;
	border-style:solid;
	border-color:Black;
	border-width:1px;

	width:500px;
	height:400px;
	margin: 5px 5px 0px 0px;
}

.italic
{
	font-style:italic;
}

.floatright
{
	float:right;
	margin-right: 10px;
}

a:link, a:visited
{
    color:inherit;
    text-decoration:none;
}

a:hover
{
    color:inherit;
    text-decoration:none;
}

a.a1:link, a.a1:visited
{
    color:blue;
    text-decoration:none;
}

a.a1:hover
{
    color:blue;
    text-decoration:underline;
}


ul.u1
{
	list-style-type:none;			
}

.buttonLink
{
	text-align:center;
}


div#content
{
	width: 960px;
	margin:0px auto 0px auto;
}

div#header
{
	width:100%;
	min-height:200px;
	margin-left: 10px;
}

div#bodycontent
{
	min-height:1550px;
	margin-left: 10px;
}

a.a2:link,a.a2:visited
{
	color:#55B1F2;
}

.button
{
	float: right;
	clear: right;
	width:100%;
	height: 20px;
	
	margin-top:10px;
	
	border-top:2px;
	border-bottom:2px;
	border-left:0px;
	border-right:0px;
	border-color:#F89728;
	border-style:solid;
	
	color: #F89728;
	font-size:15px;
}

.buttonfocus
{
	border-color: white;
	color:white;
	background-color: #0076B4;		
}

.button:hover
{
	border-color: white;
	color:white;		
}

div#introduction
{
}

.leftindent
{
	float:left;
	width:200px;
	margin-bottom:5px;			
			
}

.rightindent
{
	clear:right;
	margin-bottom:5px;			

}

.discList
{
	list-style-type:disc;
}

.link
{
	color:blue;
}


