<!--
body {
	font: 100%  Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


 h1 {
 	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family:Trebuchet MS;
	color:#4a1111;
	border-bottom: 1px solid #CCC; 
/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #d9d7d7 0%, #F1F1F1 100%); 

/* IE7 Consumer Preview */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E7E7E7', endColorstr='#F1F1F1');

/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #E7E7E7 0%, #F1F1F1 100%);

/* Opera */ 
	background-image: -o-linear-gradient(top, #E7E7E7 0%, #F1F1F1 100%);

/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E7E7E7), color-stop(1, #F1F1F1));

/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #E7E7E7 0%, #F1F1F1 100%);

/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #E7E7E7 0%, #F1F1F1 100%);
 }
 
 h2 {
	 margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family:Trebuchet MS;
	color:#666;
 }
 
 h3 {
	 margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family:Trebuchet MS;
	font-size:24px;
	color:#666;
	text-align:left;
 }
 
  h4 {
	 margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family:Trebuchet MS;
	font-size:18px;
	color:#666;
 }
 
 a { color:#F90; text-decoration:none;}  
 a:hover { color:#F90; text-decoration:underline;}
 
 th { background:#501300;  font-size:18px; color:#FFF; font-family:"Times New Roman", Times; text-align:left; padding:10px 10px; width:30%; border:1px #b44850 solid;}
 .evencol { background-color:#e9c5b7; font: 12px Verdana, Arial, Helvetica, sans-serif;} 
 .oddcol { background-color:#f3d7cc; font: 12px Verdana, Arial, Helvetica, sans-serif;}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align:justify; /* this overrides the text-align: center on the body element. */
	background:url(../images/background.jpg);
}
.contDivleft
{width:42%; font-size:12px; float:left; padding:5px 0; position:inherit;}
.contDivright
{width:42%; font-size:12px; float:right; padding:5px 0; position:inherit; margin-right:10px;}
.contThumb { margin:0 5px; border:#CCC 1px solid; -moz-border-radius: 5px 5px 5px 5px; /* Firefox */
 -webkit-border-radius: 5px 5px 5px 5px; /* Safari and Chrome */
    border-radius: 5px 5px 5px 5px; /* Opera 10.5+, 	 Internet Explorer 6+ using IE-CSS3 */
	 behavior:url(border-radius.htc);}

.oneColLiqCtrHdr #header {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px ; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
background:#660000;	color:#FFF; height:25px; font-size:12px	}


.oneColLiqCtrHdr #header #DivSearch{ float:right; margin-right:10%;  }
.oneColLiqCtrHdr #header #DivDate{ float:left; margin:  5px 10%; }

.oneColLiqCtrHdr #header2 {
	color:#FFF;
	padding-left:10%;
	padding-top:20px;
	padding-bottom:10px;
	
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #cc0000 0%, #660000 100%);

/* IE7 Consumer Preview */ 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#660000');

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #cc0000 0%, #660000 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #cc0000 0%, #660000 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cc0000), color-stop(1, #660000));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #cc0000 0%, #660000 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #cc0000 0%, #660000 100%);
}

.oneColLiqCtrHdr #mainContent {
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#fff;
	width:80%;
	margin-left:10%;
	border:	#02541c 5px solid;
	box-shadow: 0px 0px 20px #02541c ;
	
	-moz-border-radius: 5px 5px 5px 5px; /* Firefox */
 -webkit-border-radius: 5px 5px 5px 5px; /* Safari and Chrome */
    border-radius: 5px 5px 5px 5px; /* Opera 10.5+, 	 Internet Explorer 6+ using IE-CSS3 */
	 behavior:url(border-radius.htc);
}

.oneColLiqCtrHdr #mainContent #facility 
{ border-bottom:#b44850 3px ridge; font-size:12px; color:#FFF; background:#900;
padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #b73841 0%, #831820 100%);

/* IE7 Consumer Preview */ 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b73841', endColorstr='#831820');

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #b73841 0%, #831820 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #b73841 0%, #831820 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b73841), color-stop(1, #831820));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #b73841 0%, #831820 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #b73841 0%, #831820 100%);
}
.oneColLiqCtrHdr #footer { 
	padding:  30px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#660000;
	padding-left:11%;
	color:#FFF;
	margin-top:10px;
	height:30px;
} 

.oneColLiqCtrHdr #footer .copyright  { 
	padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:right;
	color:#fff;
	font-size:10px;
	float:right;
	width:25%;
	padding-right:11%;
} 

.oneColLiqCtrHdr #footer .containt  { 
	padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:left;
	float:left;
	width:60%;
	font-size:14px;
	
} 

.shlok{ 
	text-align:center;
	background-color: #000;
} 
.gldsep{
	text-align:center;
	
	}
.audio{ 
	background-color:#CCC;
} 

-->


