body {
	background-color: #fafad2;
}
p {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
}
h1 {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0033;
	border-bottom-color: #CC0033;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-right: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
h2 {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0033;
	text-decoration: none;
}
a:visited {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0033;
	text-decoration: none;
}
a:hover {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0033;
	text-decoration: underline;
}
.button {
	background-color: #FFFFFF;
	border: solid #CC0033 1px;
	margin: 3px; 
	/*padding: 5px;*/
}
#leftNav1 {
	background-color: #cccc99;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	line-height: 14px;
	text-align: left;
	list-style-type: square;
	list-style-position: outside;
}
#leftNav1 img {
	margin-left:10px;
}
hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0033;
}
