body
{
    /*width: 101em;
    max-width: 100%;*/
    font-size:12px;
    background-color:#005522;
    color: White;
    font-family: Arial;
    }
/*#logo
{
       border: 2 px dashed white;
       width:20em;
       max-width: 20%;
       text-align: center;
    }*/
#branding
{
    float: Right;
	height:20%;    
/*border: 2px dashed white;*/
    width: 84%;
    text-align: center;
}
#addleft
{
float:left;
text-align: left;
}
#addright
{
float: right;
text-align: right;
}

#wrapper 
{   
    /*border: 2px dashed yellow;*/
    width: 100%;
	height: 100%;
    text-align: left;
}


#mainNav 
{ 
    float:left;
    margin-top:0;
    min-height: 100%;
	/*margin-left: -190px;*/
    width: 15%;
    text-align:center;
    font-size:14px; 
    /*border:2px dashed red;*/
}
#content 
{
    min-height: 400px;
    float:right;
   /* border:2px dashed blue;*/
    width:84%;
    font-size:12px;
    text-align: center;
}

   /* =link control */
a 
{
    color: White;
    text-decoration: none;
    text-align:right;
}
    
a:hover 
{
    color: #005522;
    background-color: White;
    text-align:right;
} 

a:active
{
    font-weight: bolder;
    text-align:right;
}
.image    
{
  float:left;
  /*width: 400px;*/
  padding-right: 10px;
  
 }

#footer
	{
	clear: both;
	margin-bottom :0;
	padding-left:15%;    	
        text-align: center;
    	font-size: 0.75em;
    	}
    
