@charset "utf-8";
/* CSS Document */

    body{
    margin:0;
    padding:0;
    line-height: 1.5em;
	background-color:#CCCC99
    }
	
	small{
	font-size:9px;
	}
	
	bold{
	font-weight:600;
	}
    
    b{font-size: 110%;}
    em{color: red;}
    
    #maincontainer{
    width: 759px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
	background-color:#ffffff;
    }
    
    #topsection{
    background: #ffffff;
    }
    
    #topsection img{
		float:left;
    }
    
    #topsection_menu_b img{
		float:left;
    }
    
    #contentwrapper{
    float: left;
    width: 100%;
    }
    
    #contentcolumn{
    margin-left: 214px; /*Set left margin to LeftColumnWidth*/
    }
    
    #leftcolumn{
    float: left;
    width: 214px; /*Width of left column*/
    margin-left: -759px; /*Set left margin to -(MainContainerWidth)*/
    }
	
	#leftcolumn_v2 {
    float: left;
    width: 214px; /*Width of left column*/
    margin-left: 1px; /*Set left margin to -(MainContainerWidth)*/
    }
	
	#leftcolumn img{
		float:left;
	}
    
    #footer{
    clear: left;
    width: 100%;
    background: black;
    color: #FFF;
    text-align: center;
    padding: 4px 0;
	background-color:#376633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;	
    }
    
    #footer a{
    color: #FFFF80;
    }
    
    .innertube{
    margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
    }
    
    .hidden{
      display:none;
    }
	
	a:link    { color: #666666; text-decoration:none;}    /* unvisited links */
	a:visited { color: #666666; text-decoration:none;}   /* visited links   */
	a:hover   { background-color: #FFFF99} /* user hovers over link*/
	a:active  { color: #666666}   /* active links    */
