html,
body {
   margin:0;
   padding:0;
   height:100%;
   font:12px/20px Arial, Helvetica, sans-serif; color:#000;
   background:url(../images/main_bg.jpg) repeat-x 0 -15px #4396CA;
}
*{ margin:0; padding:0;}
a{
			color:#8FC2FF;
			text-decoration: none;
			outline: none;
		}
a:hover{
	text-decoration: underline;
		}
img{
	border:0;
		}
		
p{ padding-bottom:10px;}
h2{ font:bold 16px Arial, Helvetica, sans-serif; color:#005075; border-bottom:1px solid #005075; padding-bottom:6px; margin-bottom:6px;}
#container {
   min-height:100%;
   position:relative;
   
}
.inner_cont{ margin:0 auto; width:960px; 	
	
	}
#header {
   filter:alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7; 
background:#fff; 
   padding:10px;
   height:100%; overflow:hidden;
}
#middle_body {
   padding:0 0 100px;
 
}

#left{ width:100px; float:left; background:#000;}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   color:#fff;
   height:60px;   /* Height of the footer */
   background:#024C77;
  
padding:5px 0;
}

#footer ul { text-align:center; }
#footer ul li{ display:inline; display:inline; background:url(../images/divider-w.gif) no-repeat 100% 2px; padding:0 12px 0 0; margin:0 7px 0 0;}
#footer ul li.last{ background:none;}
#footer ul li a{ color:#fff; font-size:12px;}

.copyright{ font-size:11px; text-align:center;}


/*------------ Added for Header / Body / Footer --------------*/
#topmenu {
float:left;
}

#topmenu li{ display:inline; background:url(../images/divider-w.gif) no-repeat 100% 2px; padding:0 12px 0 0; margin:0 7px 0 0;}
#topmenu li.last{ background:none; padding:0; margin:0;}
#topmenu li a{ color:#000;}

.icons{ position:absolute; right:10px;top:10px; *top:8px; }


#middle_body .inner_cont{ -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-khtml-border-radius: 8px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	width:960px;  
	background:url(../images/content_bg.jpg) repeat-x 0 100% #FAFDFF;
	padding:10px;
	border:3px solid #fff;}
.banner-img{ margin:0 auto; width:1003px;}



