html {
	height:100%;
}
body {
	background-color: #fff9f4;
	margin:0px 0px 0px 0px;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	height:100%; 
}
h1 {
	font-size:125%;
}
h2 {
	font-size:120%;
}
h3 {
	font-size:115%;
}
h4 {
	font-size:110%;
}
h5 {
	font-size:105%;
}
h6 {
	font-size:100%;
}
a:link {
	color:#c00202;
}
a:visited {
	color:#c00202;
}
a:hover {
	color:#FF0000;
}
a:active {
	color:#c00202;
}
#intro {
	text-align: left;
	margin: 2em 0.8em 0.8em 0.8em;
}
#copywindow {
	position:absolute;
	top:15%;
	left:25%;
	height:520px;
}
#flashcontent {
	text-align: left;
	width: 100%;
	height: 100%;
}
#noflash {
	text-align: left;
	padding: 0px;
	width: 800px;
}
.blackline {
	margin: 25px 0px;
	height:1px;
	background-color:#000000;
}
#registration {
	margin: 10px;
}
#titlebar {
	padding:25px 0px 25px 10px;
}