html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
	background-color: #eeeeee;
}

#banner {
	background-color: #535353;
	height: 125px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	margin-bottom: 0px;
	text-align: center;
	text-transform: capitalize;
	font-family: Georgia;
	font-size: 40px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #FFFFFF;
	line-height: 150%;
	min-width: 1000px;
}

h1 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	color: #852b2b;
	line-height: 130%;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: black;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
	text-align: left;
	color: black;
}

.class1 a:link, a:visited, a:active {
	color: #ce153a;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: none;
}

.class1 a:hover {
	color: white;
	background-color: #ce153a;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-decoration: none;
}

.class2 a, a:active {
	text-decoration: underline;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	color: white;
}

.class2 a:hover {
	text-decoration: none;
	color: white;
	background-color: #ce153a;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

#container {
	background-color: white;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}


#content {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: white;
	padding-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	line-height: 140%;
	max-width: 850px;
}

#toclink {
	background-color: #fffde5;
	color: black;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-top: 0px;
	min-height: 50px;
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 10px;
	text-align: center;
	width: 205px;
}

.nextlink {
	background-color: #ce153a;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	width: 150px;
	float: right;
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 10px;
	text-align: center;
}

.prevlink {
	background-color: #ce153a;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 10px;
	width: 150px;
	float: left;
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 10px;
	text-align: center;
}

#footer {
	background-color: #535353;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	margin-top: 0px;
	min-width: 1000px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	text-align: center;
	clear: both;
}




