html, body { 
margin:0; 
padding:0; 
height:100%; /* this is the key! */ 
} 
#container-page {

position: relative;
min-height: 100%; /* For Modern Browsers */
height: auto !important; /* For Modern Browsers */
height: 100%; /* For IE */
}
#header { 
height: 111px; 
background-color: #71C267; 
border:0px solid #333; 
padding:0px; 
} 
#left { 
position:absolute; 
left:0; 
top:111px; 
padding:0; 
width:151px; 
height:100%; /* works only if parent container is assigned a height value */ 
background:#000000; 
} 
.content { 
position: relative; 
top: 0px; 
margin-left:160px; 
margin-right:160px; 
margin-bottom:20px; 
color:#333; 
border:0px solid #333; 
padding:0 3px; 
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;

} 

#content p {
	margin:.5em 2% .5em 0;
}
.subheader {
color:#000;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
border-bottom-style: solid;
border-bottom-color: #71C267;
border-bottom-width: 4px;
}

.emf {
color:#000;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}


.tablecontent { 
color:#333; 
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;

} 

#right { 
position:absolute; 
right:0; 
top: 111px; 
padding:5; 
width:150px; 
height:100%; /* works only if parent container is assigned a height value */ 
color:#333; 
background:#000000; 

}
#left p { 
padding:0 10px; 
} 
#right p { 
padding:0 10px; 
} 
p.top { 
margin-top:20px; 
} 
a.navlink, a.navlink:link, a.navlink:visited {
        color:#FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    line-height: 20px;
	    font-weight: bold;
        text-decoration:none;

        }
        
a.navlink:hover{
        color:#71C267;
        font-family: Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    font-weight: bold;
	    text-decoration:none;
        }
a.link, a.link:link, a.link:visited {
        color:#71C267;
        font-family: Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    line-height: 20px;
	    font-weight: bold;
	    text-decoration:none;

        }
        
a.link:hover{
        color:#000000;
        font-family: Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    font-weight: bold;
	    text-decoration:none;
        }
        
#container-foot {
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 5px;
	left: 30px;
	top: 474px;
}
img.img-left {
	float:left;
}
img.img-right {
	float:right;
}

