/* CSS Document */

#body {
	background-color: #000000;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

#TopInfo {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #811faf;
	height:18px;
	color: #FFF;
}

#TopInfo a{
	color:#ffffff;
	text-decoration:none;
}

#TopInfo a:hover{
	color:#ffffff;
	text-decoration:underline;
}

#TopInfo a:visited {
	text-decoration: none;
	color: #ffffff;
}
#TopInfo a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#MainCell {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 780px;
	height: 760px;
	text-align: left;
	background-color: #ffffcc;
	z-index: 1;
}

#MastHead {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 760px;
	text-align: center;
}

#Content {
	position:relative;
	width: 760px;
	top: 15px;
	left: 10px;
	text-align: left;
}