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: #3f3e3c;
  color: #000;
  font-family: Verdana, 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: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 800px;
  border-left: solid 1px #666;
  border-right: solid 1px #666;
  border-bottom: solid 1px #666;
}
#outerWrapper #header {
	background-color: #66CC33;
	background-image: url(Innovative_Admin_Header.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: solid 3px #666;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0 10px 0 10px;
}
#outerWrapper #header .htext {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
}
#outerWrapper #header .htext a:link {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#outerWrapper #header .htext a:visited {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#outerWrapper #header .htext a:hover {
  color: #fff;
  text-decoration: underline;
}
#outerWrapper #header h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
#outerWrapper #header h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
#outerWrapper #header a, #outerWrapper #header a:link {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
#outerWrapper #header a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#outerWrapper #header a:hover {
  color: #000;
  text-decoration: underline;
}
#outerWrapper #header a:focus {
  color: #000;
}
#outerWrapper #header a:active {
  color: #000;
}
#outerWrapper #contentWrapper #content {
  padding: 10px 10px 10px 10px;
}
#outerWrapper #footer {
  background-color: #66CC33;
  border-top: solid 1px #666;
  padding: 10px 10px 10px 10px;
}
.required {
	font-size: 10px;
	color: #FF0000;
}