header, html,body  {
	margin:0px 0px; padding:0px;
	text-align:center;
	 //width: 800px ;
 	 margin-left: auto ;
 	 margin-right: auto ;
	 background-color: #007ac2;
	 height: 100%;
	background-image:url("Images/Background.png");
	background-repeat:repeat;
	font-family:Verdana;

	}
	

	
#mainMenu{
	width: 930px;
	height: 85px;
	background-color: #FFFFFF;
	text-align:center;
	margin-left: auto ;
 	 margin-right: auto ;
}

iframe.ifram{
	width: 930px;
	height: 70%;
	background-color: #FFFFFF;
	text-align:center;
	margin-left: auto ;
 	 margin-right: auto ;
 	 //background-image:url("Images/Background.png");
}

#content{
	
	  background-color: #FFFFFF;
	 width: 930:px;
	 background-image:url("Images/Background.png");
	background-repeat:repeat;
	 
}

#mainContent{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -35px; /* the bottom margin is the negative value of the footer's height */

}

.heading
        {
            font-size: 18px;
            font-weight: bold;
            color: #203090;
            text-align: center;
        }
        
#footer{
	width: 930px;
	height: 150;
	text-align: left;
	background-color: #FFFFFF;
	 width: 930:px;
	  margin-left: auto ;
 	 margin-right: auto ;
}

