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: #2b3a3c;
  color: #2d2e2e;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
h1 {
  color: maroon;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
}
h2 {
color: maroon;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
}
h2.hdr {
  color: white;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
}
h2.sbr {
  color: #300000;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}
a,  a:link {
  color: #FF3300;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #FF3333;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #FF6600;
  text-decoration: underline;
}
a:focus {
  color: #FF6600;
}
a:active {
  color: #FF0000;
}
img {
border-color:#660000;
}
li.sidebar {
	list-style: none;
	margin-left: -32px;
	text-align: left;
	color:#FFFFFF;
	font-weight:bold;
}
ul.main {
list-style-image:url(../images/166.gif);
}
#outerWrapper {
  margin: 10px auto 10px auto;
  background-image: url(../images/beige.jpg);
  background-repeat:repeat-x repeat-y;
  max-width: 1024px;
  min-width: 800px;
  text-align: left;
  width: 80%;
}
#outerWrapper #header {
  background-image: url(../images/aquidhdrgrad.jpg);
  background-repeat: repeat-x;
  color: white;
  font-size: 18px;
  font-weight: bold;
  height: 200px;
  line-height: 18px;
  padding: 10px 10px 0 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #headerpic {
z-index: 
background-image: url(../images/house moves200012.jpg);
position: absolute;
top: 10px;
width: auto;
  height: 200px;
}
#outerWrapper #topNavigation {
  text-align: center;
  background-color: #ff0000;
  height: 25px;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #8c0000;
  background-image: url(../images/aquidsbrgrad2.jpg);
  background-repeat: repeat-x;
  color: #dcdcdc;
  border-right: solid 1px #8ab573; /* Sets the right border properties for an element using shorthand notation */
  float: left;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 12em;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 14em; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  font-size:13px;
  text-align: center;
  background-color: #8c0000;
  background-image: url(../images/aquidsbrgradftr.jpg);
  background-repeat: repeat-x;
  color: #dcdcdc;
  padding: 10px 10px 4px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

div#slides
{
width:600px;
height:680px;
margin:0 auto;
}

.sidebar {font-size:12px;
  line-height:18px;}
.style3 {font-size: 36px;}
.style6 {font-size: 48px;}
.style7 {font-size: 10px;}
.style8 {font-size: 16px; color:#dcdcdc;}
.style9 {color: #FFFFFF;}
.style10 {font-size: 24px; color:#dcdcdc;}
.style11 {color: #FFFFFF; font-weight: bold;}
.style12 {font-size: 16px; color:maroon;}

<!--[if IE 5]>
<style type="text/css"> 
/* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
#outerWrapper #contentWrapper #leftColumn1 {
  width: 14em;
}
</style>
<![endif]-->
<!--[if IE]>
<style type="text/css"> 
/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper #content {
  zoom: 1;
}
</style>
<![endif]-->
