	body {
		text-align:center;
		}
	
	a:link {
		color: #006BB6;
		}
	a:visited {
		color: #006BB6;
		}
	a:hover {
		color: #006BB6;
		}
	a:active {
		color: #006BB6;
		}
	

	#frame {
		width:1000px;
		margin-right:auto;
		margin-left:0px;
		margin-top:0px;
		padding:0px;
		text-align:left;
		}
		
	#contentleft {
		width:235px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#contentright {
		width:765px;
		padding-top: 20px;
		float:left;
		background:#fff;
		}
		
	#contentright p {
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;
		line-height: 20px;
		}
	
	#contentright ul {
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;
		line-height: 20px;
		}
		
	#contentheader {
		background:#fff
		}
		
	#contentbottom{
		background:#fff
		width:1000px;
		margin-right:auto;
		margin-left:0px;
		margin-top:30px;
		padding:0px;
		}
		
	#contentbottom p{
	
		font-size:10px;
		line-height:16px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold
		}
		
	p,h1,h2,h3,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #ee293a;
		font-size: 24px;
		line-height: 28px;
		font-weight: bold;
		}
	
	h2 {
		font-family: Arial, Helvetica, sans-serif;
		color: #006BB6;
		font-size: 16px;
		font-weight: bold;
		}
		
	h3 {
		font-family: Arial, Helvetica, sans-serif;
		color: #006BB6;
		font-size: 12px;
		font-weight: bold;
		letter-spacing:1px;
		}
		
	hr { 
		height:0px; 
        border:0px; 
        border-top:2px solid #E4F1FB; 
		}
			
	img {
      	margin: 0;
      	padding: 0;
	  	border: 0;
   		}
		
	.imgright {
		float:right;
		margin:0;
		padding:0;
		border:0;
		}
	
	.sidebar {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		background-color: #E4F1FB;
		height: auto;
		width: 180px;
		margin: 10px;
		padding-top: 20px;
		padding-right: 5px;
		padding-bottom: 10px;
		padding-left: 5px;
		}
		
	.pharmSubnav {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-weight: normal;
		margin:0 10px 15px;
		}
		
	#nav { 
		height:40px;
		}
		
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:1000px;
	}
#nav ul li {
	float:left;
	position: relative;
	}
#nav li ul{
	width:208px;
	height:105px;
	position: absolute;
	left: 5px;
	top: 23px;
	display: none;
	}
#nav li:hover ul,
#nav li.over ul {
	display:block;
	}
#nav li ul li {
	float:none;
	height:21px;
	}
