html, body{height:100%;} 
body {
	padding:0;
	margin:0;
	background:#FFFFFF url(leftcolbg.jpg) repeat-y left top;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
#outer{
	height:100%;
	min-height:100%;
	margin-left:200px;
	margin-right:200px;
	background:#FFFFFF;
	margin-bottom:-52px;
	color: #000000;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:48px;
	background:url(/indian_immunologicals/bg.gif) repeat-x;
	overflow:hidden;
	color: #000000;
}
#left {
	position:relative;/*ie needs this to show float */
	width:200px;
	float:left;
	margin-left:-199px;/*must be 1px less than width otherwise won't push footer down */
}
* html #left {padding-bottom:52px ;margin-right:-3px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/

#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:3px;padding-right:2px}
#right {
	position:relative;/*ie needs this to show float */
	width:200px;
	float:right;
	margin-right:-199px;/*must be 1px less than width otherwise won't push footer down */
}
* html #right {padding-bottom:52px ;margin-right:-200px;}/* stop float drop in ie */

#footer {
	width:100%;
	clear:both;
	height:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #F8FCF8;
	color: #000000;
	text-align:center;
	position:relative;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#clearheader{height:50px;}/*needed to make room for header*/
#clearfooter{clear:both;height:50px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
#centrecontent {
	float:right;
	width:95%;
	position:relative;
	margin: 0 -0.5%;
	text-align: justify;
}
.outerwrap {
float: left;
width: 99%;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #004766;
}
h2 {
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #F1930C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F1930C;
}
a:hover {
	text-decoration: underline;
	color: #004766;
}
a:active {
	text-decoration: none;
	color: #004766;
}
a {
	font-weight: bold;
}
li {
	list-style-type: none;
}
hr {
	color: #FF0000;
	height: 1px;
	width: 90%;
}
.imagatt {
	padding-left: 10px;
}
