
html, body {
  padding: 0; margin: 0;
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
  font-size: 12px;
  color: #000000; 
  text-align: center;
  width:100%;
  height:100%;
  list-style-image : url(../images/bullet_01.gif);
  background: #d9d9d9 url(../images/background.gif) top repeat-x;
}

a {
	color: #000000; font-weight:bold; text-decoration: none;
}
a:hover {
	color: #cd0000; 
}

ul {
  padding:0; margin:10px 0 0 15px;
}
li {
  padding:0 0 8px 0;
}

.compact ul {
  margin: 0px 0 0 0px;
}
.compact li {
  padding: 0 0 0 0;
}


#top {
 text-align: left;
 width:1001px; height:155px; 
 margin: auto;
 position: relative;
}

#middle {
 text-align: left;
 width: 1001px;
 margin: auto;
 
}

#content-area {
  margin-top:5px;
  background: url(../images/content-background.gif) top left no-repeat;
  position:relative;
}

#footer-outer { 
  color:#d4d2d2;
  text-align: center; 
  background: url(../images/footer-outer-background.gif) repeat-x; 
  height:300px; width:100%; 
  margin-top:40px; 
  font-size: 12px; 
  clear:both;
  position: absolute;
  bottom: 0;
  right:0;
}

#footer-inner {
  width:1020px;
  height: 180px;
  background: url(../images/footer-inner-background.gif) top left no-repeat;
  margin-left: auto;
  margin-right: auto;
}

#footer-outer a { color: #b0b0b0; text-decoration:none; }
#footer-outer a:hover { color:#FFFFFF; }

.footer-title {  font-weight: bold; color: #000000; }

.footer-box {
  float: left;
  height:102px;
  border: 0px solid black;
  padding-top: 40px;
  text-align: left;
}
.footer-box-divider { padding:45px 23px 0 0; float:left;  }

#footer-lower {
  color: #b0b0b0;
  border: 0px solid red;
  padding-top: 17px;
  text-align: center;
  clear:both;
  font-size: 11px;
}
#footer-lower a {
  color: #b0b0b0;
}
#footer-lower a:hover {
  color: #d4d2d2;
}