html{height:100%;}
body{
	background-color:#b8c18b;
	color:#404040;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
	margin: 0; /* to avoid margins */
     text-align: center; /* to correct the centering IE bug*/
	height:100%;
	min-height:400px;
}
div#global{
	/*width:75%;*/
	width:748px;
	margin-left: auto;
      margin-right: auto;
	top:0px;
	color:#404040;
	background-color:#ffffff;
	vertical-align:top;
	height:100%;
}
div.orangebar{
	/*orange bar at top*/
	width:100%;
	background-color:#c8851c;
	height:10px;
}
div.orangebar2{
	/*orange bar at bottom*/
	width:100%;
	background-color:#c8851c;
	height:20px;
	color:#d9e498;
	font-size:12px;
	text-align:left;
}
div.bluebar2{
	/*blue bar at bottom*/
	width:100%;
	background-color:#87acd5;
	height:20px;
	color:#ffffff;
	font-size:12px;
	text-align:center;
}
.orange{
	background-color:#c8851c;
	color:#ffffff;
}
td{
	background-color:#ffffff;
}
td.banner{
	background-image: url('images/BANNER.jpg');
	background-repeat: no-repeat;	
	width:748px;
	height:135px;
}

td.white{
	background-color:#ffffff;
	font-size:12px;
	text-align:left;
	vertical-align:top;
}
#bottomimage{
	/*watermarked image at bottom*/
	background-image: url('images/background.gif');
	background-repeat: no-repeat;	
	background-position:bottom right;	
}
.header{
	/*header text*/
	color:#404040;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
.header2{
	/*header text for Prescriptions*/
	color:#404040;
	font-family:"Comic Sans MS", sans-serif;
	font-size:18px;
}
sup{
	font-size:10px;
}
a{
	color:#4f79a5;
}
a:hover{
	color:#c8851c;
}
a.nav{
	color:#4f79a5;
	text-decoration:none;
	font-size:11px;
}
a.nav:hover{
	color:#c8851c;
	text-decoration:underline;
	font-size:11px;
}
.bold{
	font-weight:bolder;
}
a.bottom{
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
	text-align:right;
}
a.bottom:hover{	
	text-decoration:underline;
	font-size:11px;
	color:#ffffff;
}
.comic{
	font-family:"Comic Sans MS", sans-serif;
}
#sitecredit {
	/*IE hack*/
	position:relative;	
	right:-200px;	
}
html>body #sitecredit{
	/*text for site credit*/		
	position:relative;	
	right:-200px;	
}

