html,body
{
    background-color: #053319;
    color: #053319;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

div{margin: 0;padding: 0;}

#header
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 148px;
	width: 100%;
	background-color: #053319;
	background-repeat: no-repeat;
	text-decoration: none;
	background-position: center;
}


#banner{
	height: 115px;
	cursor: pointer;
	background: url(../images/banner.jpg) no-repeat left;
	width: 100%;
}

#banner img
{  border-style: none;
	width:932px;
	height:115px;
}

#tabs{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/Menu/blockdefault.gif) center center repeat-x;
	border-top: 2px solid #fdf9e5;
	height: 33px;
}

#main
{
	width: 100%;
	height: 100%;
   -moz-box-sizing: border-box;box-sizing: border-box;
   height: expression(document.body.clientHeight - 164 + "px"); 
    /* 131= height of header + height of footer*/
   padding: 148px 0px 16px 0px; /* 115=height of Header*/
   background-color: #053319;
   color: #053319;

}


#container
{
	height: 100%;
	overflow: hidden;
   background-color: #fdf9e5;
}

#iframeInfo{
	 width:100%;
	 height: 100%;	 
	 background-color: #fdf9e5;
}

#footer
{
	position: absolute;
	left: 0px;
	bottom: 0;
	height: 16px;
	width: 100%;
	background-color: #053319;
}

/*For the Tabs  Starts //////////////////////////////////// */

.solidblockmenu ul{
margin: 0;
padding: 0;
font: bold 13px Arial;
width: 934px;  /*increase/decrease depending on No of menu items */
text-align: center;
margin-left: auto;
margin-right: auto;
}

.solidblockmenu li{
display: inline;
float: left ;
}

.solidblockmenu li a, .solidblockmenu li a:visited{
float: left ;
color: #fdf9e5;
padding: 0.7em 0.7em;
text-decoration: none;
text-align: center;

}

.solidblockmenu li a:hover{
color: #043214;
text-decoration: none;
background: url(../images/Menu/block_hover.jpg) center center repeat-x;
border-right: 1px solid #fdf9e5;
border-left: 1px solid #fdf9e5;
text-align: center;
}

.solidblockmenu li a:active{
color: #043214;
text-decoration: none;
background: url(../images/Menu/block_hover.jpg) center center repeat-x;
border-right: 1px solid #fdf9e5;
border-left: 1px solid #fdf9e5;
text-align: center;
}

.w{
	background: url(../images/Menu/blockdefault.gif) center center repeat-x;
	border-top: 2px solid #fdf9e5;
}
/*For the Tabs  Ends //////////////////////////////////// */

