@charset "utf-8";
/* CSS Document */

body {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #336699;
}
a:visited {
	color: #336699;
}
a:hover {
	color: #336699;
}
a:active {
	color: #336699;
}

#container {
	width: 760px;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
	float: left;
}
#container #contentHeader {
	text-align: center;
}
#container #contentHeader h1 {
	font-size: 1.8em;
	line-height: 1.8em;
}
#container #contentHeader h2 {
	font-size: 1.5em;
	line-height: 1.7em;
}
#container #mainContent p {
	font-size: 1.0em;
}
#container #mainContent dt {
	margin-top: 10px;
	font-weight: bold;
	text-decoration: underline;
}
#container #contentFooter {
	margin-bottom: 10px;
	text-align: center;
}
#container #contentFooter .legal {
	font-size: 0.8em;
	font-weight: bold;
}
#container #contentFooter .emphasis {
	font-size: 1.2em;
	font-weight: bold;
}
