body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 20px;
	width:622px;
}

h1 {
	font-size:16px;
	
}

#header{
	border: 1px solid #000000;
	width:620px;
	height:90px;
}

#footer{
	text-align:center;
	background-color:#F2F2F2;
	margin-right:20px;
	margin-left:20px;
	padding:3px;
	border:1px dashed #000000;
	border-top:none;
}

#image{
	border-bottom:1px solid #000000;
	height:90px;
}

#navigation {
	padding: 4px;
	background-color:#EFEFDE;
	
	border-left:1px solid #000000;
	border-right:1px solid #000000;

}

#navigation ul, #navigation li {
	display: inline;
	padding-right:25px;
}

#navigation a{
	text-decoration:none;	
	color:black;
}

#navigation a:hover{
	border-top:1px solid #000000;
	text-decoration:underline;
	color:#000066;
}

#main_content{
	background-color:white;
	border:1px solid #000000;
	min-height:250px;
	padding:50px;
	padding-top:15px;
}

.item{
	margin-bottom:10px;
}

.item .info{
	padding:5px;
	border:1px dotted #999999; 
}
	
.item .options{
	border:1px dotted #999999; 
	border-top:none;
	padding:3px;
	background-color:#EEEEEE;
	text-align:right;
}

.item .title {
	border:1px dotted #999999; 
	border-bottom:none;
	padding:3px;
	background-color:#F0F0FF;
	font-weight:bold;
}

.item .abstract{
	background-color:#F5F5F5;
	font-style:italic;
	padding:20px;
	margin-top:5px;
	display:none;
}

.item img{
	margin:5px;
	float:right;
}h2 {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
