* {
  font-family: verdana;
   font-size: 10px;
  color: #666666;
  vertical-align: top;
}

a:link, a:visited{
text-decoration:underline;
}

a:hover{
text-decoration:none;
}


body {
  background: #d3d3d3 ;
  margin-top: 20px;
  text-align: center;
 
}

.left {
  background: url(images/left_bkg.gif) top right repeat-y;
}

.right {
  background: url(images/right_bkg.gif) top left repeat-y;
}

.main_container {
  padding: 7px;
  margin: 7px;
  background-color: #FFFFFF;
}

.main {
  background: #FFFFFF url(images/main_bkg.gif) top left repeat-y;
}

.top { padding-top: 25px; }

.menu { 
  padding:0px 0px 0px 10px;
  width: 185px;
  margin:0px;
 
  
}

.menu a, .menu a:hover {
  padding:5px 0px 5px 10px;
  
  border-bottom:1px solid #929292;
  display:block;
  margin:0px;
  width:100%;
  height:12px;
  text-decoration:none;
  background-color:#dedede;
  font-weight: bold;
}


.menu a:visited{
text-decoration:none;
}

.menu a:hover { color: #FFFFFF; 
				background-color: #007783; 
				background-image:url(images/arrow_1.gif); 
				background-repeat:no-repeat;
				background-position:right;
				}
				
#body#about #about, 
#body#practice #practice, 
#body#publications #publications, 
#body#newsletter #newsletter, 
#body#opportunities #opportunities, 
#body#ip_links #ip_links,
#body#people #people,
#body#contact #contact
{
				color: #FFFFFF; 
				background-color: #007783; 
				background-image:url(images/arrow_1.gif); 
				background-repeat:no-repeat;
				background-position:right;
}

.mainBody{
 			border-left:1px dotted #666666;
 			padding:10px;
 			}
 
.mainBody h1{
			font-weight:bold;
 			padding:0px 0px 10px 20px ;
 			margin:0px;
 			font-size:14px;
 			font-family:verdana;
 			color:#007783; 
 			background-image:url(images/arrow_3.gif);
 			background-repeat:no-repeat;
 			background-position:middle;
 			
 			}
 			
 			
div.footer{
 		border-top:1px dotted #666666;
 		padding-top:5px;
 		width:100%;
 		display:block;
 		margin:0px;
 		font-size:9px;
 		color:#000000;
 		}
 		
 		
.footer a:link{
text-decoration:none;
}
.footer a:visited{
text-decoration:none;
}
.footer a:hover{
text-decoration:underline;
}