@charset "UTF-8";
body {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat: no-repeat;
	background-color: #F8F8F8;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
container  {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
.biopic {
	width: 160px;
	float: left;
}
header  {
	height: auto;
	padding: 0;
	width: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #F8F8F8;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.navbar {
}
.oneColFixCtrHdr #mainContent {
	width: 900px;
	padding: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #F8F8F8;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
}
.trumpetdesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	width: 350px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #444444;
}
.bio {
	font-size: .9em;
	width: 450px;
	margin-right: 10px;
	margin-left: 10px;
	clear: left;
	display: inline-block;
}
.fill {
	background-color: #B8B8B8;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #222222;
}
.quote1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-image: url(assets/bluebox.png);
	width: 350px;
	padding: 10px;
}
.quote2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-image: url(assets/orangebox.png);
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
.quote3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-image: url(assets/greenbox.png);
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
.quote4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-image: url(assets/yellowbox.png);
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #444444;
	font-style: oblique;
}
.instrumentintro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #002200;
	width: 300px;
}
.readlink {
	font-style: oblique;
	color: #777777;
	padding-top: 5px;
	font-size: 90%;
}
.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #888888;
	margin-right: auto;
	margin-left: auto;
}
.design {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	width: 130px;
}
.logo {
	float: left;
	height: 180px;
}
.headertext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	width: 300px;
	margin-top: -150px;
	font-style: italic;
	font-weight: 500;
	text-align: right;
	padding-right: 20px;
	margin-left: 500px;
	clear: left;
	height: 100px;
}
.productname {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: oblique;
	color: #004400;
}
.generalpagetitle {
	margin-top: 20px;
}
.table {
	padding-top: 20px;
}
.tab {
	padding-top: 10px;
}
.screenshots {
	margin: 10px;
	height: 60px;
	width: 85px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #444444;
	border-right-color: #444444;
	border-bottom-color: #444444;
	border-left-color: #444444;
}
.screenshots2 {
	height: 60px;
	width: 85px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #444444;
	border-right-color: #444444;
	border-bottom-color: #444444;
	border-left-color: #444444;
	float: right;
	clear: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: -70px;
}
.style8 {color: #005500}
.style6 {color: #0000BB}
.style9 {color: #550000}
.style3 {
	color: #777777
}
.style5 {color: #777777}
.style7 {color: #000088}
.style10 {
	color: #444444;
	font-weight: bold;
}
.fullquote1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-image: url(assets/bluebox.png);
	width: 800px;
	padding: 10px;
}
.fullquote2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-image: url(assets/orangebox.png);
	width: 800px;
	padding: 10px;
}
.fullquote3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-image: url(assets/greenbox.png);
	width: 800px;
	padding: 10px;
}
.fullquote4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-image: url(assets/yellowbox.png);
	width: 800px;
	padding: 10px;
}
.storytab {
	float: right;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
}
.fmp-tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
