body {
	min-width: 750px;
	background-image: url(background/back.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #001060;
	background-color: #ffffff;
}

#title {
	background-image: url(background/title.png);
	width: 595px;
	height: 150px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto; 
}

#mainnav {
	width: 100%;
	height: auto;
	margin-bottom: 35px
}

.spacer {
	width: 3px;
	height: 24px;
	margin-left: 8px;
	margin-right: 16px;
	background-color: #001060;
	display: inline;
	background-repeat: repeat;
	background: #001060;
}

#mainnav a:active, #mainnav a:focus, #mainnav a:link, #mainnav a:visited, #mainnav a:hover {
	font-weight: bold;
	font-size: 18px;
	color: #001060;
	vertical-align: middle;
	text-align: left;
	border: 0;
	text-decoration: none;
	height: 24px;
	width: auto; 
	background-repeat: no-repeat;
	background-position: left;
	padding: 1px 5px 1px 30px;
}

#mainnav a:focus, #mainnav a:link, #mainnav a:visited {
	background-image: url(background/linkicon0.png);	
}

#mainnav a:active, #mainnav a:hover {
	background-image: url(background/linkicon1.png);	
}


#runner {
	position: relative;
	top: 0;
	z-index: 1;
	visibility: visible;
	width: 100%;
	min-height: 600px;
	margin: 0;
	padding: 0;
	overflow: visible;
	background-color: transparent;
	text-align: center;
}

#footer p {
	position: relative;
	bottom: 7px;
	z-index: 10;
	font-size: 10px;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #afafaf;
	margin-bottom: 10px;
}

#mainpage {
	width: 700px;
	height: auto;
	padding: 5px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	font-size: 115%;
	font-weight: 200;
}

p.tilehead {
	font-size: 100%;
	font-weight: bold;
} 

.tiletype {
	width: 850px;
	height: 150px;
	padding: 5px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.tiletype img {
	border: 2px solid #001060;
	float: left;
	margin-right: 3px;
}

.tiletype p {
	margin-top: 2px;
	margin-bottom: 0;
	font-size: 100%;
	text-align: justify;
}

.tiletype h2 {
	margin-bottom: 2px;
	margin-top: 0;
	font-size: 110%;
}



#addresspage, #contactpage, #endcontactpage {
	width: 700px;
	height: auto;
	padding: 5px;
	margin-top: 20px;
	text-align: center;
	font-size: 115%;
	font-weight: 200;
	margin-left: auto;
	margin-right: auto;
}

#endcontactpage p {
	text-align: center;
}

#contactpage p {
	text-align: justify;
	margin-left: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
	display: block
}

#contactpage div {
	width: 475px;
	margin-left: auto;
	margin-right: auto;
}

#contactpage fieldset {
	border: 3px solid #001060;
	padding: 3px;
	margin: 10px;
	text-align: center; 
	color: #001060;
}

#contactpage label {
	font-weight: normal;
	margin: 0;
}
#contactpage legend {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: #001060;
}

#addresspage h3, #contactpage h3 {
	text-align: left;
	margin-bottom: 2px;
}

#addresspage p {
	margin-left: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
	display: block;
}

.contact label {
	float: left;
	margin: 0;
}
.contact input {
	float: right;
	margin: 0;
}
textarea.message {
	width: 423px;
	height: 250px;
	margin: 0;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}

span.contact {
	border-left: 2px;
	border-right: 2px;
}

#outererror {
	position: absolute;
	top: 400px;
	left: 0;
	z-index: 20;
	width: 100%;
	text-align: center;
}

#errorscreen {
	float: none;
	width: 450px;
	height: auto;
	padding: 0 0 10px 0;
	background-color: #FFFFFF;
	border: 3px solid #001060;
	display: block;
	margin-bottom: 16px;
	overflow: hidden;
	visibility: visible;
	background-image: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#errorscreen h1 {
	padding-bottom: 3px;
	padding-top: 3px;
	margin-bottom: 0;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	width: 100%;
	background-image: none;
}

#errorscreen p {
	margin-bottom: 3px;
	margin-top: 3px;
	text-align: center;
	font-size: 105%;
	padding: 0 10px 0 10px;
	font-weight: bold;
}

