/* This stylesheet is for printing of daratech.com documents. */

@import "sophist.css";

body {
	background: #fff;
	color: #000;
	}

h1, h2, h3, h4, h5, li, p {
	color: #000;
	font-family: georgia, times, 'times new roman', serif;
	}
p.topLink {
	display: none;
	}
p#switch {
	display: none;
	}

/*-----footer-----*/
#footer {
	width: 100%;
	}

/*-----header-----*/
#header #headerLinks {
	display: none;
	}

/*-----main site nav-----*/
#nav {
	display: none;
	}
#breadcrumb {
	display: none;
	}

/*-----container div-----*/
#container {
	width: 100%;
	}

/*-----main content div-----*/
#main {
	width: 100%;
	}

/*-----columns-----*/
#fullColumn {
	width: 100%;
	}
* html #fullColumn {
	overflow: visible;
	width: 100%;
}
#fullColumn img.banner {
	display: none;
	}
#secNav {
	display: none;
	}

/*-----sidebar-----*/
div.sidebarRight {
	width: 250px;
	}

/*-----disclaimers-----*/
#screenDisclaimer {
	display: none;
	}
#printDisclaimer {
	background: #ccc;
	display: block;
	padding: 4px;
	}
