body {
	background-color: #FFF;
		margin-bottom: 50px;
}
.outerwrapper {
	margin: 0 auto;
	width: 920px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 75%;
}
.topheader {
	width: 920px;
	float: left;
	height: 119px;
	background-image:url(images/bmt-header.jpg);
	background-repeat: no-repeat;
}
.toppic {
	width: 766px;
	float: left;
	height: 247px;
}
.innerwrapper {
	width: 920px;
	float: left;
	background-image: url(images/innerwrapper-bg.gif);
	background-repeat: no-repeat;
}
.inner-innerwrapper {
	float: right;
	width: 766px;
	position: top right;
}
.left {
	width: 150px;
	float: left;
	color: #7D7D7D;
	margin-right: 3px;
}
.textindent {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 8px;
}
.textindent-right {
	margin-top: 22px;
}
.content {
	width: 446px;
	float: left;
	text-align: left;
	padding-bottom: 10px;
	color: #6B6B6B;
	font-size: 110%;
}
.right {
	float: left;
	width: 320px;
	text-align: left;
	color: #6F7072;
	}
.clear {
	clear: both;
}
.footerbar {
	width: 920px;
	height: 40px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 110%;
	color:  #A7A9AC;
	text-align: left;
	float: left;
}
.footer-indent {
	margin-left: 86px;
	margin-top: 30px;
	padding-bottom: 20px;
}	
.footerbar a:link {
	color: #9A9B9C;
	text-decoration: none;
}
.footerbar a:visited {
	color: #9A9B9C;
	text-decoration: none;
}
.footerbar a:hover {
	color: #9A9B9C;
	text-decoration: none;
}
.footerbar a:active {
	color: #9A9B9C;
	text-decoration: none;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 130%;
	color: #002596;
	font-weight: normal;
}
.subheader {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #002596;
	font-weight: normal;
}
.content a:link {
	color: #222222;
	text-decoration: underline;
}
.content a:visited {
	color: #222222;
	text-decoration: underline;
}
.content a:hover {
	color: #7D7D7D;
	text-decoration: none;
}
.content a:active {
	color: #7D7D7D;
	text-decoration: none;
}
.content ul {
	padding: 0;
	list-style: none;
}
.right a:link {
	color: #E48635;
	text-decoration: none;
}
.right a:visited {
	color: #E48635;
	text-decoration: none;
}
.right a:hover {
	color: #6F7072;
	text-decoration: underline;
}
.right a:active {
	color: #6F7072;
	text-decoration: underline;
}
.pixbox {
	float: left;
	height: 150px;
	width: 150px;
	margin-bottom: 10px;
	border: 1px solid #333333;
}
.pixborder {
	margin-bottom: 15px;
	margin-left: 15px;
}
.errortext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding: 2px;
	color: #F00;
}
.rightimagefloat {
	float: right;
	text-align: right;
	margin-right: 7px;
	padding-top: 16px;
}
.leftobjectfloat {
	float: left;
}
.rightobjectfloat {
	float: right;
}
.floatLeft {
	float: left;
}
.pixborderThumb {
	height: 120px;
	width: 90px;
	margin-right: 15px;
}
.pixborderGallery {
	margin-right: 8px;
	z-index: 3000;
}
.pixborderLeftPic {
	margin-right: 15px;
	margin-bottom: 15px;
}
.itemPadRight {
	margin-right: 15px;
	margin-bottom: 15px;
}
.itemPadLeft {
	margin-left: 15px;
	margin-bottom: 15px;
}
ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	/*width: 150px;*/
	display: block;
}

li.nav a:link{
	color: #FFF;
	text-decoration: none;
	border-bottom: 3px solid #fff;
	display: inline;
	padding: 10px 0 9px 15px;
	background-image: url(images/button-off.jpg);
	height: 19px;
	width: 135px;
	float: left;
}
li.nav a:visited {
	color: #FFF;
	text-decoration: none;
	border-bottom: 3px solid #fff;
	display: inline;
	padding: 10px 0 9px 15px;
	background-image: url(images/button-off.jpg);
	height: 19px;
	width: 135px;
	float: left;
}
li.nav a:hover{
	color: #fff;
	text-decoration: none;
	border-bottom: 3px solid #fff;
	display: inline;
	padding: 10px 0 9px 15px;
	background-image: url(images/button-on.jpg);
	height: 19px;
	width: 135px;
}
li.nav a:active{
	color: #fff;
	text-decoration: none;
	border-bottom: 3px solid #fff;
	display: inline;
	padding: 10px 0 9px 15px;
	background-image: url(images/button-on.jpg);
	height: 19px;
	width: 135px;
}
.rightpicborder {
	margin-bottom: 0;
}
.underpic {
	background-color: #D7D7D7;
	height: 20px;
	background-repeat: no-repeat;
	color: #222222;
	font-size: 100%;
	width: 320px;
	text-align: right;
}
.underpic-indent {
	padding-top: 2px;
	padding-right: 10px;	
}
.underpic-indent a:link {
	color: #222222;
	text-decoration: none;
}
.underpic-indent a:visited {
	color: #222222;
	text-decoration: none;
}
.underpic-indent a:hover {
	color: #F33139;
	text-decoration: none;
}
.underpic-indent a:active {
	color: #F33139;
	text-decoration: none;
}
