html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
/*  background-color: #453742; */
  color: #2c2c2e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
	color: #003333;
  font-size: 2.5em;
  font-weight: bold;
}
h2 {
  color: #bb858e;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #dd545e;
	color: #003333;
	
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #974a63;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #c8314b;
  text-decoration: underline;
}
a:focus {
  color: #c8314b;
}
a:active {
  color: #761b36;
}
#outerWrapper {
  background-color: #fff;
  margin: 20px auto 0 auto;
  text-align: left; 
  width: 780px;
}
#outerWrapper #title {
  background-color: #fff;
  margin: 10px auto 10px auto;
	text-align:center;
  width: 780px;
}
#outerWrapper #header {
  background-color: #fff; /* #9db368; */
  border: solid 1px #999999;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 10px 10px 10px 10px;
	text-align:center;
}
#outerWrapper #header img {
	border:none;
	text-align:center;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 0; 
  padding: 10px 10px 10px 10px;
}
#outerWrapper #footer {
  background-color: #f7f9dd;
  border-top: solid 1px #9db368;
  padding: 10px 10px 10px 10px; 
}
p.backlink {
	text-align:right;
}
li {
	line-height:2em;
}

/* Accordion */
#accordion {
	margin:10px 0px;
	width:765px;
}

h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	background: #D2E0E6;
  background:#CCCCCC;

	color: #528CE0;
	color: #003333;

	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}
