#outerWrapper2{
  background-color: #fff;
  /*border-color:#000000; border-style:solid; border-width:1px;*/
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 800px; 
}
#outerWrapper3{
  background-color: #fff;
  /*border-color:#000000; border-style:solid; border-width:1px;*/
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 800px; 
}
/* This is a container for the page toplinks.*/
#outerWrapper2 #toplinks{
  	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  	text-align: left; /* Redefines the text alignment defined by the body element. */
	padding: 0px 0px 10px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper3 #footerlinks{
  	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  	text-align: right; /* Redefines the text alignment defined by the body element. */
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align:left;
}
/*Top Links*/
/* Sets the style for unvisited links. */
#toplinks a:link {
  color: #00000;
  text-decoration: none;
}
/* Sets the style for visited links. */
#toplinks a:visited {
  color: #00000;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
#toplinks a:hover {
  color: #00000;
}
/* Sets the style for a link that is being activated/clicked. */
#toplinks a:active {
  color: #00000;
}

/*Footer Links*/
/* Sets the style for unvisited links. */
#footerlinks a:link {
  color: #00000;
  text-decoration: none;
}
/* Sets the style for visited links. */
#footerlinks a:visited {
  color: #00000;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
#footerlinks a:hover {
  color: #00000;
}
/* Sets the style for a link that is being activated/clicked. */
#footerlinks a:active {
  color: #00000;
}
.footeritem{ padding:10px 10px 10px 10px;}
