body p{background: white;
color: #6C6C6C;  
font-size: 14px;
font-family: "Trebuchet MS", arial, "times new roman";
margin: 5px 0px 0px 0px;
padding: 0;
text-align: justify;}

h1 {text-align: left;
color: #6C6C6C;
font-size: 20px;
font-family: "Trebuchet MS", arial, "times new roman";
}

h2 {text-align: left;
color: #6C6C6C;
font-size: 16px;
font-family: "Trebuchet MS", arial, "times new roman";
margin: 10px 0px 0px 0px;
}

a {color: #ffffff; text-decoration: none;}
a:link {color: #3c3c3c; text-decoration: underline; font-size: 15px;}
a:visited {color: #3c3c3c; text-decoration: underline;}
a:hover {color: black;}	
	      
b{font-size: 110%;}
em{color: red;}

#topsection{
background-color: #D5E7CF;
height: 205px; /*Height of top section*/
}

#topsection h1{
margin: 0;
color: #ffffff;
font-size: 32px;
font-family: "Trebuchet MS", arial, "times new roman";
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 160px 0 173px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 173px; /*Width of left column*/
margin-left: -100%;
background: #49A842;
min-height: 600px;
}

#rightcolumn{
float: left;
width: 160px; /*Width of right column*/
margin-left: -160px; /*Set left marginto -(RightColumnWidth)*/
background: #FFFFFF;
}

#footer{
clear: left;
width: 100%;
background: #49A842;
color: #ffffff;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #ffffff;
}

.innertube{
margin: 25px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
