/* BBTI website style sheet */



body {
	background-color: #999999;
	margin: 10px auto;
	width: 1020px;
	font-family: serif;
	font-size: 15px;
	color: 000000;
	}

#page {
	background-color: #DED0AE;
	padding: 0;
	width: 1020px;
	text-align: left;
	}

#header {
	background-color: #DED0AE;
	padding-top: 30px;
	background-image: url("images/bbtihead.png") margin: 0 auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
	}

#navbar {
	border-bottom: 3px solid #734825;
	margin: 0 auto;
	height: 30 px;
	width: 1020px;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	}

#navcol {
	width: 134px;
	float: left;
	background: #DED0AE url("images/vertruler.png") repeat-y left top;
	margin-left: 3px;
	padding-left: 36px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 13px;
	}

#content {
	width: 805px;
	margin: 0 15px 10px 200px;	
	}
	

#footer {
	background: #DED0AE no-repeat top;
	height: 40px;
	border-top: 3px solid #734825;
	clear: both;
	font-family: sans-serif;
	text-align: center;
	font-size: 11px;
	}

.indent {
	margin-left: 18px;
	margin-right: 15px;
	}

p, ul, ol, {
	margin: 1.12em 0;
	}

blockquote {
	font-style: italic;
	color: #555555;
	margin: 1.12em 25px;
	}

li	{
	margin-top: 1.12em;
	}

#navcol p {
	margin: 1.25em 0;
	}

p.reply {
	padding-bottom: 10px;
	margin-left: 18px;
	margin-right: 75px;
	font-style: italic;
	}

ul	{
	list-style-type: square;
	padding-left: 25px;
	}

ol	{
	list-style-type: decimal;
	padding-left: 25px;
	}

a img {
	border: none;
	}

a	{
	text-decoration: none;
	}

a:link {
	text-decoration: none;
	color: #8B0000;
	}
a:visited {
	color: #8B0000;
	}

a:hover {
	text-decoration: bold;
	color: #DC143C;
	}

h1	{
	font-size: 2em;
	font-weight: bolder;
	margin: .67em 0;
	}

h2	{
	font-size: 1.6em;
	font-weight: bolder;
	margin: .75em 0;
	}

h3	{
	font-size: 1.3em;
	font-weight: bolder;
	margin: 1em 0;
	}

h4	{
	font-size: 1.2em;
	font-weight: bolder;
	margin: 1.12em 0;
	}

h4.video	{
	border-top: 2px solid black;
	margin: 1.3em 0 0 0;
	clear: right;
	}

hr	{
	margin: 1.2em auto;
	}


table {
	border-collapse: collapse;
	table-layout: fixed;
	}

td	{
	border: 2px solid black;
	padding: 5px;
	}

table.statement  {
	width:685px;
	border: 3px solid #734825;
	background-color: #ffffff;
	color: #880000;
	}

form  {
	margin: 0 240px;
	}