* {
  margin: 0;
  padding: 0;
}


body {
  background: #FFFFFF;
  color: #000000;
  text-align: center;
}

h1 {
  font: normal 21px Georgia, Times, serif;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
}

h2 {
  font: normal 18px Georgia, Times, serif;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
}

h3 {
  font: bold 14px Georgia, Times, serif;
  padding-bottom: 8px;
}

h4 {
}

h5 {
  color: #333333;
  font: italic 11px Verdana, sans-serif;
  padding-bottom: 6px;
}

h6 {
  color: #6666FF;
  font: italic 10px Verdana, sans-serif;
  padding-left: 5px;
  padding-right: 5px;
}

p {
  font: normal 11px Verdana, sans-serif;
  line-height: 1.7;
  padding-bottom: 10px;
}

a {
  color: #000000;
}

a:visited {
  color: #606060;
}

a img {
  border: 0;
}

img {
}

ul {
  padding-left: 15px;
  font: normal 11px Verdana, sans-serif;
  line-height: 1.7;
  padding-bottom: 10px;
}

ul.table_of_contents {
  list-style-type: none;
}

strong em {
  color: #FF0000;
  font-style: normal;
}

.submit input {
  background: #CECBB3;
  border-radius: 3px;
}

.inline_nav {
  background: #EEEEDD;
  border-top: 1px dotted #999988;
  border-bottom: 1px dotted #999988;
  font: normal 11px Verdana, sans-serif;
  line-height: 2.0;
  padding-left: 10px;
}

.inline_nav ul {
  padding-left: 10px;
}

.inline_nav strong a {
  text-decoration: none;
}


.breadcrumb_nav {
  padding-left: 85px;
  padding-top: 10px;
  text-align: left;
  font: italic 10px Verdana, sans-serif;
}


img.floatLeft{
  float: left;
  margin: 4px;
}

img.floatRight{
  float: right;
  margin: 4px;
}

img.floatLeftClear { 
    float: left; 
    clear: left; 
    margin: 4px 16px 4px 4px;
    outline: black solid thin;
}

img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
    outline: black solid thin;
}



#title_span {
}

#title_block {
  height: 91px;
  margin: 0 auto;
  width: 900px;
}

#title {
  padding-top: 8px;
}



#nav_span {
}

#nav_block {
  width: 900px;
  margin: 0 auto;
}

#nav_left {
  background: #CECBB3 url(/images/background/nav_left.png) left no-repeat;
}

#nav_right {
  background: #CECBB3 url(/images/background/nav_right.png) right no-repeat;
  margin-left: 10px;
}

#nav_center {
  margin-right: 10px;

  height: 29px;
  background: #CECBB3 url(/images/background/nav_center.png) repeat-x;  

}

#nav_center ul {
  font: bold 12px Verdana, sans-serif;
  padding-top: 7px;

/*
  background: #CECBB3 url(/images/background/nav_center.png) repeat-x;
  font: bold 12px Verdana, sans-serif;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  padding-top: 8px;
  padding-bottom: 7px;
  text-align: center;
  width: 100%;
*/
}

#nav_center li { 
  display: inline; 
}

#nav_center li a {
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

#nav_center li a:hover {
  color: #129900;
}

#nav_center span.here {
  color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
}

#nav_center span.between {
  background: #CECBB3 url(/images/background/nav_separator.png) no-repeat;
  padding-top: 8px;
  padding-bottom: 7px;
}



#content_span {
}

#content_block {
  margin: 0 auto;
  width: 900px;
}

#content {
  text-align: left;
}

#content_clear {
  clear: both;
}



#manual_nav {
  margin-top: 10px;
  font: normal 11px Verdana, sans-serif;
  line-height: 1.7;
}

#manual_nav_left {
  float: left;
  padding: 10px 0 10px 25px;
  text-align: left;
  width: 330px;
}

#manual_nav_right {
  float: right;
  padding: 10px 25px 10px 0;
  text-align: right;
  width: 330px;
}

#manual_nav_center {
  padding: 10px 0 10px 0;
  text-align: center;
}

#manual_nav_clear {
  clear: both;
}



#border_top_left {
  background: url(images/background/border_top_left.png) no-repeat top left;
}

#border_top_right {
  background: url(images/background/border_top_right.png) no-repeat top right;
  margin-left: 70px;
}

#border_top_center {
  background: url(images/background/border_top.png) repeat-x;
  height: 20px;
  margin-right: 70px;
}

#border_center_left_cap {
  background: url(images/background/border_left_cap.png) no-repeat top left;
  float: left;
  width: 35px;
  height: 50px;
}

#border_center_right_cap {
  background: url(images/background/border_right_cap.png) no-repeat top right;
  float: right;
  width: 35px;
  height: 50px;
}

#border_center_left {
  background: url(images/background/border_left.png) repeat-y left;
}

#border_center_right {
  background: url(images/background/border_right.png) repeat-y right;
  margin-left: 35px;
}

#border_center_center {
  margin-right: 35px;
}

#border_bottom_left {
  background: url(images/background/border_bottom_left.png) no-repeat bottom left;
}

#border_bottom_right {
  background: url(images/background/border_bottom_right.png) no-repeat bottom right;
  margin-left: 70px;
}

#border_bottom_center {
  background: url(images/background/border_bottom.png) repeat-x;
  margin-right: 70px;
  height: 70px;
}



#copyright {
  color: #808080;
  font-size: 10px;
  padding: 20px 0 20px 0;
}



#content_top1 {
  padding: 37px 0 15px 0;
  text-align: center;
}

#content_top1 h1 a {
  color: #000000;
  text-decoration: none;
}

#content_center1 {
  text-align: center;
}

#content_left_bg1 {
}

#content_left1 {
  float: left;
  padding: 25px 25px 50px 85px;
  width: 305px;
}

#content_right_bg1 {
  padding: 25px 85px 50px 0;
}

#content_right1 {
  border-left: 1px solid #808080;
  margin-left: 415px;
  /*margin-top: 30px;*/
  padding-left: 25px;
}

#content_feature1 {
  float: left;
  padding: 25px 25px 50px 85px;
  width: 656px;
}

#content_right_spacer1 {
  height: 45px;
}



#content_left_bg2 {
}

#content_left2 {
  float: left;
  padding: 25px 25px 50px 85px;
  width: 305px;
}

#content_right_bg2 {
  padding: 25px 85px 50px 0;
}

#content_right2 {
  border-left: 1px solid #808080;
  margin-left: 415px;
  padding-left: 25px;
}



#content_top3 {
  text-align: center;
  padding-top: 25px;
}

#content_left_bg3 {
}

#content_left3 {
  float: left;
  padding: 25px 25px 10px 85px;
  width: 305px;
}

#content_right_bg3 {
  padding: 25px 85px 10px 0;
}

#content_right3 {
  border-left: 1px solid #808080;
  margin-left: 415px;
  padding-left: 25px;
}

#content_bottom_left_bg3 {
}

#content_bottom_left3 {
  float: left;
  padding: 15px 25px 50px 85px;
  width: 305px;
}

#content_bottom_right_bg3 {
  padding: 15px 85px 50px 0;
}

#content_bottom_right3 {
  margin-left: 415px;
  padding-left: 25px;
}



#content_left_bg4 {
}

#content_left4 {
  float: left;
  padding: 25px 25px 50px 85px;
  width: 305px;
}

#content_right_bg4 {
  padding: 25px 85px 50px 0;
}

#content_right4 {
  border-left: 1px solid #808080;
  margin-left: 415px;
  padding-left: 25px;
}

#details_nav4 {
}

#details_nav4 ul {
}



#content_left_bg5 {
}

#content_left5 {
  float: left;
  padding: 25px 25px 50px 85px;
  width: 305px;
}

#content_right_bg5 {
  padding: 25px 85px 50px 0;
}

#content_right5 {
  border-left: 1px solid #808080;
  margin-left: 415px;
  padding-left: 25px;
}



#pdf_block {
  text-align: left;
  width: 830px;
}

.pdf_label {
  font: normal 11px Verdana, sans-serif;
  padding-left: 10px;
  padding-top: 5px;
}

.pdf_left_bg {
}

.pdf_left {
  float: left;
  padding: 25px 25px 50px 85px;
  width: 305px;
}

.pdf_right_bg {
  padding: 25px 85px 50px 0;
}

.pdf_right {
  border-left: 1px solid #808080;
  margin-left: 415px;
  padding-left: 25px;
}

.pdf_clear {
  clear: both;
  height: 1px;
  margin-top: -1px;
  page-break-after: always;
}


