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: #353c48;
  background-image: url("/images/background.gif");
  color: #2d2e2e;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
}
h1 {
  color: #69c;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #69c;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #4095df;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #4870aa;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #33CC33;
  text-decoration: underline;
}
a:focus {
  color: #2170bd;
}
a:active {
  color: #039;
}
#outerWrapper {
  border: dashed 2px #666666;
  margin: 50 auto 0 auto;
  text-align: left;
  width: 800px;
}
#outerWrapper #header {
	background-image: url("/images/header.gif");
	background-position: center;
	background-repeat: no-repeat;

	font-size: 18px;
	font-weight: bold;
	height: 100px;
	line-height: 15px;
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper {
  background-image: url("/images/fauxcolumns.jpg");
  background-repeat: repeat-y;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #eaeff5;
  border-right: solid 1px #9bb6d2;
  float: left;
  padding: 10px 10px 10px 10px;
  width: 200px;
}
#outerWrapper #contentWrapper #content {
  background-color: #eaeff5;
  border: ;
  margin: 0 0 0 220px;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	background-color: #eaeff5;
	border-top: solid 1px #9bb6d2;
	margin-top: 20px;
	padding: 10px 10px 10px 10px;
}
