.header{
    width: 100%;
    background: #2e6da4;
    color: #fff;
    margin: 0px 0 25px 0;
}
.phead{
    font-size: 1em;
}
.footer {
    height: 70px;
    width: 100%;
    background: #2e6da4;
    color: #dff0d8;
    margin: 50px 0 0px 0;
    position-bottom: fixed;
}
.fleft{
	padding:1em 0em 0em 2em;
}
.fright
{
	padding:1.5em 2em;	
	text-align: right;
    background: #2e6da4;
}
.fright a{
	color: #dff0d8;
}
.fright a:hover{
	color: #fff;
}