@charset "UTF-8";
/* CSS Document */

table#top-header {
	 background-color: #E51937;
	 background-image: url(../images/header-bg-1.jpg);
	 background-repeat: no-repeat;
}

table td#left-nav {
	background-image:url(../images/left-bg.gif);
	background-repeat: no-repeat;
}

table td#body-cell {
	background-image: url(../images/top-shadow.gif);
	background-repeat: no-repeat;
}

p#top-nav {
	color: #FFFFFF;
	margin: 0;
	padding-right: 30px;
	padding-bottom: 18px;
}
p#top-nav a {
	color: #FFFFFF;
	text-decoration: none;
}

ul#navigation {
	list-style: none;
	margin: 28px 0 0 32px;
	padding: 0;
}

ul#navigation li {
	margin-bottom: 3px;
}

ul#navigation a {
	color: #717171;
	text-decoration: none;
}

ul#navigation a:hover {
	color: #E51937;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	color: #E51937;
	font-size: 18px;
	line-height: 1.5em;
	margin-top: 0;
}

h3 {
	color: #E51937;
	font-size: 11px;
	line-height: 1.5em;
	margin-bottom: 0;
}

p.bucket {
	margin-top: 6px;
	margin-bottom: 6px;
}

p.more {
	margin-top: 6px;
}

p.more a {
	color: #E51937;
	text-decoration: none;
}

p.more img {
	border: none;
	padding-left: 6px;
	vertical-align: baseline;
}