@charset "utf-8";
@import url("reset.css");

#mainMenu,
#subMenu,
#thirdMenu,
#footer,
#breadcrumbMenu,
span.rgmediaimages-player,
#rightCol,
.hidden {
	display: none !important;
}

#header {
background-image:none;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 1.3;
	color: #333;
}

p{
	margin-bottom: 18px;
}

h1 {
	text-indent:0;
	font-size:1.4em;
	margin-bottom: 6px;

}

	h1 a {
	color: #333;
		font-weight: bold;
	}

h2 {
	font-size:1.2em;
	margin-bottom: 0.9em;
}

.important {
	text-decoration:underline;
}

blockquote {
	margin: 0 0 1em 1em !important;
	font-style: italic;
	border: 1px dotted #eaeaea;
	padding: 1em 1em 0;
}

	blockquote span.detail {
		font-weight: bold;
	}

#container {
	padding: 0.8em 2em;
}

#content a, #content a:active, #content a:hover, #content a:visited {
	color: #555;
	text-decoration:underline;
	font-weight: bold;
}

#leftCol ul {
	margin: 0 0 1em 2em;
}

#leftCol ul li {
	list-style-type: disc;
}

/* NEWS */

.news-date {
	font-size: 9pt;
	color: #555;
}

li.news-latest-item {
	margin-bottom: 20px !important;
	padding:25px 0 15px 30px !important;
	border-bottom: 1px dotted #bbb;
	min-height: 150px;
	overflow: hidden;
}

	.news-latest-item .news-latest-header h3 {
		font-size: 14pt;
		margin-bottom: 1em; 
	}
	
		.news-latest-item .news-latest-content a img {
			float: right;
			padding: 4px;
			border: 1px solid #eaeaea;
		}
		
		.news-latest-item .news-latest-content p {
			margin-right: 270px;
		}

