body{
margin:0;
padding:0;
line-height: 1.5em;
font-family: "Arial", "Courier New";
}

#topsection{
background-image: url(ribbonbackground.jpg);
height: 135px; /*Height of top section*/
text-align: center;
}

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

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

#contentcolumn{
margin-left: 300px; /*Set left margin to LeftColumnWidth*/
font-size: 120%;
text-align: left;
}

#leftcolumn{
float: left;
width: 300px; /*Width of left column*/
margin-left: -100%;
background: #3C71A6;
padding-top: 25px;
height: 1200px;
}

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

p.subtitle{
line-height: 0.5em;
}
p.contact{
text-align:left;
color:blue;
}

p.contactdetail{
text-align:center;
line-height: 0.5em;
}

p.heading{
color:blue;
}