/* two-column layout copied from bluerobot.com */

body, td {
	margin:0px;
	padding:0px;
	font: 0.8em/1.5em verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size: 2em;
	line-height: 1em;
	font-weight:900;
	color:#fff;
	}
h2, h3 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

p {
	font: verdana arial helvetica sans-serif;
	color: #333;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
	
/*#content>p {margin:0px;}
#content>p+p {text-indent:30px;}*/

a {
	color:#0002CA;
	text-decoration:none;
	font-weight:100;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color: #0002CA;}
a:visited {color: #0002CA;}
a:hover {background-color:#eee;}

#logo {
	/*display: none;*/
	margin:0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	/*height:33px;  14px + 17px + 2px = 33px */
	/*line-height:11px;*/
	background-color:#fff;
	clear: both;
	}

#pagehead {
	margin: 0px 0px 0px 0px;
	padding: 17px 20px 0px 270px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height: 60px; /* 14px + 17px + 1px = 33px */
	border-style:solid;
	border-color:#000;
	border-width:0px 0px 1px 0px;  
	line-height:11px;
	vertical-align: bottom;
	color: #006;
	background: url(../images/bluegradient-up2x80.gif) repeat-x bottom;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:42px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#pagehead {height:44px;}

#search {
	display: none;
	float: right;
	position: absolute;
	top: 10px;
	right: 10px; 
	color: #fff;
}

#content {
	margin: 0px 220px 50px 270px;
	padding:10px;
/*	padding-left: 0px;*/
}

#sidebar-a {
	position:absolute;
	top: 60px;
	right:0px;
	width: 192px;
	padding:10px;
	padding-right: 10px; 
	padding-top: 5px;
	background-color:#fff;
	background: url(../images/greygradientdowntall.gif) no-repeat bottom left;
	border-style: none none none none;
	font-size: 90%;
	line-height:1em;
	float: right;
	
/* Again, the ugly brilliant hack. */
	voice-family: "\"; }\"";
	voice-family:inherit;
	width:170px;
	}
/* Again, "be nice to Opera 5". */
body>#sidebar-a {width:170px;}

#sidebar-b {
	position: absolute;
	top: 60px;
	left: 0px;
	margin-left: 0px;
	width: 242px;
	padding:10px;
	padding-right: 10px; 
	padding-top: 10px;
	background-color:#fff;
	background: url(../images/greygradientdowntallleft.gif) no-repeat bottom right;
	border-style: none none none none;
	line-height:1em;
	float: left;
	
/* Again, the ugly brilliant hack. */
	voice-family: "\"; }\"";
	voice-family:inherit;
	width:250px;
	}
/* Again, "be nice to Opera 5". */
body>#sidebar-b {width:250px;}

#nav, #nav ul {  /*all lists */
	padding-left: 0px;
	margin-left: 0px;
	list-style: none;
}

#nav li ul li {  /*second-level list items*/
	margin-left : 2px;
	padding-left: 0em;
	margin-bottom: 3px;
}

#nav li a.daddy, #nav li a.home, .inside {
	color: #006;
	font-weight: bold;
	padding-left: 0em;
	padding-top: 0.2em;
	line-height: normal;
	border-bottom: 1px solid #ccc;
	width: 100%
}

#nav li a.home, .inside {
	border-bottom: 0px;
	padding-bottom: 6px;
	padding-top: 0px;
	margin-top: 0px;   
}


#footer {
	color: #666;
	border-top: 1px solid #999;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 280px;
	clear: both;
	font-size: 80%;
	background-image: url(../images/greygradientdown.gif);
	background-repeat: repeat-x;
}

table.formatted {
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
}

table.formatted th {
	font-size: 0.8em;
	border-bottom: 1px solid #999;
	margin: 0px;
	padding: 4px;
	padding-top: 3px; 
	background-color: #eee;
	background: url(../images/bluegradient-up2x80.gif) repeat-x center;
	color: #fff;
}

table.formatted td {
	margin: 0;
	padding: 3px;
	border: 1px solid #eee;
	background: url(../images/greygradientup.gif) repeat-x bottom;
	vertical-align: top;
}

tr.bg td {
	background-color: #eee;
}

.front {
	margin: 5px;
	padding: 10px;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-top-color: #eee; 
	border-width: 1px 2px 2px 1px;
}

hr {
	height: 1px;
	color: #ccc;
}

/*news */
div.cochranechannel {
    margin: 10px;
    border: 1px solid #CCCCCC;
    padding: 0.5em;
    background-color: #FFFFFF;
}
div.cochranechannel h1 {
	margin: 0em 0em 0em 0em;
	font-size: 1.2em;
	font-style: normal;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
div.cochranechannel h2 {
    margin: 0em;
    font-size: 1em;
}
div.cochranechannel p {
    margin: 0em;
}
div.cochranechannel a {
    color: blue;
}
div.homepagenews a {
	color: blue
	text-decoration: none;
}
div.cochranechannel a:hover {
    text-decoration: underline;
}
div.cochranechannel img {
    float: left;
    border: none;
    padding: 0em 0.5em 0.5em 0em;
}
div.cochranechannel div.item {
    margin: 0.2em 0em 1em 0em;
}
div.cochranechannel div.item p {
    font: 1em/1.3em verdana, arial, helvetica, sans-serif;
	 text-align: justify;
}
div.cochranechannel div.item p.pubdate {
    text-align: left;
	 font-size: 80%;
}
