* { margin: 0; padding: 0; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #003366;
	background-repeat: repeat;
	font-size: 100.01%;
}
#mainrunner {
	font-size: 90%;
	color: #1F2184;
	text-align:center;
	margin: 20px;
}
#mainrunner p {
	margin: 20px;
}
.runnersnav {
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #445476;
	height: 53px;
	background-image: url(../palisades-images/white-runner-wood.jpg);
}
.copy {
	line-height: 22px;
	color: #1F2184;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF6666;
}
a:active {
	color: #FF0033;
	text-decoration: none;
}
.copyright {
	font-size: 10px;
	color: #000066;
}
.redwood {
	background-image: url(http://www.palisades10k.com/palisades-images/red-runner-wood.jpg);
	height: 53px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 50px;
	color: #FFFFFF;
	font-weight: bold;
}
#footer {
	font-size: 75%;
	color: #000066;
	text-align:center;
}
#footer p {
	margin: 5px;
}

