@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font: 12px/20px normal Arial, Helvetica, sans-serif;
	background: #1c3491;
}
p {
	margin: 20px 0 0 0;
	font-size: 12px;
}
a, a:visited {
	color: #f1b20b;
	text-decoration: none;
	border-bottom: 1px dotted #f1b20b;
	font-weight: bold;
}
a:hover {
	color: #7b88bd;
	border-bottom: 1px dotted #7b88bd;
}
p a {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 auto 10px;
}
h1 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #1c3491;
	text-align: center;
}
h2 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #f1b20b;
}
h3 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	text-align: center;
}
h4 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1c3491;
	font-weight: bold;
	text-align: center;
}
img {
	margin: 5px 10px;
	border: 1px solid #FFF;
}
a {
	outline: none;
}
/* HEADER */
#header #logo {
	margin: 30px auto;
	text-align: center;
}
#header h1 a {
	display: block;
	height: 200px;
	width: 200px;
	border: none;
	text-align: center;
	margin: 0 auto;
	background: url(../Image/cycling4change.jpg) no-repeat;
}
#header span {
	display: none;
}
/* NAV */
#header #nav1 {
	list-style: none;
	margin: 0 auto;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 10px 0; /* bottom: 46 */
	left: auto;
	right: auto;
}
#header li {
	display: inline;
	padding: 0;
	margin: 0 8px;
}
#header li a {
	border: none;
	padding: 10px 0 0;
	margin: 0;
	font-size: 15px;
	color: #f1b20b;
}
#header li a:hover {
	color: #fff;
}
/* TABLES */
table {
	text-align: center;
	margin: auto;
}
td, th {
	padding: 8px 4px;
	vertical-align: top;
}
td {
	text-align: left;
}
table.search {
	text-align: center;
	border: 1px solid #ddd;
	width: 100%;
	margin: 0 auto;
}
#stage .search p {
	font-weight: bold;
	text-align: center;
}
.search li {
	display: inline;
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
	background: url(../Image/arrow.gif) no-repeat left center;
}
table.search form {
	text-align: center;
	margin: 5px auto;
}
table.search .result {
	font-weight: bold;
	text-align: center;
	margin: 5px auto;
}
table.logistics {
	margin: 10px auto;
	width: 100%;
	text-align: left;
	vertical-align: top;
	border: 2px solid #000;
	border-collapse: collapse;
}
table.logistics th {
	text-align: right;
	width: 25%;
	font-weight: bold;
	color: #000;
	padding: 5px 10px;
	border-top: 1px dotted #000;
	margin: 0;
}
table.logistics td {
	padding: 5px;
	border-top: 1px dotted #000;
	margin: 0;
}
table.logistics p {
	padding: 5px 12px;
}
table.logistics ul {
	margin: 0 0 0 16px;
}
table.login th {
	background: #1c3491;
	color: #FFF;
	text-transform: uppercase;
}
/* FORMS */
input, textarea {
	width: 400px;
}
textarea {
	height: 200px;
}
input.button {
	width: 200px;
	text-align: center;
	margin: 5px auto;
	display: block;
}
/* DIVS */
#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
/* STAGE */
#header {
	padding: 0;
	margin: 0;
	/* background: url(../Image/bg-stage-top.gif) no-repeat bottom center; */
	position: relative;
}
#footer {
	margin: 0;
	padding: 10px 10px 0;
	/* background: url(../Image/bg-stage-bottom.gif) no-repeat top center; */
}
#footer a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
#stage {
	text-align: center;
	padding: 30px;
	background: #fff;
	border: 2px solid #000;
	margin: 0;
	display: block;
	overflow: auto;
}
#stage p {
	text-align: left;
}
#stage ul, #stage ol {
	text-align: left;
	margin: 10px 0 10px 20px;
}

.sponsors {
	text-align: center;
	margin: 0 auto;
	float:none;
}
.sponsors img {
	display: inline-block;
	margin: 15px;
	float: none;
	border: none;
}
.sponsors a {
	border: none;
}
.about {
	border-bottom: 1px dashed #ccc;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.member img {
	border: 1px solid #000;
}
.left {
	text-align: left;
}
.clear {
	clear: both;
}
ul.editsite {
	list-style: none;
}

/* HOME */
#datamain {
	border: 1px solid #000;
}
/* PROGRESS BAR */
.progressbar_done {
	background: #1c3491;
}
.progressbar_undone {
	background: #FFF;
}


