
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: #333333;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}

#outerWrapper {
  background-color: #000;
  border-width: 0px; 
  margin: 0 auto 0 auto; 
  padding: 0;
  text-align: left; 
  width: 900px;
}

/*  top navigation styles */
#outerWrapper #fullWidthHeader {
  background-color: #000000;
  border: 0px; 
  float: none;
  font-size: 12px;
  height: 115px;
  margin: 0px; 
  padding: 0px; 
  text-align: left;
  width: 900px;
}

#outerWrapper #oneColumn {
	background-color: #d55512;
	border: 0px; 
	margin: 5px 10px; 
	padding: 0px; 
	width: 880px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

#outerWrapper #oneColumn #content {
  background-color: #FFFFFF;
  width: 780px;
  margin: 10px 5px 10px 10px;
  padding: 40px; 
  border: 0px solid #000;  
  text-align: center;   
}
#outerWrapper #oneColumn #content .centerIt {text-align: center;}

.indentIt {margin: 25px;}

h1 {
  color: #d55512;
  font-size: 22px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.3em;
  padding-bottom: 1em;
}

h2 {
  color: #d55512;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 1em;
}
h3 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 1em;
}
p {
	font-size: 14px;
	color: #000;
	padding-bottom: 5px;
}
ul, li {
	font-size: 14px;
	color:  #000;
	font-weight: normal;
	padding-bottom: 1em;
}
.line1 {color:#d55512; font-weight:bold;}

/* this is footer stuff */

#outerWrapper #fullWidthFooter {
  width: 900px;
  padding: 0px; 
  margin: 0; 
  color: #ffffff;
  font-size: 14px;
  font-family: Verdana;
}
#outerWrapper #fullWidthFooter a {
  color: #ffffff;
}
#outerWrapper #fullWidthFooter a:hover {
  color: #d55512;
}

#outerWrapper #fullWidthFooter table {
	background-color: #696969;
	width: 880px;
	padding: 20px 10px;
}	

#outerWrapper #fullWidthFooter td {
	padding: 5px;
}	
