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;
  border-color: #000000;
  border-width: thin;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}
h2 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  
}
h2.arrow {
  color: blue;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  margin-left: 1px;
  text-decoration: underline;
}

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;
}

a.arrow,  a.arrow:link {
  color: blue;
  font-weight: bold;
  text-decoration: underline;
}
a.arrow:visited {
  color: blue;
  font-weight: bold;
  text-decoration: underline;
}
a.arrow:hover {
  color: blue;
  text-decoration: underline;
}
a.arrow:focus {
  color: blue;
  text-decoration: underline;
}
a.arrow:active {
  color: blue;
  text-decoration: underline;
}


#outerWrapper {
  background-image:url(images/bg_body_left.jpg);
  background-repeat:repeat-y;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 875px;
}
#outerWrapper #header {
  background-color: #ddd;
  border-bottom: solid 1px #666;
  font-size: 18px;
  font-weight: bold;

}
#outerWrapper #contentWrapper #leftColumn1 {
  
  background-color: #993300;
  border-right: solid 1px #666;
  float: left;
  padding: 10px 10px 10px 10px;
  width: 150px; 
}
#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #000000;
  border-left: solid 1px #666;
  float: right;
  padding: 10px 10px 10px 10px;
  width: 225px;
}
#outerWrapper #contentWrapper #content {
background-color: #ffffff;
  margin: 0 250px 0 170px;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper #content2 {
background-color: #ffffff;
  margin: 0 0 0 170px;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
  background-color: #993300;
  border-top: solid 1px #666;
  padding: 10px 10px 10px 10px;
}

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 134px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 134px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #ff6600;
border-bottom: 1px solid #993300;
border-left: 7px solid #993300;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 134px; /*IE*/
w\idth: 134px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #000000;
border-left-color: #ff9900;
}


#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: orange;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

</style>
