* {
  margin: 0px;
  padding: 0px;
  }

body {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  color: #333333;
  font-family: arial;
  font-size: 10pt;
  }

hr {
  height: 3px;
  width: 100%;
  background-color: #000000;
  border: none;
  color:#000000;
  }

#pageContainer {
  width: 728px;
  margin-left: auto;
  margin-right: auto;
  }

#banner
{
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 28px;
  color: #BB1F1F;
  font-style: italic;
}

#header {
  width: 728px;
  height: 15px;
  background: #bb1f1f no-repeat center left;
  margin-top: 0px; 
  text-align: left;
  margin-bottom: 2px;
  }

#headerLinks {
  border-top: 2px solid #000000;
  color: #FFFFFF;
  font-family: arial;
  font-size: 10pt; 
  }

#leftSide {
  width: 165px;
  float: left;
  margin-top:0px;
  }

#rightSide {
  width: 545px;
  float: right;
  }

#separacion
{
  margin-top:10px;
}

.numBox {
  height: 48px;
  width: 48px;
  border: 1px #000000 solid;
  background-color: #bb1f1f;
  text-align: center;
  vertical-align: middle;
  line-height: 48px;
  color: #FFFFFF;
  font-family: arial;
  font-size: 18pt;
  float: left;
  margin-right: 8px;
  }

h1 {
  color: #333333;
  font-family: arial;
  font-size: 14pt;
  }

h2 {
  color: #333333;
  font-family: arial;
  font-size: 10pt;
  margin-left: 12px;
  }

p {
  text-indent: 20px;  
  margin-bottom: 20px;
  }

#footerLinks {
  border-top: 2px solid #000000;
  clear: both;
  width: 728px;
  color: #FFFFFF;
  font-family: arial;
  font-size: 10pt; 
  
  }
  
#footer {
  clear: both;
  width: 728px;
  font-family: arial;
  font-size: 8pt;
  border-top: 2px solid #000000;
  }

#web2links {
  background-color: #eee;
  margin-bottom: 10px;
}
#related_articles {
  background-color: rgb(255, 255, 204);
  margin-bottom: 10px;
}