html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: white;
	
}
.important {
	font-weight: bold;
	color: #c30 !important;
}
a:link, a:visited {
	color: black;
	text-decoration: underline;
}
img.icon {
	border: none;
	height: 12px;
	width: 12px;
}
p strong.unit {
	color: #0B0179;
}
#container {
	margin: 0;
	padding: 0;
}
#banner {
	width: 604px;
	height: 48px;
	margin: 0;
	padding: 0;
}
#banner h1 {
	display: none;
}
#sidebar {
	display: none;
}
#content {
	margin: 0 10px 0 0;
	padding: 20px;
	background: white;
}
#content p {
	text-align: left;
	line-height: 18px;
}
#content p,
#content li,
#content th,
#content td {
	font-size: 12px;
	color: #000;
}

#content h2 {
	font-size: 20px;
	font-weight: bold;
	color: #2554C7;
	width: 100%;
	text-align: center;
	margin: 0;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #2554C7;
}
#content h3.subtitle {
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 20px 0;
	text-align: center;
}
#content h4 {
	font-size: 12px;
	font-weight: normal;
	color: #2554C7;
}
#content li {
	margin: 10px 0;
}

#content dt,dd {
	font-size: 12px;
	color: #000;
}
#content dt {
	margin: 15px 0 0;
}

#footer {
	clear: both;
	margin: 0;
	padding: 22px 0 10px 0;
	text-align: center;
	color: #222;
	font-size: 11px;
}
