h1 {
	text-align: center;
	color: #C9D6E4;
	color: white;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

div.spacer {
	clear: both;
	margin-top: 0.5em;
	margin-bottom: 0.5em;	
}

.poster {
	right: 50px;
	position: absolute;
}

div.logo {
	width: 100%;
	margin-top: 1em;	
}

div.logo div {
	float: left;
	width: 30%;
	margin-left: 1em;
	margin-right: 0em;
	text-align: center;	
}

ul {
	list-style-type: none;
}

body {
	background-color: #336699;
}

h2 {
	color: #C9D6E4;
	color: white;
	margin-top: 1.5em;
}

p, li, address {
	color: #ACCFF3;
	color: #C9D6E4;
}

strong {
	font-size: larger;
}

a:link {
	color: #ACCFF3;
	text-decoration: none;
}

a:visited {
	color: #80AFDE;
	text-decoration: none;
}

a:hover {
	color: #ACCFF3;
	text-decoration: underline;
}
a:active {
	color: #ACCFF3;
	text-decoration: none;
}

p.register {
	text-align: center;
	font-size: x-large;
}

input.text
{
	background-color: #C9D6E4;
	color: #000000;
}

select
{
	background-color: #C9D6E4;
	color: #000000;
}
textarea
{
	height: 2.5in;
	background-color: #C9D6E4;
	color: #000000;
}

