	body {
		font-family: Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
		font-size : 12px;
		background-color: #DFE79D;
		text-align: left;
		padding-bottom:2px;
	}
	div.main {
		float: center;
		margin: 0px;
		padding: 0px;
	}
	.green {
		background-color: #ADC200;
	}
	
		.seda {
		background-color: #eeeeee;
	}

	span.kod {
		font-size : 19px;
		color: #993300;
		font-weight: bold;
		margin-right: 15px;
		margin-top: 3px;
		float: left;
	}
	
	a {
		text-decoration: none;
		color: #486A0F;
	}
	a:hover {
		color: #ADC200;
		text-decoration: none;
		background-color: transparent;
		border-color: #333333;
		border-bottom-width: 1px;
		border-left-width: 0px;
		border-right-width: 0px;
		border-top-width: 0px;
		border-style: dotted;
	}
	.copyright {
		color: #ADC200;
		font-size : 11px;
		text-align: right;
		margin-right: 50px;
	}
	.copyright a {
		color: #ADC200;
	}

	div.logo {
		width: 160;
		height: 159;
		background-image: url(./images/logo-eenvi2009.gif);
		float: left;
		cursor: pointer;
	}
	div.head {
		width: 980;
		height: 159;
		background-color: #FFFFFF;
		margin: 0px;
		padding: 0px;
		border-right: 1px solid #dddddd;
	}
	div.title {
		background-color: #ADC200;
		color: #FFFFFF;
		text-align: right;
		font-size: 12px;
		font-weight: bold;
		line-height: 28px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 40px;
		border-bottom : 1px solid #003300;
	}
	div.title span.name {
		font-size: 24px;
	}
	
	div.back {
		margin: 0px;
		padding: 0px;
		background-color: #FFFFFF;
		width: 980px;
		border-right: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
	}
	
	div.menu_bg {
		position: relative;
		float: center;
		margin: 0px;
		padding: 0px;

		width: 900px;
		height: 210px;

		background-image: url(./images/back-menu.jpg);
		border-left : 1px solid #036603;
		border-right : 1px solid #036603;
		border-bottom : 1px solid #036603;

		color: #FFFFFF;
		font-weight: bold;
	}
	div.menu {
		position: absolute;
		float: left;
		width: 180px;
		height: 210px;
		text-align: left;
		padding-top: 6px;
		left: -10px;
	}
	div.menu ul li div.item {
		display: block;
		width: 225px;
		list-style-type: none;
		padding-left: 0px;
		margin-left: 0px;
		line-height: 18px;
		cursor: pointer;
		
	}
	div.menu ul li {
		display: inline;
		margin-bottom: 10px;
	}
	
	div.submenu {
		position: absolute;
		left: 259px;
		margin: 0px;
		padding: 0px;
		width: 220px;
		height: 210px;
		background-color: #ADC200;
		border-left : 2px solid #FFFFFF;
		border-right : 2px solid #FFFFFF;
		text-align: left;
		display: none;
		
	}
	
	div.submenu ul {
		padding-top: 10px;
	}
	
	div.submenu ul li div.item {
		display: block;
		width: 220px;
		list-style-type: none;
		padding-left: 0px;
		margin-left: 0px;
		line-height: 20px;
		cursor: pointer;
		color: #000000;
		
	}
	
	div.submenu ul li div.item a {
		color: #000000;
	}
	div.submenu ul li {
		display: inline;
		margin-bottom: 10px;
	}
	
	div.body {
		float: center;
		margin: 0px;
		padding: 0px;
		
		border-left : 1px solid #036603;
		border-bottom : 1px solid #036603;
		border-right : 1px solid #036603;
		
		width: 900px;
	}
	div.text {
		text-align: left;
		font-size: 14px;
		
		padding: 15px;
		padding-top: 2px;
	}
	
	div.text, td {
		text-align: left;
		font-size: 14px;
	}
	
	h1 {
		color: #ADC200;
		font-size: 24px;
	}
	input, textarea {
		background-color: #ffffcc;
		border: 1px solid #036603;
		margin: 2px;
	}
	
	div.table {
		background-color: #eeeeee;
	}
	
	div.review  td {
		border: 1px solid #036603;
		margin: 0px;
		background-color: #eeeeee;		
	}
	
	div.review  th {
		border: 1px solid #036603;
		background-color: #eeeeee;		
	}

 #presentations ul li a {
    font-weight: bold;
    font-style: normal;
    color: #000000;
 }


 #presentations ul li {
	border : 1px solid #003300;
	text-align : left;
	margin-bottom : 5px;
	padding : 5px;
	list-style : outside;
	list-style-type : none;
	margin-left : 30px;
	margin-right : 30px;
	background-color : #DFE79D;
    display: block;
    width: 700px;
    color: #555555;
    font-style: italic;
    font-size : 13px;
}
 #presentations .pdf {
   margin-right: 7px;
   margin-bottom: 10px;
   float: left;
 }

