/* Site-Wide Styles */
a {
	color: #017DC5;
	text-decoration: none;
}
a:hover {	
	text-decoration: underline;
}
img {
	border: 0;
	padding: 0;
	margin: 0;
}
h1 {
	font-weight: normal;
	font-size: 32px;
	color: black;
}
b {
	display: block;
	color: black;
	padding-bottom: 5px;
}
ol {
	float: left;
	text-indent: none;
	list-style: none;
	padding: 0;
	margin: 0;
}

.colorGreen {
	color: #9FC300;
}

.float {
	float: left;
}
body {
	width: 1070px;
	color: #777777;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 21px 0 0 28px;
}
#navigation {
	width: 100%;
	height: 53px;
	background: url('../images/brees.gif') 745px 3px no-repeat;
	border-top: 2px solid black;
	border-bottom: 1px solid #C0C0C0;
	margin-bottom: 11px;
	color: #8C8C8C;
	line-height: 53px;
}
#navigation a {
	color: #8C8C8C;
}
#navigation a:hover {
	color: black;
	text-decoration: none;
}
#navigation b {
	margin: 0;
	padding: 0;
}
#navigation ol li {
	float: left;
	padding-right: 17px;
}
#navigation img {
	padding-top: 15px;
}
p {
	line-height: 17px;
}
#footer {
	width: 100%;
	font-size: 11px;
	color: #646464;
	margin-top: 15px;
	border-bottom: 1px solid #C0C0C0;
	padding: 40px 0;
	float: left;
	clear: left;
}
#footer #ftBrees {
	color: black;
}