@CHARSET "UTF-8";

p {
	line-height: 1.5em;
	margin: 0.3em;
	text-align: justify;
}

h1 {
	font-size: 1.9em;
	margin-bottom: 0.5em;
	color: #111;
}

h2 {
	font-size: 1.3em;
	color: #111;
	margin: 15px 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: dotted 1px #726861;
}

h3 {
	margin-bottom: 2px;
	font-size: 1em;
	color: #111;
}

img {
	border: 0px;
}

a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

a:active,a:hover {
	color: #555555;
	text-decoration: none;
	border-bottom: 1px dotted #555555;
}

img.mashup {
	margin-top: 1px;
	margin-bottom: 1px;
}

div.pageTitle {
	margin: -25px 0 0 0;
}

div.pageTitle h1 {
	padding-top: 30px;
	font-size: 3em;
	margin-left: 100px;
}

div.pageTitle h2 {
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	margin-top: -25px;
	margin-left: 100px;
	color: #444;
	border: none;
}

div.pageTitle div.icon {
	float: left;
	height: 100px;
	width: 90px;
	text-align: center;
	vertical-align: bottom;
}

div.pageTitle div.icon img {
	max-width: 90%;
	max-height: 90%;
}

/*** News ***/




div.story
{
	border-bottom:1px dotted #CCC;
	padding: 5px;
	padding-bottom: 15px;
	margin-top: 5px;
}

div.story h1
{
	display: inline-block;
	font-size: 1.3em;
	margin: 5px 0 5px 0;
}

div.story span
{
	margin-left: 10px;
	color: #555;
}

div.story p
{
	margin: 0;
}
