/* BODY and MAJOR CONTENT */
#container {
	width: 7in;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
}
#breadcrumb {
	display: none;
}
#main {
	width: inherit;
}
#main p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	color: black;
}
#main ul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	color: black;
	list-style-type: disc;
}
#main ul ul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	color: black;
	list-style-type: circle;
}
#main ul ul ul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	color: black;
	list-style-type: square;
}
#main ol {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	color: black;
	list-style-type: 1;
}
#main table {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	color: black;
}
#main .date {
	font-weight: normal;
}
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
	color: black;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
#main h1 {
	font-size: 30pt;
}
#main h2 {
	font-size: 24pt;
}
#main h3 {
	font-size: 18pt;
}
#main h4 {
	font-size: 14pt;
}
#main h5 {
	font-size: 11pt;
}
#main h6 {
	font-size: 9pt;
}
#main dl {
	font-size: 11pt;
	font-family: Helvetica, Arial, sans-serif;
	color: black;
}
#main dt {
	font-weight: bold;
}
.color {
	color: #CC0000;
}

/* NAVIGATION */

#nav {
	display: none;
}
/* TESTIMONIALS */

#testimony {
	width: 10em;
	background-color: #E2E2C8;
	border-bottom: 2px groove #CC0000;
	padding: 0.5em;
	float: right;
	margin-left: 12px;
	border-top: 2px groove #CC0000;
}
#testimony p {
	font-family: Times Roman, Times, serif;
	font-size: 10pt;
	text-indent: .3em;
}
#testimony .who {
	font-weight: bold;
	color: #CC0000;
	text-indent: 0em;
}
#testimony .what {
	font-style: italic;
	color: #000000;
	font-size: 9pt;
}
.smaller {
	font-size: 90%;
}
.bigger {
	font-size: 110%;
}
.printonly {
	display:inline;
}
#footer {
	clear:both;
	width: 700px;
}
#footer h6 {font-size:75%;}

