@charset "utf-8";


#mainInfo li {
	float: left;
	padding-right: 5px;
	list-style: none;
}
.fieldset1 {
	padding: 10px 10px 15px;
	border-top: 2px solid #000000;
}
.fieldset2 {
	padding: 10px;
	border-top: 2px solid #000000;
}
#activities {
	clear: both;
	float: left;
}
#activities li {
	list-style: none;
	padding-bottom: 8px;
}


#activities1 {
	float: left;
	width: 190px;
}

#activities1 select {
	background: #FFFBDD;
	font-size: 10px;
}

#activities2 {
	float: left;
	width: 190px;
}

#activities2 select {
	background: #FFFBDD;
	font-size: 10px;
}

#topText {
	float: left;
	width: 260px;
}
#recLogos {
	float: right;
	width: 295px;
	padding: 5px;
	border: 1px solid #000000;
	background: #E2E2E2;
}
div.topLine {
	height: 10px;
	clear: both;
	overflow: hidden;
	border-top: 2px solid #000000;
	border-right: #000000;
	border-bottom: #000000;
	border-left: #000000;
}

.signup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.signup:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.signUpButton {
	background-color: #F7913E;
	border: 2px solid #000000;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
}
.signUpButton:hover {
	color: #FFFFFF;
	background: #838383;
}

.signupForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFBDD;
	border: 1px solid #000000;
	padding-left: 3px;
}
.resetButton {
	background-color: #FEDF00;
	border: 2px solid #000000;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
}
.resetButton:hover {
	color: #FFFFFF;
	background: #838383;
}
