@charset "utf-8";
/* CSS Document */
/* CFD MAIN PAGE STYLE SETTINGS */
* {
	padding:0;
	margin:0;
}
body {
	background-image:url(globe_bg3.png);
	background-repeat: no-repeat;
	background-position:top left;
	background-color:#fff;
	margin-top:5px;
	margin-bottom:50px;
	text-align:justify;
}
img {border:0;}
#wrapper {
	width:80%;
	margin-left: auto;
	margin-right: auto;
}
p {
	font-family:Tahoma;
	font-size:0.8em;
	padding:10px 10px 5px 25px;
}
h1 {
	font-family:Tahoma;
	font-size:1.1em;
	color: #003399;
	padding: 12px;
}
h1 {
	font-family: Tahoma;
	font-size:1.2em;
	color: #006699;
	padding: 12px;
}

a {
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#006699;
}
ul {
	list-style-type:square;
	font-family:Tahoma;
	font-size:0.8em;
	padding:10px;
	margin-left:20px;
}
li {
	padding-bottom:5px;
}
.header {
	width:860px;
	background-color: transparent;
	color:#FFFFFF;
	position:static;
	top:0;
	margin-left: auto;
	margin-right: auto;
	margin-top:64px;
	margin-bottom: 20px;
	display:block;
	padding:5px;
}
.content {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	width:90%;
	padding: 10px;
	background-color:#fff;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-image:url(bg1_gray.png);
	background-repeat: repeat-x;
	background-position: bottom;
/*	box-shadow: 2px 2px 2px #999;
	-moz-box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 2px #999;*/
}
.content a {
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#006600;
}
.content a:hover {
	background-color:#006600;
	color:#FFFFFF;
}
.otsikko {
	margin: 20px 1px 10px 10px;
}
#conference {
	text-align:center;
	font-size:1.6em;
	margin-bottom:20px;
	border-bottom:#666666 1px dotted;
}
#conference a {
	color:#990099;
}
#logo {
	border:solid 5px #00cc00;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 2px 2px 2px #999;
	-moz-box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 2px #999;
}

