﻿/* Turn off what's not needed */
#login, #nav, #leftSideBar, #footer, #banner
	{
		display: none !important;
	}


body, #layoutContainer, #contentContainer, #pageContent, .bio, .bioCopy
	{
		background: none;
		color: black;
		float: none !important;
		font-size: 10pt;
		margin: 0 !important; 
		padding: 0 !important;
		width: auto !important;
	}

.chronoContentItem, .chronoContentTxt, .chronoContentLabel
	{
		background: none;
		clear: both;
		text-align: left;
		float: none !important;
		width: auto !important;
	}

 .thumbItem, .thumbImg, .thumbTxt, .productHeading
 	{
		background: none;
		color: black;
		clear: both;
		float: none !important;
		font-size: 10pt;
	}

.thumbImg
	{
		text-align: left;
		border-bottom: 0px;
	}


.chronoContentTxt
	{
		margin-left: 10px;
	}

.chronoContentLabel,  .productHeading
	{
		font-size: 14pt;
		font-weight: bold;
	}

h1, h2, h3, h4, h5, h6
	{
		color: black;
		font-weight: bold;
	}

a:link, a:visited
	{
		font-weight: bold;
	}
