body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.166;
    color: #3B0084;
	margin: 0px;
	padding: 0px;
	background: #892034;
	background-image: url(../images/bg_anatomy.jpg);
	background-attachment:normal;
	background-position:top right;
	background-repeat:no-repeat;
	font-size: 12px;
    width:800px;	
}

/******* hyperlink and anchor tag styles *******/
a {
	color: #3B0084;
	text-decoration: none;
	size: 12px;
}

a:link, a:visited{
	color: #892034;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

table { 
	font-family:Arial, Helvetica, sans-serif;
/*	border-color:#336699;	*/
	padding:0;
	border:0;
}

th {
background-color:#892034;
font-size:18px;
line-height:24px;
color: #FFFFFF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	line-height: 18px;	*/
/*	color: #333333;	*/
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #3B0084;
 margin: 10px;
 padding: 3px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #3B0084;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #3B0084;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #3B0084;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #3B0084;
 margin: 0px;
 padding: 0px;
}

/*************** list tag styles ***************/
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/
form {
/*	background-color: #CCCC99;	*/
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 16px;
	font-weight:bold;
	line-height: 22px;
	background-color: #FFCC66;	
	color: #3B0084;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
  color: #892034;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
/*	background-color: #006666;
  color: #DCDCDC;	*/
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
	background-color: #FF9933;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #FF9933;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FF9933;
}

.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FF9933;
/*	background-color: #339999;	*/
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FF9933;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  background-color: #336699;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CC99;
  	color: #006666; 
	font-weight: bolder;
	font-size: medium;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#mainbanner{
	position: absolute;
	top: 0px;
	left: 13px; 
/*	width: 790px;		*/
	width: 800px;
	height:140px;
	font: small Verdana,sans-serif;
/*	background-color:#FFCC66; 		*/
	visibility: visible;
}

#middle{
	position:absolute;
	top: 140px;
	left: 12px;
/*	right: 10px;		*/
	width: 800px;
	background-color:#FFCC66; 
}

/************** Right content styles **************/
#content{
/*	margin:0px 0px 0px auto; */
	left:190px;
/*	padding: 3px;		*/
	font: small Verdana,sans-serif;
	visibility: visible;
/*	min-height:450px;
	min-width:630px;			*/
}

/************ leftnav styles **************/
#leftnav{
	float: left;			
	width: 180px;
	padding: 0px;
	background-color: #FFCC66;
	font: small Verdana,sans-serif;	
/*	border: 1px solid #339999;	*/
}

.h3links{
	margin: 0px;
	padding: 5px 0px 0px 5px;
/*	border-bottom: 1px solid #339999;	*/
	font: bold 100% Arial,sans-serif;
	color: #3B0084;		
}

.h3links a:link, .h3links a:visited {
	display: block;
	padding: 1px 0px 1px 4px;
	color: #3B0084;		
}

.h3links a:hover{
	background-color: #FF9933;
	font-weight: bold;
	text-decoration: none;
}

#leftnavlinks{
	margin: 0px;
	padding: 5px 0px 0px 5px;
/*	border-bottom: 1px solid #339999;	*/
}

#leftnavlinks h3{
	padding: 2px 0px 2px 4px;
}

#leftnavlinks a:link, #leftnavlinks a:visited {
	display: block;
	padding: 1px 0px 1px 8px;
	font-size: 10px;
	color: #660099;		
}

#leftnavlinks a:hover{
	background-color: #FF9933;
	font-weight: bold;
	text-decoration: none;
}

#leftbottombox{
	width: 100%;		
	padding: 0px; 0px; 0px; 0px;
/*	background-color:#CCFFFF;	*/
	font-size: 10px;
	margin-bottom:10px;
	margin-top:10px;	
}

#leftbottombox BR{
	font-size:10px;
}

#leftbottombox h3{
 font: bold 12px Arial,sans-serif;
 color: #3B0084;
}

#globalnav{
/*	height: 24px;	*/
	visibility:visible;
}

#globalnav a:link, .globalnav a:visited {
	font-size: 10px;
}

#globalnav a:hover{
	background-color: #FF9933;
	font-weight: bold;
	text-decoration: none;
}

#TopNav{
	width:150px;
	padding: 0px;
	background-color: #660099;
	font: small Verdana,sans-serif;
	height: 600px;
	top: 120px;
	left: 10px;
	visibility: visible;
/*	border: 1px solid #cccccc;	*/
}

#footer{
	clear: both;
	padding: 5px;
	font: small Verdana,sans-serif; 
	visibility: visible;
	background: #892034;
	color:#FFCC66;
}
.maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 5px 5px 5px 5px;
	left:150;
}
