@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
body {
	background-attachment: fixed;
	background-position: center top;
	text-align: center;
}
p {
	text-align: left;
}
.AccordionPanelContent li {
	text-align: left;
}
h1 {
	font-size: 28px;
}
h3 {
	color: #FFF;
	font-size: 14px;
}
h2 {
	font-size: 18px;
	color: #FFF;
	font-style: italic;
}
a:link {
	color: #F90;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
}
a:active {
	color: #FFF;
}
.footer {
	font-size: 9px;
	color: #999;
}
#content {
	width:70%;
	z-index:1;
	background-image: url(../images/bkgd.png);
	padding: 20px;
	border: 3px solid #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
