body{
margin:0;
padding:0;
line-height: 1.5em;
color: #333333;
font-family: helvetica, sans-serif;
}

b{font-size: 110%;}
em{color: red;}


#topsection{
height: 70px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -100%;
}

.toc {
 font-size: small;
}

.err {
  color: #ff0000;
}

#footer{ 
  clear: left;
  width: 100%;
  height: 20px;
  background: #4980C4;
  color: #FFF;
  text-align: center;
  padding: 4px 0;
}

a {
  text-decoration: none;
  color: #4980c4;
}

#footer a{
  text-decoration: none;
  color: #FFF;
}
#footer a:hover{
  color: #F26522;
}

#topsection h1 {
  color: #333333;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

