@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #B0B0B0;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}
a {
	color: #003F72;
}
a:hover {
	color: #009933 !important;
}
a:visited {
	color: #002E55;
}
li {
	padding-bottom: 1em;
}
div#contentBox {
	width: 1000px;
	height: 580px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
div.homePage {
	background: #FFF url(images/stan_posterior.jpg) no-repeat;
}
div.bioPage {
	background: #FFF url(images/stan_smiling_green.jpg) 103% bottom no-repeat;
}
div.landingPage {
	background: #FFF url(images/stan_laughing_blue.jpg) 103% bottom no-repeat;
}
div.printAdPage,
div.landingPage3 {
	background: #FFF url(images/stan_large_raining.jpg) no-repeat;
}
div.topTenPage,
div.landingPage2 {
	background: #FFF url(images/stan_smiling_blue.jpg) 102% bottom no-repeat;
}
div.menuBar {
	background: #002E55 url(images/tti_tagline_block.gif) center bottom no-repeat;
	color: #FFF;
	width: 229px;
	float: left;
	height: 580px;
}
div.menuBar h3 {
	color: #FFC;
	padding-top: 92px;
	font-size: 20px;
}
div.menuBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	border-top: 1px solid #001C39;

}
div.menuBar ul li {
	font-size: 14px;
	font-weight: 600;
	padding: 0;
}
div.menuBar ul li a {
	color: #FFF !important;
	text-decoration: none;
	display: block;
	padding: .8em 0;
	border-bottom: 1px solid #001C39;
}
div.menuBar ul li a:hover {
	color:#FFF !important;
	background-color: #004483;
}
div.bioPage a#linkBio,
div.printAdPage a#linkPrint,
div.topTenPage a#linkTopten,
div.landingPage a#linkTTIhelp {
	color: #FFFF99 !important;
	background-color: #002E55;
}
img.titleBar {
	float: left;
	padding-left: 12px;
}
div.flashBox {
	float: right;
	padding-top: 22px;
	padding-right: 14px;
}
div.copyBox {
	float: left;
	width: 435px;
	text-align: justify;
	padding-left: 20px;
}
ol.topTen li {
	font-size: 14px;
}
ol.topTen li a {
	color: #003F72;
}
.printAdPage div.copyBox {
	width: 463px;
	padding-right: 0;
}
span.photoGroup {
	float: left;
	text-align: center;
}
div.callToAction {
	padding-left: 35px;
}
p.callToAction,
div.callToAction p {
	font-size: 14px;
	color: #CC3300;
	line-height: 1.4em;
}
body.printAdWindow {
	text-align: center;
}
p.copyright {
	font: 9px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
p.copyright a {
	color: #002E55 !important;
}