* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font: 11px Verdana, Arial, sans-serif; /* "Trebuchet MS" */
	color: #333;
	background-color: #fff;
/*	min-width: 770px; */
}
h1, h2, h3, h4, p, ul, ol, blockquote {
	padding-bottom: 1em;
}
ul, ol, blockquote {
	margin-left: 32px;
	line-height: 1.3em;
}
h1 {
	font: lighter 17px Arial, Helvetica, sans-serif;
	color: #336;
	border-bottom: solid 1px #ebebeb;
	padding-bottom: 0.6em;
	margin-bottom: 0.8em;
	padding-top: 1em;
}
h1 .subhead {
	font-size: 13px;
	font-weight: bold;
}
h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #69c;
}
h2 .subhead {
	font: normal 10px Verdana, Arial, sans-serif;
	color: #333;
	padding-top: 0.6em;
}
h3 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #036;
	padding-top: 1em;
}
hr {
	border: 0;
	color: #E0E0E0;
	background-color: #E0E0E0;
	height: 1px;
	margin: .5em 0 1em;
}
a {
	color: #069;
	text-decoration: underline;
}
a:hover {
	color: #069;
	text-decoration: underline;
	background-color: #ddeeff;
}
a:visited {
	color: #39C;
	text-decoration: underline;
}
a:visited:hover {
	color: #39C;
	text-decoration: underline;
	background-color: #ddeeff;
}
img {
	border: 0;
}

/* misc */

.moreLink {
	color: #f93;
	font-weight: bold;
}
.smallGray {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #777;
}
.small {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
sup {
	font-size: 75%;
	position: relative;
	top: 0.1ex;
}
td.borderBot {
	border-bottom: 1px solid #ccc;
}
td.borderLeftBot {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
td.borderLeft {
	border-left: 1px solid #eee;
}

#navBar, 
#home #navTop, 
#home #navBot, 
#leanQuizbtn, 
#gatewayTop p#brochure img, 
h1.noShow {
	display: none;
}

/* home styles */

#home h1 {
	font: 13px Arial, Helvetica, sans-serif;
	color: #036;
	margin: 0;
	padding: 10px 0 1.3em;
}

/* gateway */

p#gatwayPhoto {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #b5b5b5;
/*	float: right;
	margin: 0 0 16px 16px; */
}
p#gatwayPhoto img {
	border: 3px solid #000;
}
p#gatwayPhoto a {
	color: #999;
}

/* quotes */

blockquote.quote {
	font: 15px Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin-left: 0;
}
blockquote.quote .curl {
	font-size: 17px;
	line-height: 15px;
	font-weight: bold;
}
blockquote.quote .author {
	color: #663;
	line-height: 16px;
	display: block;
	margin-top: 8px;
	font-size: 14px;
}
