body.new {
   font-family: tahoma, verdana, helvetica, arial, sans-serif;
   background-color: #fff;
   color: #333;
   background-image: none;
}
  
#wrapper {
   position: relative; 
   margin: 0 auto; 
   text-align: left; 
   border: 0;
   width: 1024px;
}

#top_bar {
   width: 1024px;
}

#tb_filler_left, #tb_filler_inner_left, #tb_filler_inner_right, #tb_filler_right {
   float: left;
   height: 150px;
   background-color: #fff;
   background-image: url('graphics/top_spacer.gif');
   background-repeat: repeat-x;
   margin-top: 40px;
}

#tb_filler_left, #tb_filler_right {
   width: 20px;
}

#tb_filler_inner_left {
   width: 20px;
}

#tb_mm_left, #tb_mm_right {
   float: left;
   width: 60px;
   height: 150px;
}

#tb_mm_left {
   background-color: #fff;
   background-image: url('graphics/figure_left.jpg');
   background-repeat: no-repeat;
   background-position:15px;
}   

#tb_mm_right {
   background-color: #fff;
   background-image: url('graphics/figure_right.jpg');
   background-repeat: no-repeat;
}   

#tb_filler_inner_left, #tb_filler_inner_right {
   width: 182px;
}

#tb_logo {
   float: left;
   width: 500px;
   height: 150px;
   text-align: center;
   margin-top: 0;
}

#content, #copyright {
   clear: both;
}

#nav {
   float: left;
   position: relative;
   top: -95px;
   width: 1024px;
   left: 137px;
   text-align: center;
}

#menubar ul {
   height: 25px;
}

#menubar ul li {
   display: inline;
   float: left;
   height: 25px;
   background-color: #666;
   color: #333;
   font-size: 1.2em;
   padding: 5px;
   padding-top: 10px;
   padding-left: 3px;
   padding-right: 3px;
}

#menubar ul li a {
   text-decoration: none;
   font-size: 1.2em;
   color: #333;
   background-color: #ccc;
   padding: 5px;
   padding-bottom: 5px;
}

#menubar ul li a:hover {
   text-decoration: underline;
   font-size: 1.2em;
   color: #fff;
   background-color: #a50052;
}

#content {
   position: relative;
   float: left;
   width: 1024px;
   padding-bottom: 5px;
   border-bottom: 2px solid #333;
}

#content-sep {
   width: 1026px;
   height: 10px;
   float: left;
   background-image: url('graphics/content_sep.gif');
   background-repeat: repeat-x;
}

#content-left {
   float: left;
   width: 590px;
   padding: 0;
   padding-top: 5px;
   padding-right: 10px;
   font-size: 1.2em;
   color: #333;
}

#content-left p {
   text-align: justify;
}

#content-right {
   float: left;
   width: 420px;
   padding: 0;
   padding-top: 5px;
}

#cr-left {
   width: 200px;
   height: 245px;
   padding: 0;
   float: left;
}

#cr-right {
   width: 200px;
   padding: 0;
   padding-left: 10px;
   float: left;
}

#caption {
   float: right
   clear: right;
   margin-top: 10px;
   width: 180px;
   background-color: #333;
   color: #fff;
   font-size: 0.9em;
   padding: 10px;
   padding-top: 14px;
   padding-bottom: 14px;
   text-align: left;
}

#newfooter {
   clear: all;
   margin-top: 3px;
   float: left;
   width: 1024px;
   padding-top: 5px;
   padding-bottom: 6px;
   font-size: 1em;
   text-align: center;
   color: #fff;
   background-color: #a50052;
}

#newfooter a {
   font-size: 1em;
   color: #fff;
   text-decoration: none;
}

#newfooter a:hover {
   color: #fff;
   text-decoration: underline;
   background-color: #a50052;
}
   
#copyright {
   padding-top: 5px;
   color: #000;
   font-size: 1em;
   text-align: center;
}

