body{
    font-family: "Courier New", Courier, monospace;
    color: white;
    font-size: 85%;
	background: #557532;
    text-align: center;
    margin: 8px

	}

#header{
    text-align: center;
    margin: 0px auto 30px;
    width: 100%;
    height: auto
}







#col1{

    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 600px;
    height: auto;
    }



#col2{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 350px;
    height: auto
}



.icap{

    background-color: transparent;  
    color: #9ccf5f;
    font-weight: bold;
    line-height: 42px;
    font-size: 3.0em;

    }

    



.content   

    {

    background-color: transparent;

    color:#d2e3bd;

    font-size: 13px;

    line-height: 20px;

    font-family: "Courier New", Courier, monospace;

    text-align: center

    }

    



.leader            

    {

    background-color: transparent;

    color: #bce092;

    font-size: 1.1em;

    line-height: 18px;

    font-family: "Courier New", Courier, monospace;

    }
.nav {

    font-size: 14px;
    font-family: Verdana, Geneva, Arial, sans-serif
    }





A:link

	{

    color: #e4dbb6;

    text-decoration: none;

    background-color: transparent;

	}





A:visited

 

    {

    color: #80ff80;

    text-decoration: none;

    background-color: transparent

    }





A:hover

	{

    color: #9FF;

    text-decoration: none;

    background-color: transparent;

	cursor: e-resize;

	}

	

img[title]{border: 2px solid black;}

#footer{

    background-color:#557532;  
    font-size: .9em;
    color: #e1eed2;

    }
    
.rule {/*the 'Horizontal Rule*/
       border-top-width: 1px;
       border-top-style: solid;
       border-color: #445e39; 
       margin: 2%;}    
       
       
