
/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;
 background-color: #000099;
 background-image: url(images/ddBottomGradient2.gif);
 background-repeat: repeat-x;
 color: #333333;
 }
	 
#hdr{
 height:90px;
 background:#FF6633;
 background-image: url(images/ddLogoEmblem.gif);
 background-repeat: no-repeat;
 color:#FFFFCC;
 border:solid #000000;
 border-width:2px 0px;
 margin:40px 0 0 0;
 }

#lh-col{
 position: absolute;
 top: 155px;
 left: 20px;
 width: 180px;
 border: 2px solid #000000;
 background: #FF6633;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 400px;
 }

#rh-col{
 margin: 20px 20px 20px 220px;
 border: 2px solid #000000;
 background: #FFFFFF;
 color: #333333;
 padding: 20px;
 position :relative;
 }
 
 /* menu */
 
 #list-menu {
 width: 132px;
 /* this width value is also effected by
 the padding we will later set on the links. */
 }


#list-menu ul {
 margin: 10px; 
 padding: 0;
 list-style-type: none;
 font-family: verdana, arial, sanf-serif;
 font-size: 12px;
 }
 
 #list-menu li {
 margin: 2px 0 0;
 }
 
 #list-menu a {
 display: block;
 width:110px;
 padding: 2px 2px 2px 10px;
 border: 1px solid #000000;
 background: #FFFFFF;
 text-decoration: none;
filter:blendTrans(duration=0.5);
 }
 
 #list-menu a:link, #list-menu a:active, #list-menu a:visited {
 color: #000000;
 }

 #list-menu a:hover {
 border: 1px solid #000000;
 background: #003399;
 color: #FFFFCC;
 }
 
 /* pictures */
 
 img.right { float: left; border: 1px solid black; margin: 0 10px 10px 10px; 
    position: relative; }

 img.right-nb { float: left; border: 0px solid black; margin: 0 10px 10px 10px; 
    position: relative; }
    
 #wrap {width: 600px; 
} 
dl.gallery {float: right; width: 419px; padding: 0; border: 0px black solid; margin: 0 10px 10px 10px; 
} 
dl.gallery dd {padding: .5em; margin: 0;
}

/* Publications */

span.nref { font-weight: bold; color: #FF6600; }
