
/* Basics and Typography */

body {
	margin:0;
	padding:0;
	background:#DCE5BD url(../images/bg.gif) repeat-x fixed;
	font-size:78%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color:#000;
	text-align:center;
}
p {
	font-size:1em;
	line-height:1.5em;
	margin:1.2em 0;
}
ol, ul {
	font-size:1em;
	line-height:1.5em;
	margin:1.2em 0 1.2em 2em;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	margin:1.2em 0 0 0;
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	color:#77B42E; 
}
h1, h2 {
	font-size:1.6em;
}
h3 {
	font-size:1.3em;
}
h4 {
	font-size:1.2em;
}
h5 {
	font-size:1.1em;
}
h6 {
	font-size:1em;
}
a {
	text-decoration:none;
}
a:link {
	color:#FD6C15;
}
a:visited, a:active {
	color:#FD6C15;
}
a:hover {
	color:#FBAA1D;
	text-decoration:underline;
}
input, textarea, select {
	border:1px solid #C1C0B5;
	background:#FAFAF0;
	color:#333;
	font-size:1em;
	font-family:"Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}
input[type="text"] {
	width:200px;	
}
/*
input[type="submit"] {
  float:right;
}
*/
blockquote {
	margin:1.2em 20px;
	padding:0.1em 20px;
	border-top:1px solid #E8E7D0;
	border-bottom:1px solid #E8E7D0;
	background:#FAFAF0;
}
small {
	font-size:0.9em;
}
pre {
	white-space:pre-wrap; /* css-3 */
	width:680px;  /* until css-3 is supported */
	overflow:auto;
}
code {
	font-size:1.1em;
	font-family:"Courier New", Courier, monospace;
	background:#FAFAF0;
	color:#666;
}
form {
	margin:0;
	padding:0;
	border:0;
}
label {
	display:block;
	margin:0 0 4px 0;
	font-size:110%;
}
a img {
	border:0; 
}

/* Layout */

#wrapper {
	margin:0 auto;
	width:950px;
	text-align:left;
}
#content {
	width:910px;
	float:left;
	border:1px solid black;
	background-color:#FFF;
	text-align:left;
	padding:20px;
	min-height:300px;
}
	.runner {
		border:1px solid black;
		background-color:#FFF;
		font-size:3.0em;
		text-align:center;
		padding:20px;
		margin:20px 0;
	}
	.innerContent {
		padding:0 12px;
		float:left;
	}
#header {
	background:#F4F4E6; 
	text-align:center;
}
	/* Header Styles */
	#header h1 {
		margin:0;
		font-size:1.8em;
	}
	#header h1 a {
		text-decoration:none;
		color:#80904F;
	}
	#header img {
		margin:20px 0 5px;
	}
	#beFound img {
		border-top:10px solid #7DC135;
		border-bottom:10px solid #7DC135;
	}
#footer {
	width:100%;
	display:inline-block;
	clear:both;
	padding:10px 0 25px 0;
	margin:0 0 0px 0;
	font-size:0.9em;
	text-align:right;
}
#footer a {
	color:#AA5808;
}
	/* Footer Styles */
	#address {
		float:left;
		font-size:0.9em;
	}
	#validation {
		float:right;
		font-size:0.9em;
	}

.heading {
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
.required {
	font-family:Tahoma;
	font-size:1.1em;
	color:red;
}
