* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #337fc6;
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: center top;
  font-family: verdana,arial,sans-serif;
  font-variant: normal;
  font-size: 8pt;
  font-size-adjust: none;
  color: #808080;
  font-style: normal;
  font-weight: normal;
  line-height: 13pt;
  font-stretch: normal;
}
a, a:visited {
  text-decoration: underline;
  color: #000000;
}
a:hover {
  color: #808080;
}
#header {
  background: white url(header.gif) no-repeat scroll 0% 50%;
  font-size: 14pt;
  height: 60px;
  padding-left: 18px;
  width: 688px;
  padding-top: 30px;
  color: #ffffff;
}
#header h2 {
  border: 2px solid #c2d9ef;
  position: absolute;
  background-position: center top;
  background-color: transparent;
  color: #c2d9ef;
  margin-left: 0px;
  font-size: 9pt;
  padding-top: 5px;
  background-repeat: repeat;
  visibility: visible;
  z-index: 0;
  display: none;
}
#container {
  border: 10px solid #ffffff;
  margin: 0 auto;
  background-position: left center;
  background-color: white;
  background-repeat: repeat-y;
  background-attachment: scroll;
  width: 800px;
  text-align: left;
}
#horizontal {
  background: transparent url(horizontal.gif) repeat scroll left center;
  width: 560px;
  height: 30px;
  font-weight: bold;
  font-size: 8pt;
  padding-top: 6px;
  padding-left: 20px;
}
#horizontal a, #horizontal a:visited {
  color: #c2d9ef;
  text-decoration: none;
  margin-right: 15px;
}
#horizontal a:hover {
  color: #ffffff;
  text-decoration: none;
}
#right-column {
  padding: 1px;
  border-right-width: 0;
  border-right-color: #ffffff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;
  float: right;
  color: white;
  width: 134px;
  background-color: white;
}
#content {
  margin: 10px 0 0 4px;
  float: left;
  width: 410px;
  background-color: white;
}
#content h2 {
  background-color: transparent;
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: left top;
  font-size: 12pt;
  font-weight: bold;
  color: #76a7dc;
  margin-bottom: 5px;
  padding-left: 14px;
}
.black {
  color: #000000;
  background-color: white;
}
p {
  background: white url(articlebg.gif) repeat-y scroll left top;
  margin-bottom: 20px;
  padding-left: 14px;
}
#footer {
  border: 1px solid #e4e4e4;
  padding: 4px;
  background: #f9f9f9 none repeat scroll 0% 50%;
  color: #cccccc;
  clear: both;
  width: 424px;
  margin-left: 4px;
  height: 20px;
}
#footer a, #footer a:visited {
  color: #cccccc;
}
#footer a:hover {
  color: #808080;
}
