@charset "UTF-8";
/* CSS Document */
body{
margin:0;
padding:0;
line-height: 1.5em;
/* font-family: Helvetica, Arial, sans-serif; */
font-family:"Courier New", Courier, monospace;
font-size:86%;
font-weight:lighter;
line-height:1.2em;
}

b{font-size: 110%;}

a:link{
color:#000;
text-decoration:none;
}

a:visited{
color:#000;
text-decoration:none;
}

a:hover {
	color:#666;
}

a:focus{
	outline:none;
}

a.contentLink:link{
color:#AEBC21;
}

a.contentLink:visited{
color:#AEBC21;
}

a.contentLink:hover{
	color:#D9DB56;
}


#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #fff;
height: 110px; /*Height of top section*/
margin-left:-18px;
}

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

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

#contentcolumn{
margin-left: 223px; /*Set left margin to LeftColumnWidth*/
background: #fff;

}

#imageText{
text-align:center;
margin-top:10px;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: #fff;
text-align:justify;
}

#pencilLine{
float: left;
width: 23px; /*Width of left column*/
margin-left: -640px; /*Set left margin to -(MainContainerWidth)*/
background: #fff;
}

#footer{
clear: left;
width: 100%;
background:  #fff;
color: #000;
text-align:left;
padding: 4px 0;
margin: 10px; 
}

#footer a{
color: #FFFF80;
}

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


