@charset "utf-8";


div.home div.lead {
	margin-bottom: 10px;
	font-size: 131%;
	font-weight: bold;
	text-align: left;
	}


div.home div.photos {
	zoom: 1;
	margin-bottom: 50px;
	}
	

div.home div.photos:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
	}
	

div.home div.photos p img {
	margin-right: 1px;
	}







div.home div.section {
	zoom: 1;
	}

div.home div.section:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
	}

div.home div.section h3 {
	}


div.home div.section li {
	margin-left: 2em;
	list-style: disc;
	}
	
	
div.home div.section dl {
	float: left;
	width: 200px;
	}

div.home div.section dt {
	color: #997000;
	font-weight: bold;
	}
	
div.home div.section dd {
	margin-bottom: 1em;
	}

	
	
	
	












/* @group div#news */

div#news {
	}

div#news div.news {
	zoom: 1;
	margin-bottom: 50px;
	}

div#news div.news:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	}

div#news div.news div.image {
	margin: 0 0 10px 10px;
	float: right;
	width: 250px;
	font-size: 85%;
	text-align: center;
	}

div#news div.news p {
	margin-bottom: 1em;
	}

div#news div.news p em {
	font-weight: bold;
	}

div#news div.news p strong {
	color: #c00;
	font-weight: bold;
	}

div#news div.news table {
	margin-right: 5px;
	border: 1px solid #999;
	clear: right;
	width: 100%;
	}


div#news div.news th {
	padding: 5px;
	border: 1px solid #ccc;
	width: 35%;
	font-weight: bold;
	text-align: center;
	background-color: #d9d992;
	white-space: nowrap;
	}

div#news div.news td {
	padding: 5px;
	border: 1px solid #ccc;
	text-align: left;
	background-color: #fff;
	}

div#news div.news tr.even th{
	background-color: #bfbf5e;
	}

div#news div.news tr.even td {
	background-color: #FBF7E1;
	}

/* @end */











