/* Set missing background */

body {
	font-size: 0.85em;
    font-family: serif;
    color: #000;
	background-color: #fff;
	padding: 0;
}

/* Hide these elements with absolute positioning */

.noprint,
#accessibility,
#header,
#navigation,
#breadcrumbs,
#subnav_col,
#footer,
.calendar,
.ad,
.startpage .featurecol
{
	display: none;
}

div#wrapper {
	width: 652px;
}


div#content {
	width: 650px;
}

.featurecol {
	width: 210px;
}

#footer {
	width: 610px;
}

#branding {
	/*width: 100px;
	float: right;
	margin: -1.8em 0 0 0;*/
	float: left;
	width: 650px;
	color: #000;
}

/* Elements */

div#wrapper, div#content, div#main_col {
	padding: 0;
	margin: 0;
}

#papertop {
	display: block;
	clear: both;
	float: none;
	margin: 0;
}

/* Text */
h5, p, #main_col li, .feature li, .papercol p  {
	line-height: 125%;
}
