 body {
  font-family: Times New Roman;
	font-size: 18px;
	color: #000000;
	padding: 0px 0px;
	background-color: #FFFFFF;
	}
	
	a:link {
	   color: #000000;
	   text-decoration: none;
	   }
	   a:active {
    color: #000000;
	text-decoration: none;}

	a:visited {
    color: #000000;
	text-decoration: none;  }

	a:hover {
    color: #A9123D;
	text-decoration: none;
	}

  .hardbreak
{
width: 300px;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}	

  #content {
  border: 1px solid #D8D8D8;
  background-color: #2F93C5;
  width: 820px;
  }
  table.border {
  border-bottom: 2px solid #000000;
  }
  
  table.toc {
  border: 1px solid #D8D8D8;
  background-image: url(images/toc3.jpg);
  }
  
  td.background {
  border-right: 1px solid #D8D8D8;
  background-color: #D72F2F;
  }
  td.background2 {
  background-color: #D72F2F;
  }
  td.right {
  border-right: 1px solid #D8D8D8;
  }
  
  td.lspacing  {
   				   padding-left: 10px;
 				 } 
  
  td.rightcolumn {
		background: #FFFFFF;
                width: 620px;
				border-right: 1px solid #D8D8D8;
				border-left: 1px solid #D8D8D8;
				border-bottom: 1px solid #D8D8D8;	
				clear: both;			
	}
	
  div.spacer {
  clear: both;
  }
	div.row {
  clear: both;
  padding-top: 23px;
  padding-right: 5px;
  padding-left: 5px;
  }
  div.row a:link {
  color: #507665;
  text-decoration: none;
  }
   div.row a:active {
   color: #507665;
   text-decoration: none;}

	div.row a:visited {
    color: #507665;
	text-decoration: none;  }

    div.row a:hover {
    color: #A9123D;
	text-decoration: none;
	}

  div.row2 {
  clear: both;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  }  
  div.row2 span.right {
  float: right;
  width: 335px;
  text-align: left;
  } 
  div.row2 span.left {
  float: left;
  width: 420px;
  text-align: left;
  }
div.row span.left {
  float: left;
  width: 275px;
  text-align: left;
  }
  div.row span.left2 {
  float: left;
  width: 150px;
  text-align: left;
  }

  div.row span.left3 {
  float: right;
  width: 170px;
  text-align: right;
  }
 
  div.row span.left4 {
  float: left;
  width: 420px;
  text-align: left;
  }
div.row span.right {
  float: right;
  width: 335px;
  text-align: left;
  } 
  div.row span.right2 {
  float: right;
  width: 290px;
  text-align: left;
  } 
#leftcol{
	float: left;
	width: 160px;
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 1.5em;
}
#leftcol ul {
	margin: 0;
	padding: 0;
	width: 170px;
	border-bottom: 1px solid #ffffff;
}
#leftcol li {
    display: inline;
	list-style-type: none;
}
#leftcol ul a {
	background-color: #D8D8D8;
	border-top: 1px solid #ffffff;
	display: block;
	padding: 1px 8px;
	text-decoration: none;	
}
#leftcol ul span {
	background-color: #D8D8D8;
	border-top: 1px solid #ffffff;
	display: block;
	padding: 1px 8px;
	text-decoration: none;	
}
#leftcol ul a:link {
	color: #000000;
}
#leftcol ul span {
	color: #000000;
}
#leftcol ul a:visited {
	color: #000000;
}
#leftcol ul a:hover {
	color: #000000;
	background-color: #A6A2A2;
}
#leftcol ul span:hover {
	color: #000000;
	background-color: #A6A2A2;
}
#leftcol ul a:active {
	color: #000000;
}

ul.Horizontal {
  margin-left: 0px;
  padding-left: 0px;
}

ul.Horizontal li {
  list-style-type: disc;
  display: inline;
}