/* Layout
----------------------------------------------- */

@media all {

 
 
  #main
  {
  	width: 700px;
  	position: absolute;
  	top: 38px;
  	left: 242px;
  }
  
    #logo
  {
  	width: 218px;
  	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  	position: fixed;
  	top: 11px;
  	left: 11px;
  }
  
  #sidebar
  {
  	width: 207px;
  	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  	position: fixed;
  	top: 80px;
  	left: 15px;
  	text-align: right;
  }
   #main-navigation
  {
  	border-top: 1px dotted white;
  	border-bottom: 1px dotted white;
  	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  }
     #main-navigation2
  {
  	border-bottom: 1px dotted white;
  	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  }
  }

body {
  background:#404040;
  margin:0;
  padding:40px 20px;
  text-align:left;
  color:#white;
  font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: 140%;  
	letter-spacing:.1em;
  }
a:link {
  color:#999999;
  text-decoration:none;
  }
a:visited {
  color:#999999;
  text-decoration:none;
  }
a:hover {
  color:#993333;
  text-decoration:none;
  }
a img {
  border-width:0;
  }



/* Header
----------------------------------------------- */
@media all {
  #header {

    width:680px;
    margin:0 auto 0px;
  
    }
  }

/* Sidebar Content
----------------------------------------------- */
#CL  {
    font: 80% "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;  
    line-height: 400%;  
}
#chapter  {
      	border-bottom: 1px dotted #694f20;

}


hr {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted white;
}



h2 {
  margin:1em 0 .75em;
  font:bold 110%/1.3em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.25em;
  color:white;
  }
  
h3 {
  margin:1em 0 .75em;
  font:bold 110%/1.3em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.25em;
  color:white;
  }
  
table {
border-top-width: 5px;  
border-style: dotted;
border-color: #404040;
width: 700px;

  }   
  
.title {
  border-bottom: 1px dotted white;
  margin:.25em 0 0;
  padding:0 0 4px;
  font:170%/1.8em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:none;
  letter-spacing:.25em;
  line-height:1.5em;
  color:white;
  }  
