body{
  background-color:#990000;
  margin:0;
  padding:0;
  text-align:center;
}

.content {
   width:880px;
   margin:0 auto;
   padding-top: 50px;
   overflow:auto;
}

.header {
   width:100%;
   margin:0;
   padding:0;
}

.nav {
  font-family: Arial; 
  font-size:12px; 
  margin-right:20px; 
  margin-top:50px;
}

.nav a:link, .nav a:visited {
  font-family: Arial; 
  font-size:12px;
  color:#000000;
  text-decoration:none;
  font-weight:bold;
}

.nav a:hover {
  font-family: Arial; 
  font-size:12px;
  color:#990000;
  text-decoration:none;
   font-weight:bold;
}

.main{
   width:100%;
   overflow:auto;
   margin:0;
   background-color:#ffffff;
}

.text_content{
   width:810px; 
   margin-left:40px;
   float:left;
   font-family:Verdana;
   font-size:11px;
   color:#333333;
   margin-top:10px;
   clear:both;
   overflow:auto;
   text-align:left;

}

.text_content a.index:link {
    font-family:Verdana;
    font-size:11px;
    color:#333333;
	font-weight:bold;
	text-decoration:none;
}

.text_content a.index:hover,  .text_content a.index:visited{
    font-family:Verdana;
    font-size:11px;
    color:#900101;
	font-weight:bold;
	text-decoration:none;
}

.text_content p, .text_content table, .text_content ul, .text_content ol {
   font-family:Verdana;
   font-size:11px;
   color:#333333;
}

.text_content h1{
  font-size:14px;
  font-family:Verdana;
  color: #700707;
  font-weight:normal;
  margin:0;
}

.text_content p.note{
  color: #900101;
  font-weight:bold;
}

.text_content hr {
 width:99%;
 margin:0 auto;
 clear:both;
 padding:0;
 margin-top:5px;
}

.text_content a:link {
    font-family:Verdana;
    font-size:11px;
    color:#900101;

}

.text_content a:hover,  .text_content a:visited{
    font-family:Verdana;
    font-size:11px;
    color:#900101;

}