﻿@import url("layout.css");
#container {
	width: 1000px;
	background-image: url('../images/btc_back.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin-left: auto;
	margin-right: auto;
	background-color: #CAD2DD;
}
#masthead {
	text-align: center;
	width: 1000px;
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
	margin: 10px;
	float: left;
	width: 820px;
	padding: 10px;
	background-image: url('../images/cont_back.gif');
	background-repeat: repeat;
}
#footer {
	text-align: center;
	clear: both;
	width: 1000px;
	padding: 0px;
}
/* Masthead Styles */
#masthead h1 {
	color: #FFFFFF;
	text-transform: uppercase;
}
#masthead h3 {
	color: #FFFFFF;
}
/* Navigation Styles */

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #003366;
}
#content img {
	margin: 5px;
	padding: 5px;
}
.* {
	text-decoration: none;
	font-family: "Gill Sans MT", "Arial", sans serif;
}
.p {
	font-family: "Gill Sans MT", "Arial", sans serif;
}
.courier {
	font-family: "Courier New", Courier, monospace;
}
body {
	font-family: "Gill Sans MT", "Arial", sans serif;
	font-size: 0.8em;
	background-color: #5858A5;
}
ul {
	list-style-type: none;
	padding-left: 25px;
}
li {
	padding-left: 25px;
	background: transparent url('../images/bullet.png') no-repeat;
	background-position: 0 5px;
}
li.ol {
	padding-left: 5px;
	background: none;
}
.indented {
	margin-left: 120px;
}
.table {
	border-collapse: collapse;
	border-style: solid;
	border-width: 3px;
	width: 100%;
}
.table_0bord {
	border-collapse: collapse;
	border-width: 0;
	width: 100%;
}
.th_left {
	font-weight:bold;
	text-align: left;
}
.th_centre {
	font-weight: bold;
	text-align: center;
}
.nowrap {
	white-space: nowrap;
}
/* Footer Styles */
#footer p {
	color: #000066;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}
#footer a {
	color: #000080;
	text-decoration: underline;
}
#footer a:hover {
	color: #853;
	text-decoration: none;
}
a {
	border-style: none;
	color: #a60;
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.big_cap_head {
	font-size: large;
	font-family: "Times New Roman", Times, serif;
	color: #000080;
}
.smaller_cap_head {
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	color: #000080;
}
.center {
	text-align: center;
}
.smallest_cap_head {
	font-size: small;
	font-family: "Times New Roman";
}
.img {
	border-style: none;
	float: left;
	padding: 5px;
}
.img_center {
	border-style: none;
	float: none;
	padding: 5px;
	left: auto;
	right: auto;
}
.img_right {
	border-style: none;
	float: right;
	padding: 5px;
}
.regi {
	color: #FFFFFF;
	font-size: large;
}
.grey {
	color: #999999;
}
.turqouise_high {
	text-align: center;
	background-color: #00FFFF;
}
.underline {
	text-decoration: underline;
}
