body {

margin: 0; 
padding: 0;
background-color: #FFFFFF;
font-family: Verdana, Geneva, sans-serif; 
font-size: 13px; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
text-decoration: 
none; color: #000;
}

.Specialty {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #023971;
	text-decoration: none;
}
.Facility {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.BasicText {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a:link {
  color: #023971;
  }

   #nav {
      width: 100%;
      float: left;
      margin: 0 0 3em 0;
      padding: 0;
      list-style: none;
      background-color: #f2f2f2;
      border-bottom: 1px solid #ccc; 
      border-top: 1px solid #ccc;
      border-left: 1px solid #ccc; 
      border-right: 1px solid #ccc;
 }

   #nav li {
      float: left;
}
   #nav li a {
      display: block;
      padding: 12px 10px;
      text-decoration: none;
      font-weight: normal;
      color: #069;
      border-right: 1px solid #ccc; 
}
   #nav li a:hover {
      color: #c00;
      background-color: #fff; 
}

#wrap {
      width: 950px;
      margin: 0 auto;
      background-color: #EEEEEE;
}

#content {
      padding-top: 0px;
      padding-bottom: 20px;
      padding-left: 30px;
      padding-right: 30px;
}

#heading {
     height: 130px;
	 background-color: #fff;
}
