body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
#container {
	margin: 0 auto;
	background-color: #FFF;
	width: 700px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#banner {
	height: 55px;
}
#title {
	padding: 0 1em 0 1em;
}
#content {
	background-color: #FFFFFF;
	padding: 0 1em 1em 1em;
	width: 520px;
}
#text {
	float: right;
	margin-right: 130px;
}
#download {
	float:right;
	text-align:center;
	margin-top: 40px;
	width: 130px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
h1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; }
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC6600;
	border-bottom: 1px dotted #CC6600;
}
h3 {font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a:link {color:#003399; border-bottom: 1px dotted #003399;}
a:visited {color:#003399; border-bottom: 1px dotted #003399;}
a:active {color:#003399; border-bottom: 1px dotted #003399;}
a:hover {color:#0066FF; border-bottom: 1px dotted #0066FF;}
.hilight {font-weight: bold; color:#003399;}
