@charset "UTF-8";

/* CSS Document */
body {
	background-color: #c2d924;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444714;
}

h1 {
	font-size: 1.4em;
	font-weight: bolder;
	text-decoration: none;
	margin-top: 32px;
}

h2 {
	font-size: 1em;
	font-weight: bolder;
	text-decoration: none;
	margin-top: 24px;
}

h3 {
	font-size: 0.9em;
	font-weight: bolder;
	font-style: italic;
	text-decoration: none;
	margin-top: 12px;
}

h3.program {
	margin-top: 28px;
}

#main {
	width: 900px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
}

#bottom {
	width: 900px;
	height: 32px;
	clear: left;
	margin-top: 30px;
	background: url(../img/raster.gif) repeat-x;
	padding-top: 34px;
	font-size: 0.8em;
	color: #ffffff;
}

#left {
	float: left;
}

#dates {
	float: left;
	width: 60px;
	height: 340px;
	background: url(../img/dates.gif) no-repeat;
}

#logo {
	width: 332px;
	height: 311px;
	margin-left: 70px;
	background: url(../img/logo_big.gif) no-repeat;
}

#breaking {
	margin-left: 75px;
	margin-bottom: 25px;
	width: 280px;
	font-size: 0.9em;
}

#right {
	margin-left: 405px;
}

#title {
	float: left;
	width: 175px;
	height: 56px;
	background: url(../img/title.gif) no-repeat;
}

#year {
	margin-left: 190px;
	width: 180px;
	height: 56px;
	background: url(../img/year.gif) no-repeat;
}

#menu {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 15px;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444714;
	margin-top: 15px;
	margin-right: 30px;
	font-size: 0.96em;
}

dt.program {
	padding-top: 11px;
	font-size: 1.2em;
}

dd.program {
	font-size: 0.9em;
	margin-left: 0px;
}

dt.contact {
	margin-top:7px;
}
dd.contact {
    margin-left:1em;    
}

dt.paus {
	font-size: 0.96em;
	font-style: italic;
}

ul.participants {
    list-style-type: none;
    padding-left: 0px;
}

.time {
	font-size: 0.82em;
}

a {
	color: #444714;
	text-decoration: none;
	margin-right: 3px;
	text-decoration: underline;
}

#menu a {
	text-decoration: none;
}

#bottom a {
	color: #ffffff;
}

a:hover {
	color: #14132E;
	text-decoration: none;
}

p.emphase {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 1.3em
}
