/* print stylesheet */

body {
	font-family: Verdana, Sans-serif;
	font-size: 12px;
	background-color: #fff;
}

div, ul, ol {
	border: none;
	font-size: 12px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

/* headings */
h2 {
	font-size: 20px;
	margin: 0px;
}

h3 {
	color: #333333;
	font-size: 13px;
	padding: 3px 0;
}

/* common styles */
b {
	line-height: 30px;
}

p {
	color: #333;
	font-size: 12px;
	font-size: 13px;
	margin-bottom: 12px;
}

/* Layers */
#navthumbs, #content .ContentAdvt, #top_blue_shader, #header_quote, #leftnav {
	display: none;
}

#container {
	width: 1024px;
	margin: 0px auto;
	background-color: #fff;
	color: #333;
	border: 1px solid gray;
	line-height: 130%;
}

#container img {
	border: none;
	display:none;
}

#top_logos {
	height: 70px;
	background: url(/images/tlogo.gif) no-repeat top left;
}

#content {
	padding: 1.5em;
	width: 85%;
	line-height: 1.6em;
}

#content .ContentCol .imageholder {
	float: left;
	width: 670px;
	margin-bottom: 20px;
}

#content .ContentCol .imageholdercol {
	float: left;
	margin-right: 10px;
}

#content .ContentCol ul {
	list-style: inside;
	list-style-type: disc;
}

#content .ContentCol ul li {
	padding: 0 0 0 18px;
}

#frontpage {
	line-height: 1.25em;
}

#footer {
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	border-top: 2px solid gray;
	font-size: smaller;
}

#leftnav p {
	margin: 0 0 1em 0;
}

#content h2 {
	margin: 0 0 .5em 0;
}

#showbio {
	display: block;
}

#noshowbio {
	display: none;
}

