html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

body {
	background-color: #CCCCCC;
	color: #000000;
	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: #000099;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #000066;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #0000FF;
  font-weight: bold;
  text-decoration: underline;
}
a:visited {
  color: #0000CC;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #0000FF;
  text-decoration: underline;
}
a:focus {
  color: #0000FF;
}
a:active {
  color: #000099;
}
#outerWrapper {
	background-color: #fff;
	margin: 0 Auto 0 Auto; 
	text-align: left; 
	width: 800px;
}
#outerWrapper #header {
	background-color: #000000; 
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	padding: 0;
	text-align: center;
}
#outerWrapper #headerblue {
	background-color: #3300FF; /
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	padding: 0;
	text-align: center;
}

#outerWrapper #contentWrapper #content {
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
}
#outerWrapper #footer {
  background-color: #EEFFFF;
  border-top: solid 1px #8ab573; 
  padding: 10px 10px 10px 10px; 
}
