html {
	font-family: 'Trebuchet MS', 'Segoe UI', 'Tahoma', 'Arial', sans-serif;
	font-size: 10pt;
	line-height: 1.6em;
}
body {
	padding: 0 2em;
}

h1 {
	font-size: 2em;
	line-height: 3em;
	text-indent: 120px;
	height: 100px;
	background: url('../images/logo_bw.png') no-repeat top left;
}

h2 {
	font-family: 'Georgia';
	font-weight: normal;
	font-size: 1.5em;
	font-style: italic;
	text-transform: capitalize;
	margin: 1em 0 0.5em 0;
}

#contact ul {
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
}

a {
	color: #000;
	text-decoration: none;
}

a img {
	border: none;
}


dt {
	font-weight: bold;
}
dt a:after {
	content: attr(href);
	padding-left: 1em;
	font-weight: normal;
	font-style: italic;
}
dd {
	margin: 0 0 2em 1em;
}

#content {
	float: left;
	width: 70%;
}
#content .content p {
	text-align: justify;
}
#content .footer {
	color: #666;
	font-style: italic;
	padding: 0;
	margin: 1em 0;
}

#subNav {
	float: right;
	width: 25%;
}

.section {
	margin: 1em 0 3em 0;
}
.section .footer li {
	display: inline;
	padding: 0 2em 0 0;
}

#pageNews .support a,
.space a {
	display: none;
}


.linkSection,
.linkTop,
#newsMore,
#siteNavigationHeader,
#siteNavigation,
#footer,
#siteFeed {
	display: none;
}