@charset "utf-8";
.mainbody {
	background-image: url(darkbackground.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* CSS Document */

body {
	background-color: #60559c;
	color: #000000;
	text-align: center;
	min-width: 750px;


}
a 
{
	color: #7065AB;
	text-decoration: underline;
}


a:hover 
{
	color: #CCCCCC;
	text-decoration: underline;
}

.header {
	position: fixed;
	top: 0px;
	width: 100%;
	right: 0px;
	clip: rect(auto,auto,auto,auto);
	z-index: 1;
}

.copyright {
	font-size: x-small;
	padding-top: 25px;
}
.sectiontitle {
	text-align: left;
	width: 724px;
	margin-right: auto;
	margin-left: auto;
	background-color: #5E3B7D;
	padding-right: 13px;
	padding-left: 13px;
	font-size: 24px;
	padding-bottom: 5px;
}
h1 {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
}
h2 {
	font-size: large;
}
.canceled {
	background-color: #674984;
	color: #4d3860;
	background-repeat: no-repeat;
}

