


html, body{
	background: #a9dcf6;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #1b4e92;
	font-size: 9pt;
}

.main-menu{
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 247px;

}

.main-menu li{
	background-image: url(images/site_17.png);
	background-repeat: no-repeat;
	
	padding: 0;
	font-size: 10pt;
}

.main-menu li h1{
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-weight: normal;
}

.main-menu li a{
	display: block;
	height: 40px;
	line-height: 40px;
	color: #1b4e92;
	text-decoration: none;
	padding: 0 0 0 15px;
}

.main-menu li a:hover, .main-menu li a.active{
	background-image: url(images/site_17_hover.png);
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
}

#copy{
	background-image:url(images/site_21.jpg);
	padding: 10px;
	text-align: right;
}

table td{
	text-align: left;
}

.news-list{
	margin-bottom: 2em;
}

.news-list .news-item h2{
	font-weight: normal;
	margin: 1em 0 0 0;
}

.news-list .news-item p.date{
	color: #666;
	margin: 0 0 0.5em 0;
}