@charset "utf-8";
/* CSS Document */
a:link {
	color:#002250;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#002250;
} 
img {
	border:none;
}
#container {
	width: 980px;
	background-color: #FFF;
	margin:0 auto;
	padding:0px;
}
#top_bar {
	width: 980px;
	height: 185px;
}
#nav_bar {
	width: 980px;
	height: 36px;
	float:right;
}
#mid_content {
	width: 980px;
}
#footer {
	width: 980px;
	height: 85px;
}
.text_content {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#002250;
}
.text_nav {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#002250;
	text-align:right;
}
.header {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#002250;
	font-weight: bold;
}
#home a:hover {
	color:#ffffff;
}
#aboutus a:hover {
	color:#ffffff;
}
#pharm a:hover {
	color:#ffffff;
}
#medical a:hover {
	color:#ffffff;
}
#news a:hover {
	color:#ffffff;
}
#contactus a:hover {
	color:#ffffff;
}

