body {
  background: rgb(232, 233, 234);
  background: #EBDFB1;
  color: #000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin:0;
  text-align: center;
}

.centerbox {
  margin: 0 auto; /* centers .centerbox in standard browsers */
  padding:0;
  font-weight: normal;
  text-align: left;
  line-height:1.3em;
  overflow: visible;
  width: 464px;
  width:90%;
  /*background:#fff url(images/bg_content_sx.gif) repeat-y 0 0;*/
  background-color:#fff;
  margin-top:18px;
  margin-bottom:18px;
  position:relative;
}

.centerbox ul,
.centerbox ol
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

.centerbox ol {margin-left:22px;}

.centerbox ol li {
list-style-type:lower-alpha;
}

.centerbox ul li
{
padding-left: 14px;
/*background-image: url(images/list_dot.gif);*/
background-repeat: no-repeat;
background-position: 0 0.2em;
}

.centerboxContent {
  width: 100%;
  /*background:transparent url(images/bg_content_dx.gif) repeat-y 100% 0;*/
}

#mainTitle {
height:34px;
/*background:rgb(169, 171, 174) url(images/bg_center_top2.gif) no-repeat 0 0;*/
margin-right:19px;
margin-left:19px;
}

#mainTitle h2 {
position:relative;
  width:100%;
  margin:0;
  height:33px;
  /*background:transparent url(images/bg_center_top_right.gif) no-repeat 100% 0;*/
  text-align:left;
}

#mainTitle h2 span {
color:#dd0505;
color:#000;
/*position:absolute;
top:14px;
left:105px;*/
padding-right:10px;
}

#centerFooter {
height:11px;
/*background:transparent url(images/bg_center_bottom.gif) no-repeat 0 100%;*/
margin-right:19px;
margin-left:19px;
}

#centerFooter p {
margin:0;
padding:0;
line-height:11px;
height:11px;
width:100%;
/*background:transparent url(images/bg_center_bottom_right.gif) no-repeat 100% 100%;*/
}


.textpadder {padding: 8px 34px;padding: 8px 20px;}

/************** Generic Rules *************/
a, a.visited {color: #c5b79f; text-decoration:none;/*vertical-align: bottom;*/}
a:hover {text-decoration:underline;}

p  {margin: .8em 0;}

h1 { font-size: 1.3em; color:#a9a9a9;}

h2 { font-size: 1.2em; line-height:1.2em; color:#a9a9a9;}

h3 { font-size: 1em; color:rgb(233, 81, 45);}