
/* CSS Document */
html, body {
	padding:0px;
	margin:0px;
	background-color:#2E1C00;
	background-image:url(images/bg4.gif); 
	font-family:Arial, Helvetica, sans-serif;
	border:none 0px;
}

.mainBody{
	width:720px;
	margin:auto;
	border:none 0px;
	margin-top:0px;

}

.headerSpacer {
	width:720px;
	clear:both;
	height:20px;
}

/* header */
.header {
	width:720px;
	height:130px;
	clear:both;
	margin:0px;
	padding:0px;
}

.header img {
	border:none 0px;
}


.header h1 {
	color:#F3DC9F;
	margin:0px;
	padding:0px;
	font-size:32px;
	font-weight:normal;
	letter-spacing: .15em;
}

.headerTitle {
	margin-top:0px;
	padding-top:8px;
	padding-left:0px;
	height:71px;
}

.headerSlogan {
	color:#F3DC9F;
	font-size:16px;
	font-weight:normal;
	letter-spacing: .07em;
}
.hrun {
	color:#CCB043;
}
.hwalk {
	color:#CCB043;
}
.hskip{
	color:#CCB043;
}
.hjump {
	color:#CCB043;
}

.headLogo{
float:left;
margin-right:0px;;
}

.navBox {
	color:#FFFFFF;
	font-size:12px;
	background-color:#475900;
	height:32px;
}
.navBoxBottom {
	background-color:#F5F1E4;
	height:19px;
}
.navBox a {
	color:#D7E8B2;
	font-size:12px;
	margin-right:20px;
	margin-top:8px;
	text-decoration:none;
	float:right;
}

.navBox a:hover {
	color:#F5F1E4;
	text-decoration:underline;
}

/* Body */

.contentBox {
	width:720px;
	background-color:#F5F1E4;
	border-bottom:solid 10px #475900;
}

.content {
 width:690px;
 margin:auto;
 clear:both;
}

.content a {
	color:#803030;
	text-decoration:none;
}
.content a:hover {
	color:#1C8C00;
	text-decoration:underline;
}

.contentSpacer {
	width:690px;
	clear:both;
	height:20xp;
}

h2 {
	color:#508C30;
	font-size:17px;
	font-weight:bold;
}

h3 {
	color:#508C30;
	font-size:14px;
	font-weight:bold;
	margin-top:30px;
}

p{
	color:#000000;
	font-size:12px;
	font-weight:normal;
}

.bottomLink {
	width:680px;
	text-align:center;
	margin:auto;
}

/*sponsors */
.spbox{
	width:200px;
	height:200px;
	margin:13px;
	float:left;
}
.spbox img {
	border:solid 4px #E5E1D4;
}
.spbox img:hover {
	border:solid 4px #508C30;
}


.spboxs{
	width:150px;
	height:145px;
	margin-left:40px;
	margin-right:40px;
	float:left;
}
.spboxs img {
	border:solid 1px #F5F1E4;
}
.spboxs img:hover {
	border:solid 1px #1C8C00;
}

.spboxh{
	width:300px;
	height:65px;
	clear:both;
	margin:auto;
	position:relative;
	top:10px;
}
.spboxh img {
	border:solid 1px #F5F1E4;
}
.spboxh img:hover {
	border:solid 1px #1C8C00;
}