body {
	background-image: url(../_img/bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #668194;
	margin: 0;
	padding: 0;
	margin-left: 1px;
}

/* Bring the menu back to the left in IE7 */
#IEroot #mainmenu {
margin-left: 1px;
}

/* Bring the top lined section back to the left in IE7 */
#IEroot #lined {
margin-left: 1px;
}

/* Fixes a 1px gap in FF3 */
body, x:-moz-any-link, x:default {
margin-left: -1px;
}

#lined {	
	clear: both;
}
.lined {
	background-image: url(../_img/bg_lined.jpg);
}
.linedtitle {
	margin-left: 72px;
	margin-right: 40px;
}
.linedtitle2 {
	margin-left: 72px;
	margin-right: 40px;
}
p, li, .footer, #biotable {
	color: #4c597d;
	font: small/18px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	line-height: 20px;
}
h6 {
	color: #5892b8;
	font: medium/20px Georgia, "Times New Roman", Times, serif;
	line-height:12px;
	margin:0;
	background-image: url(../_img/bg_arrow.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	
}
.footer {
	font-size: 12px;
	color: #999999;
	background-image: url(../_img/bg_line.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 698px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 1px;
}

li {
	list-style-image: url(../_img/bg_grnbtn.gif);
	background-image: url(../_img/bg_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height:15px;
}
ul {
	margin-top: 0px;
	padding-top: 0px;
}

.footer a:link, .footer a:visited {
	color: #999999;
}

.footer a:hover {
	color: #CC9966;
}

.linedtitle p {
	color: #76432e;
}

h1 {
	color: #503f2e;
	font: medium/20px Georgia, "Times New Roman", Times, serif;
	line-height:12px;
	margin:0;
	background-image: none;
	font-size: 16px;
	font-weight: bold;
	
}

.hbar {
	margin-left: 12px;
	margin-bottom: 15px;
	margin-top: 15px;
}

#biotable tr {
	list-style-image: url(../_img/bg_grnbtn.gif);
	background-image: url(../_img/bg_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom:15px;
	padding-top:15px;
	line-height:15px;
}


/* ---- MAIN MENU (revised, Aug 08) ---- */



#nav {
margin: 0;
padding: 0;
height: 44px;
list-style: none;
display: inline;
overflow: hidden;
}

#nav li {
margin: 0; 
padding: 0;
list-style: none;
display: inline;
background: none;
}

#nav a {
float: left;
padding: 44px 0 0 0;
overflow: hidden;
height: 0px !important; 
height /**/:44px; /* for IE5/Win only */
}

#nav a:hover {
background-position: 0 -44px;
}

#nav a:active, #nav a.selected {
background-position: 0 -44px;
}

#navhome a  {
width: 92px;
background: url(../_img/nav_home.gif) top left no-repeat;
}

#navhome_active a {
width: 92px;
background: url(../_img/nav_home.gif) 0 -44px no-repeat;
}

#navbio a  {
width: 84px;
background: url(../_img/nav_md.gif) top left no-repeat;
}

#navbio_active a {
width: 84px;
background: url(../_img/nav_md.gif) 0 -44px no-repeat;
}

#navpatients a  {
width: 113px;
background: url(../_img/nav_patients.gif) top left no-repeat;
}

#navpatients_active a {
width: 113px;
background: url(../_img/nav_patients.gif) 0 -44px no-repeat;
}

#navsportsmed a  {
width: 135px;
background: url(../_img/nav_sports.gif) top left no-repeat;
}

#navsportsmed_active a {
width: 135px;
background: url(../_img/nav_sports.gif) 0 -44px no-repeat;
}

#navfaq a  {
width: 79px;
background: url(../_img/nav_faq.gif) top left no-repeat;
}

#navfaq_active a {
width: 79px;
background: url(../_img/nav_faq.gif) 0 -44px no-repeat;
}

#navjapanese a  {
width: 90px;
background: url(../_img/nav_japanese.gif) top left no-repeat;
}

#navjapanese_active a {
width: 90px;
background: url(../_img/nav_japanese.gif) 0 -44px no-repeat;
}

#navcontact a  {
width: 106px;
background: url(../_img/nav_contact.gif) top left no-repeat;
}

#navcontact_active a {
width: 106px;
background: url(../_img/nav_contact.gif) 0 -44px no-repeat;
}