.invisible, #main_menu, #submenu, #header, #footer, .article_extras, #textsizer, #row3 {
  display: none;
}

body {
  width:670px; height: auto;

  font-family: Arial, Helvetica, sans-serif;
  color: #333333;

  font-size: 0.625em;
  line-height: 1.6em;
  
  border-bottom: #f35d02 solid 10px;
}

h5 {
  font-weight: bold;
  text-transform: uppercase;
  color: #0d0055;
  font-size: 1.8em;
  line-height: 1.1em;
  margin: 0 0 0.4em 0;
}
h6 {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.6em;
  margin: 0 0 1em 0;
}
#content {
  width: 60%; margin: 80px 0 0 0;
}

#print_logo {
  position: absolute;
  top: 0; left: 0; 
  width: 670px; height: 70px;
}


.container p, .container ul, .container ol, .container table {
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.6em;
  margin: 0 0 0 0;
}
.container p.skyline {
  color: #999999;
}

.container ul {
  list-style-type: disc;
  list-style-position: inside;
}
.container ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.container ul li, .container ol li {
  background-color: #e3e3e3;
  margin: 0.25em 0 0.25em -1.6em;
  padding: 0 1em 0 0;
  text-indent: -1.6em;
  border-top: solid 1px #cccccc;
}
.container ul li {
  padding: 0 1em 0 1.8em;
  text-indent: -1.05em;  
}

.container a {
  color: #f35d02;
  font-weight: bold;
}
.container a:hover, .container a:focus {
  color: #bc2001;
}
.container .morelink {
  text-align: right;
  text-transform: uppercase;
}
.container .morelink a {
  padding: 0 0 0 10px;
  background: url(../images/morelink_back.gif) no-repeat 0 0.3em;
}
.container .morelink a:hover, .container .morelink a:focus {
  background: url(../images/morelink_back_act.gif) no-repeat 0 0.3em;
}
*html .container .morelink a,
*html .container .morelink a:hover,
*html .container .morelink a:focus {
  padding: 0;
  background: 0;
}

.container table th, .container table td {
  background-color: #e3e3e3;
  border: 1px solid #cccccc;
  padding: 0 0.5em 0 0.5em;
}
.container table th, .container table thead td {
  background-color: #e3e3e3;
  font-weight: bold;
}

.container .image_left, .container .image_right, .container .image {
  display: inline;
  float: left;
  margin: 0.5em 1em 1em 0;
  overflow: hidden;  
}
.container .image_right {
  float: right;
  margin: 0.5em 0 1em 1em;
}
.container .image {
  width: 100%;
  display: block;
  margin: 1em 0 1em 0;
  float: none;
  text-align: center;
}
.container .image_large {
  overflow: hidden;
  width: 100%;
}
.container .image_left img, .container .image_right img, .container .image img {
  display: block;
  margin: 0 0 0.5em 0;
}
.container .image img {
  margin: 0 auto 0.5em auto;
}