@charset "utf-8";
/* CSS Document */
        /* <![CDATA[ */


            html, body {
	margin: 0;
	padding: 0;
	background: #2b1448;
	color: #ffffff;
            }

	div#content {
	margin: auto;
	width: 780px;
	text-align: center;
	background-image: url(userfiles/images/splashbackground.jpg);
	background-repeat: no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 20px;
	margin-top: 20px;
	border: 1px solid #ffffff;
}
#content p {
	line-height: 1.5;
}
#content a {
	color: #CCCCCC;
	text-decoration: none;
}
#content a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
td.nav a{
	font-weight: bold;
	font-size: 14px;
	color:#FC0;
	padding: 5px;
}
td.nav a:hover{
	color:#FC0;
}
td.nav {
	border-top: 1px solid #FC0;
	border-bottom: 1px solid #FC0;
	padding: 5px;
}