body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
#footer {
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


#top {
	background-color: #CC1E33;
	height: 150px;
	width: 791px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	padding-top: 65px;
}
#nav  {
	width: 791px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#nav ul {
	font-size: 10px;
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#nav li {
	margin: 0px;
	list-style: none;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#content-wrapper {
	width: 791px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.redline {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
}
.td-pad {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.info {
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-right: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC1E33;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-transform: uppercase;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-weight: normal;
}
.quote {
	font-style: italic;
	color: #666666;
	display: block;
}
.quote-pad {
	font-style: italic;
	color: #666666;
	display: block;
	margin-right: 20px;
}
a:link, a:visited, a:active {
	color: #CC1E33;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}
