@charset "UTF-8";
/* CSS Document */

body {
   background-color: #F5F5CB;
   margin-top: 10px; margin-left: 20px; margin-right: 20px; margin-bottom: 10px;
   font-family: LucidaGrande, Lucida, Tahoma, Arial, Helvetica, sans-serif; 
   font: small/1.5em; font-size:small; color: #046F6F; 
   overflow: auto;

   margin:20;
   padding:20;
   line-height: 1.5em;
   }
   
a {color: #3A867D;text-decoration: none}
a:hover {color: #BE5028}
a:active {color: #8F2C1B}

.center {text-align: center} 

td {
   font-family: LucidaGrande, Lucida, Tahoma, Arial, Helvetica, sans-serif; 
   font: small/1.5em; font-size:small; color: #046F6F; 
   }
   
pre {
   font-family: "Courier New", Courier, monospace;; 
   font: medium/1.5em; font-size:medium; color: #046F6F; 
   }



#topsection{
	background: #C8FC98;
	height: 125px; /*Height of top section 90px*/
	background-image: url(img/wadt.jpg);
	color: white;
	font: medium/1.5em; font-size:medium;
}

#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: 210px; /*Width of left column*/
margin-left: -100%;
background: #C8FC98;
font: medium/1.5em; font-size:medium;
line-height: 2.0em;
}

#footer{
clear: left;
width: 100%;
background: #046F6F;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFF;
}

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