body {
	padding: 0;
	margin: 0;
	font-family: Trebuchet, Arial, san-serif;
	color: #5F6062;	
	color: black;
	font-size: 12px;
	line-height: 16px;
	background-color: #FFF9EF;
}

img {
	border: 0;
}

hr {
	height: 1px; 
	border: 0;
	color: #FDB813; 
	background-color: #FDB813;
	margin-top: 15px;
	margin-bottom: 15px;
}

a:link, a:visited {
	color: #C41230;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 868px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/corners.jpg); 
	background-repeat: no-repeat; 
	background-position: bottom;
	background-color: white;
}

#topnav {
	margin-bottom: 0; 
}

#topnav a:link, #topnav a:visited {
	display: block;
	float: left;
	border-left: 1px solid #C41230;
	padding-left: 5px;
	width: 105px;
	color: black;
	text-decoration: none;
	padding-top: 25px;
	font-size: 13px;
	font-weight: normal;
}

#topnav a:hover, #topnav a.active {
	background-color: #FFF9EF;
}

#footer {
	padding: 10px;
	padding-bottom: 20px;
	margin-top: 15px;
	/* border-top: 1px solid #FDB813; */
	color: #6D6F71;
	font-size: 10px;
	letter-spacing: 1px;

}

#footer a:link, #footer a:visited {
	color: #6D6F71;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.rednote a:link, .rednote a:visited {
	color: #C41230; text-decoration: underline;
}

ul {
	list-style: bullet;
	margin-left: 20px;
	padding-left: 0;
	margin-top: 10px;
	padding-top: 0;
	line-height: 12px;
}

li {
	margin-left: 1em;
	padding-left: 0;
	margin-bottom: 10px;
}

.red {
	color: #C41230;
}

.black {
	color: black;
}

.quote {
	color: #C41230; margin-top: 40px; padding-left: 25px; padding-right: 45px; font-size: 13px; line-height: 18px;
}
.quotesource {
	padding-left: 25px; padding-right: 45px; font-size: 11px; color: black; margin-top: 10px; line-height: 11px; font-weight: normal;
}

h1 {
	font-size: 12px;
	font-weight: normal;
	color: #C41230;
	margin-top: 0;
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	color: #C41230;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: uppercase;
}

#subnav {
	border-top: 1px solid #C41230;
	margin-top: 40px;
	background-color: #FFF9EF;
	width: 220px;
	margin-bottom: 50px;
}

#subnav a:link, #subnav a:visited {
	font-size: 13px;
	display: block;
	border-bottom: 1px solid #FFC53E;
	color: black;
	padding: 5px;
	padding-left: 20px; 
	padding-right: 20px;
}
#subnav a:hover, #subnav a.active {
	color: #C41230;
}
