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: #AAC7A8;
  background-image: url(bkgrnd.png);
  background-repeat: repeat-x;
  color: #000;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
#outerWrapper {
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 750px;
}
#outerWrapper #header {
	background-color: #ddd;
	background-image: url(header.gif);
	border-width: 0px;
	font-size: 18px;
	font-weight: bold;
	height: 235px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #FFFFFF;
	border-right: dotted 1px #AAC8A7;
	color: #566D83;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	padding: 10px;
	width: 140px;
	margin-top: 60px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#outerWrapper #contentWrapper #leftColumn1 a, #outerWrapper #contentWrapper #leftColumn1 a:link {
	color: #5183C4;
	font-weight: bold;
	text-decoration: none;
}
#outerWrapper #contentWrapper #leftColumn1 a:visited {
	color: #5E5494;
	font-weight: normal;
	text-decoration: none;
}
#outerWrapper #contentWrapper #leftColumn1 a:hover {
	color: #99CBB6;
}
#outerWrapper #contentWrapper #content {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 18px;
  margin: 15px 10px 10px 180px;
}
#outerWrapper #contentWrapper #content a, #outerWrapper #contentWrapper #content a:link {
	color: #330099;
	text-decoration: underline;
}
#outerWrapper #contentWrapper #content a:visited {
  text-decoration: underline;
}
#outerWrapper #contentWrapper #content a:hover {
  text-decoration: underline;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  background-color: #010066;
  border-top: solid 1px #666;
  color: #21a4e7;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #footer a, #outerWrapper #footer a:link {
  color: #2EC5FC;
  font-weight: bold;
}
#outerWrapper #footer a:visited {
  color: #2EC5FC;
  font-weight: normal;
}
#outerWrapper #footer a:hover {
  color: #B6E5EC;
}
h1 {
  color: #010066;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
h2 {
  color: #010066;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
li {
	list-style-image: none;
	list-style-position: inherit;
}
