body {
	margin: 0;
	background: url(../images/bkgrd.jpg) repeat-x;
}


/* Text Elements */

.headlines {
	color: #61b1c4;
	text-decoration: none;
	font: normal normal normal 26px/24px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.subheads {
	color: #61b1c4;
	text-decoration: none;
	font: normal normal normal 18px/24px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	text-transform: none;
}

p {
	color: #6f7073;
	font: normal normal 11px/26px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-decoration: none;
}

.bodycopy {
	color: #6f7073;
	font: normal normal 11px/20px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-decoration: none;
}

.news-title {
	color: #3f595f;
	font: normal bold 11px/24px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}

.news-control {
	color: #d6d465;
	font: normal bold 11px/24px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}

.news-content {
	color: #ffffff;
	font: normal bold 11px/24px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

/* Text Links */

a.bodycopy:link {
	border-bottom: thin dotted #8a0b05;
	text-decoration: none;
}

a.bodycopy:visited {
	border-bottom: thin dotted #8a0b05;
	text-decoration: none;
}

a.bodycopy:hover {
	color: #8a0b05;
	border-bottom: thin dotted #8a0b05;
	text-decoration: none;
}

a.bodycopy:active {
	color: #8a0b05;
	border-bottom: thin dotted #8a0b05;
	text-decoration: none;
}

/* Navigation */

.mainnav {
	color: #6f7073;
	font: normal normal 11px/24px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-decoration: none;
}

.mainnav-on {
	color: #8a0b05;
	font: normal normal 11px/24px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-decoration: none;
}

.mainnav-spacers {
	color: #6f7073;
	font: normal normal 11px/24px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-decoration: none;
	padding: 0 15px;
}

a.mainnav:link {
	text-decoration: none;
}

a.mainnav:visited {
	text-decoration: none;
}

a.mainnav:hover {
	color: #8a0b05;
	text-decoration: none;
}

a.mainnav:active {
	color: #8a0b05;
	text-decoration: none;
}

/* Footer */

.footer {
	color: #ffffff;
	font: normal normal 11px/24px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-decoration: none;
}

a.footer:link {
	text-decoration: none;
}

a.footer:visited {
	text-decoration: none;
}

a.footer:hover {
	color: #363b40;
	text-decoration: none;
}

a.footer:active {
	color: #363b40;
	text-decoration: none;
}




