@charset "UTF-8";
/* CSS Document */


html {
	overflow-Y: scroll;
}

.container {
	width: 90%;
	margin: 0 auto;
	margin-left: auto; margin-right: auto;
	border-bottom: solid 1px #000;
	margin-bottom: 10px;
	
}

h2.trigger {
	padding: 0 50px 0 0px;
	margin: 0 0 5px 0;
	background: url(../Images/toggleNewsImage.jpg) no-repeat top right;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	color: #333399;
	font-size: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	
}
h2.trigger a {
	text-decoration: none;
	color: #333399;
	font-size: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h2.trigger a:hover {
	color: #333399;
	font-size: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h2.active {
	background-position: right bottom;
	color: #333399;
	font-size: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
	
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #000;
	background:  url(toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 100%;
	clear: both;
}
.toggle_container .block {
	background: url(toggle_block_btm.gif) no-repeat left bottom;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.toggle_container h3 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.toggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}


