hr.page {
	display: none;
}

.plogo {
	border: 2px solid white;
	float: right;
	
	margin: 0px;
	
}

.partners li {
	list-style: none;
	clear: both;
	text-align: left;
	margin-bottom: 10px;
	border-top: 1px solid #ddd;
	
} 

@media screen 
{

html, body {
	font-family: Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
}

a {
	color: #3e5291;
	text-decoration: none;
}

a:hover, a:active {
	color: #7792bd;
	text-decoration: underline;
	
}

img {
	vertical-align: bottom;
	border: 0px;
}

img.rfloat {
	float: right;
	clear: none;
}

#header {
	background: #fff url('pic/headerbar.png');
	background-repeat: repeat-x;
	background-position: bottom left;

	margin-top: 10px;
	margin-bottom: 2ex;
	padding-bottom: 25px;
		
}

#menu {
	float: left;

	margin: 0ex 3ex;
	padding: 5px;
	margin-top: 0ex;
	margin-bottom: 1em;
	padding-top: 35px;
	padding-bottom: 100px;
	background-color: #7792bd;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url('pic/small.png');

	border-bottom: 1px solid #ddd;
	color: #000;
	width: 239px;
}

#menu a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;	
}

#menu a:hover {
	text-decoration: underline;	
}


#news {

/*	margin: 2ex 2ex;*/
	margin-top: 2ex;
	margin-bottom: 0ex;
	padding: 5px;
	
	padding-top: 35px;
	background-color: #fff;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url('pic/small2.png');
	border-bottom: 1px solid #ddd;

/*	float: left;
	width: 30ex;
	clear:left;*/


}

#news a {
	color: #3e5291;
}

div#info {

	margin-left: 38ex;
	width: 50ex;
	margin-right: auto;
	text-align: justify;
}



#footer {
	margin-top: 1em;
	font-size: 0.7em;
	border-top: 2px solid #7792bd;
	text-align: center;
	clear: both;
}


ul.links {
	margin: 0px;

}

ul.links li {
	list-style-type: none;
	
}

#news h3 {
	margin-top: 0px;
}

#news h4 {
	margin-bottom: 0px;
}

.n-date {
	font-size: 0.8em;
}

} /* -*- end @media screen -*- */


@media print 
{


html {
	/*font-family: Gentium, Times New Roman, serif;*/
}

#header, #menu, #news{
	display: none ;
}

}
