#pageContainer {
	width: 700px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	padding: 3px;
	margin-top: 30px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#copyright a:link,a:active, a:visited {
	text-decoration: underline;
	color: #999999;
}
#copyright a:hover {
	color: #99CCFF;
	text-decoration: none;
}


#title h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #999999;
	padding: 5px;
	text-align: left;
	margin: 0px;
}
body {
	background-color: #FFFFFF;
}

#subTitle h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 5px;
	text-align: left;
	margin: 0px;
}
#description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding: 10px;
	text-align: left;
}
#description a:link, a:visited, a:active {
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
}
#description a:hover {
	color: #000000;
	text-decoration: underline;
}
#pageContainer .header {
	margin-bottom: 30px;
	text-align: center;
	padding: 10px;
}

