html, body {
	margin:0px 0px; 
	padding:0px;
	text-align:center;
	background:url('') top left repeat-x #DAE8DA;
	font-family:Arial, Verdana, Times New Roman;
}

#wrap {
	box-shadow:0px 0px 10px #000;
	-moz-box-shadow:0px 0px 10px #000;
	margin:0px auto;
	text-align:left;
	width:800px;
	clear:both;
	border:1px solid #000;
}

#header {
	background:url('/images/header.jpg') top left no-repeat #FFF;
	color:#fff;
	font-size:4em;
	height:117px;
	line-height:117px;
	text-align:right;
	text-shadow:-3px -3px 6px #000;
	width:800px;
}

#menu_space {
	background:#1907A7;
	height:22px;
	width:800px;
	color:#FFF;
	font-size:10px;
	border:0px solid #FFF;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}

#content {
	background:#FFF;
	width:780px;
	*width:800px;
	font-size:13px;
	padding:10px;
	margin-top:20px;
}

#footer {
	clear:both;
	height:20px;
	background:#1907A7;
	text-align:center;
	width:800px;
	color:#FFF;
	font-size:11px;
}

#footer a {color:#FFF;}

a:hover {text-decoration:none;}

h1, h2, h4 {color:#000;border-bottom:1px solid #B00000;}

h3 {color:#000;}

.teamList  {
	display:block;width:130px;background:#0A3A92;color:#FFF;padding:5px;text-align:center;
}

.teamList:hover {
	background:#005AFF;text-decoration:underline;
}

.formField {
	color:#222;
	display:block;
	float:left;
	margin:auto;
	padding:5px;
	text-align:center;
	width:18%;
}

.formField:hover {
	background:#297693;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	color:#fff;
}

.formField input, .formField textarea {
	border:1px solid #ccc;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	display:block;
	width:100%;
}

.wideForm {
	width:98%;
}

.wideForm textarea {
	height:40px;
}

.center {
	margin:auto;
	text-align:center;
	width:700px;
}

.clear {
	clear:both;
}

fieldset {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

input:focus, textarea:focus {
	border-color:#297693;
	box-shadow:0px 0px 8px #297693;
	-moz-box-shadow:0px 0px 8px #297693;
}

#exCm {
	background:#1907A7;
	color:#fff;
	font-size:.75em;
	padding:5px;
	text-align:center;
}

#exCm a {
	color:#fff;
}

