@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	text-align: center;
}
h1 {
	font-family: Arial, sans-serif;
	color: #990066;
	text-align: center;
}
#footer {
	font-weight: bold;
	text-align: center;
}
li {
	width: 100px;
	list-style-image: none;
	display: inline;
	border: thin solid #990066;
	text-align: center;
	background-color: #990066;
}
ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
}


#container {
	background-color: #FFFFFF;
	width: 90%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
}
#flash {
	text-align: center;
	margin: 20px;
	padding: 20px;
}

#nav {
	text-align: center;
}
#nav a:link {
	color: #FFFFFF;
	background-color: #990066;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight: normal;
}
#nav a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#nav a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
dt {
	text-align: left;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
}
dd {
	text-align: left;
	font-size: .9em;
}
dt a:link {
	font-family: cursive, sans-serif;
	font-weight: bold;
	color: #906;
	text-decoration: underline;
	font-size: 1.2em;
}
#container #mainContent dl dt a:visited {
	font-family: cursive, sans-serif;
	font-size: 1.2em;
	font-weight: bolder;
	color: #C69;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
