/* VERSIONS
/* 4_5: Initial css version, with most recent production improvements

/* Hide Areas 
-------------------------------------------------------------------- */
#nav-main, 
#nav-const, 
#nav-sub,
#nav-utility,
#nav-util,
.nav-util,
#breadcrumbs,
#footer, 
.hidden,
.production-note,
.readmore,
ul.tabs,
div.tab-collection
/* div.team */ {
	display: none;
	}
a { color: #000; text-decoration: none; }
form.printable { display: block; }

/* Width of printable area 
-------------------------------------------------------------------- */
#primary-content, 
#secondary-content {
	width: 80%;
	}
#content,
#primary-content, 
#secondary-content {
	height: auto !important;
	}

/* Font Sizes 
-------------------------------------------------------------------- */
p,li { font-size: 1.5em;}
h1 { font-size: 2.0em; margin: 0.4em 0 0.4em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.8em; }
h1,h2,h3 { font-weight: bold; }
h4,h5,h6 { font-weight: bold; }
h2,h3,h4,h5,h6 { margin: 1.2em 0 0.8em 0; line-height: 1.2em; }
table td,
table th { vertical-align: top; text-align: left; }


/* Misc
-------------------------------------------------------------------- */
dl dd { margin-left: 0; }
div,dl,li { height: auto !important; }
/* height: 1%;*/ /*10/12/2006*/


/* Masthead
-------------------------------------------------------------------- */
#masthead img {
	display: none;
	}
#masthead address span {
	font-weight: bold;
	display: block;
	}	
#masthead address {
	font-style: normal;
	}
#masthead a {
	font-size: 2.0em;
	display: block;
	margin-bottom: 0.3em;
	}
.print-instructions { 
	border-top: 1px solid #CCC;
	padding-top: 4px;
	margin-top: 4px;
	}
	
/* NEWS
-------------------------------------------------------------------- */
.news-list ul.news {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.news-list ul.news div.thumb {
	display: none;
	}

