* {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial,verdana,sans-serif;
	font-size: .75em;
}

a:link, a:visited, a:hover, a:active {
	color: #16325c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: "trebuchet ms",arial,sans-serif;
	font-size: 135%;
	color: #16325c;
	margin-bottom: .5em;
}

h2 {
	font-family: "trebuchet ms",arial,sans-serif;
	font-size: 120%;
}

h3 {
	font-size: 110%;
	color: #16325c;
	margin-bottom: .5em;
}

h4 {
	font-size: 100%;
	color: #5973b8;
	margin-bottom: .5em;
}

h5 {
	font-size: 100%;
	margin-bottom: .5em;
}

p {
	line-height: 120%;
	margin-bottom: 1em;
}

#languageNavigation, #metaNavigation, #mainNavigation, #sidebar, .breadcrumbs, #authorImage {
	display: none;
}

p#logo {
	font-family: "trebuchet ms",arial,sans-serif;
	font-size: 150%;
	font-weight: bold;
}

#articleImages {
	float: right;
	width: 22%;
}

#articleText {
	float: left;
	width: 75%;
}

#articleInfo {
	clear: both;
	float: left;
	margin-top: 1em;
	border-top: 1px solid #000;
	padding-top: 1em;
	width: 100%;
}
