﻿/* CONTENT ISLANDS */

h1 {
	color: #a21b21;
}
h2 {
	color: #a21b21;
}
h3 {
	color: #a21b21;
}
p.week {
	font-size: 1.25em; font-weight: bold; color: #a21b21;
}	
a {
	color: #a21b21;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: red;
}
a:visited {
	color: #511515;
}

#headerWrapper {

	height: 120px;
	width: 900px;
	background-color: transparent;
	background-image: url(/images/nav/new/co-allnav.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	margin: 0 auto;

}

ul.new-nav {
	clear:both;
	list-style: none;
	margin:0 0 0 10px;
	padding:0;
	float:left;
	width:900px;
}

.new-nav li {
	float:left;
	margin:0;
	padding:5px 5px 0;
}

.new-nav li a, .new-nav li a:hover, .new-nav li a:active, .new-nav li a:visited {
	color:#fff;
	text-decoration:none;
	padding:5px;
}