#container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
}

#content {
	width: 100%;
}

h3 { margin: 0; padding: 0; margin-top: 10px; text-align: left; }

h3 {
	padding: 4px 10px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #dc1a2b;
	background: #f1f1f1;
	cursor: pointer;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}

h3 a:link, h3 a:visited {
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #dc1a2b;
}

h3 img { margin-right: 6px; }

div.accordion {
	padding: 0px 10px;
}

div.article {
	margin: 10px 0px;
	text-align: justify;
	line-height: 14px;
}

div.article img {
	margin: 3px 10px 5px 0px;
}

