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: #2e3645;
  color: #2a2d2e;
  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: #6982b5;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8E9FD0;
}
h2 {
	color: #6982b5;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #66CCFF;
	padding: 2px;
}
a,  a:link {
  color: #d74f4f;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #3b62a6;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #ca0009;
  text-decoration: underline;
}
a:focus {
  color: #ca0009;
}
a:active {
  color: #262499;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 80%;
}
#outerWrapper #header {
	background-color: #B7C8DD;
	border-bottom: solid 1px #5a6484;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #eaeff5;
	border-right: solid 1px #8e9fd0;
	float: right;
	padding: 10px;
	width: 16em;
}
.120border {
	padding: 3px;
	border: 2px solid #66CCFF;
	background-color: #8E9FD0;
}

#outerWrapper #contentWrapper #content {
	padding: 10px;
	margin-top: 0;
	margin-right: 18em;
	margin-bottom: 0;
	margin-left: 0px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  background-color: #eaeff5;
  border-top: solid 1px #8e9fd0;
  padding: 10px 10px 10px 10px;
}
#nav {
	font-size: 12px;
	line-height: 14px;
	padding: 5px;
	border: 1px solid #6982B5;
}
