/* davinci_print.css */
/* Created 3/27/06 by Jay */
/* Version 1.0 */

/* HMTL tag styles */

body { 
	margin:20px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	color:black;
 }
 
a {
	color:black;
	font-weight:bold;
	text-decoration:none;
}

 a:hover {
 	text-decoration:underline;
 }
 
#masthead a:after,
#contentArea a:after {
  content: " (" attr(href) "  ) ";
  font-size: 75%;
  font-weight:normal;
  color:black;
}
 
 /* image styles */

img {
	border:0;
	filter: gray;	
}

img.right {
	float: right;
	padding: 0 0 0 5px;
}

img.left {
	float: left;
	padding: 0 5px 0 0;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* nonprinting styles */

#globalNav,
#sidebar,
.resourceAd {
	display:none;
}

/* Layout Divs */

#container,
#masthead,
#header,
.divider,
#contentArea,
#editorialWell,
.teasers,
.teaser,
#sidebar,
#footer {
	margin:0;
	padding:0;
	overflow:hidden;
}

#container {
	width:600px;
	float:left;
}

#masthead {
	width:600px;
	height:70px;
	border-bottom: 1px solid black;
}
   
#contentArea {
	width:600px;
	border-bottom: 1px solid black;
}

#editorialWell {
	float:left;	
	width: 600px;
 }
   
#footer {
	font-size:10px;
	clear:both;
 }
   
   /* masthead styles */

 #header ul {
	list-style:none; 
	margin:0; 
	padding:0;
	position:absolute;
	top:0px;
	left:20px;
}

#header h2 a, 
#header h3 a { 
	color:black;
	margin:0;
}
 
 /* editorialWell styles*/
 
#editorialWell h1 { 
	font-size: 18px;
	margin:0;
	padding:0;
}
 
.teasers {
	margin:0;
	padding:0;
}

.teasers h3,
.teasers h3 a {
  	font-size:16px;
	margin:0;
 }
  
.teaser-Aa,
.teaser-aA {
	width:400px;
	padding:10px;	
 }
 
 .teaser-Aa img,
.teaser-aA img {
	display:none;;	
 }

/* footer styles */

.legal {
	padding:10px;
	margin:0;
}
