
body {
	background-color: #f5f5f5;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #22c;
	background-color: transparent;
	text-decoration: none;
	border-bottom: dotted 1px #ccf;
}
a:hover, a:focus, a:active {
	color: #c22;
	background-color: transparent;
}

#content {
	margin: 2% 5%;
}

#content #hdr {
}

#content #hdr h1 {
	font-size: 200%;
	font-family: 'Arial Rounded MT Bold', Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}

#content #hdr p {
	font-weight: bold;
	font-size: 120%;
	margin-top: 0.1em;
}

#content ul, #content ol {
	margin-top: 3em;
	margin-left: 2em;
	padding-left: 0;
}

#content li {
	margin-bottom: 1.5em;
	clear: both;
}

.m-name {
	font-weight: bold;
}

.has-image {
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 168px;
	height: 120px;
}

/* Footer */
#footer {
	margin: 5em 5% 0 5%;
	clear: both;
	padding: 1em;
	font-size: 0.8em;
}
#footer a {
	color: #ccf;
	background-color: transparent;
	border: 0;
}

#hlogos {
	float: right;
	margin-top: -8px;
	margin-left: 8px;
}

#hlogos ul {
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
}
#hlogos ul li {
	display: inline;
	margin: 0 0 0 16px;
	padding: 0;
}

#hlogos img {
	border: 0;
}

