﻿body {
	font-family: Arial, Sans-Serif;
	color: #585858;
	font-size:smaller;
	margin:20px;
}
#header {
	height:210px;
	width:650px;
	clear:both;
}
#header_logo {
	background: white url(../images/hoopfest-logo.jpg) no-repeat top left;
	float:left;
	height: 200px;
	margin-right:10px;
	width: 200px;
}
#header_content {
	float:left;
	width: 440px;
	height: 200px;
	vertical-align:middle;
}
#header_content .title {
	margin-top:20px;
	font-size: large; 
	font-weight: bold; 
	color: #ff9900;
}
#header_content .sub {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-bottom:10px;
}
.emph1 {
	font-size: large;
	margin-top: 10px;
}
.demph1 {
	font-size: small;
	color: #626262;
}
.errorMessage {
	color: Red;
	font-weight: bold;
}
.successMessage {
	color: Green;
	font-weight: bold;
}
.infoMessage {
	color: #626262;
	font-weight: bold;
}
.fieldLabel {
	width: 205px;
	padding: 2px;
	vertical-align: top;
	font-weight:bold;
}
.fieldValue {
	width: 170px;
	padding: 2px;
	vertical-align: top;
}
