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: #4CA5D1;
	background-image: url("/images/background.gif");
	color: #2d2e2e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: #339900;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #339900;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
  color: #33CC33;
  text-decoration: underline;
}
a:focus {
  color: #339900;
}
a:active {
  color: #339900;
}
#outerWrapper {
  border: dashed 2px #666666;
  margin: 50 auto 0 auto;
  text-align: left;
  width: 800px;
}
#outerWrapper #header {
	background-image: ;
	background-position: ;
	background-repeat: ;

	font-size: 18px;
	font-weight: bold;
	
	
}
#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;
}

