body{
margin:0;
padding:0;
line-height: 1.5em;
}

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


#topsection{
background: #EAEAEA;
height: 90px; /*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%;
background: #EAEAEA;
height: 900px;
}

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

.leftgraphic1{
margin: 50px; 
}

.leftgraphic2{
margin: 50px; 
}

.lefttitle{
text-align: center;
font-weight: bold;
font-size:20px;
font-style: italic;
color: #3366CC;
} 

.leftlinks{
margin: 20px; 
text-align: center;
}
