body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #e5e5e5;
}
#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: Georgia, "Times New Roman", Times, serif; font-size: 18px; }
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #666666;
	border-bottom: 1px dotted #003399;
}
h3 {font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a:link {text-decoration: none; color:#003399; border-bottom: 1px dotted #003399;}
a:visited {text-decoration: none; color:#003399; border-bottom: 1px dotted #003399;}
a:active {text-decoration: none; color:#003399; border-bottom: 1px dotted #003399;}
a:hover {text-decoration: none; color:#0066FF; border-bottom: 1px dotted #0066FF;}
.hilight {font-weight: bold; color:#003399;}