html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #ffa405;
}
.left {
	float: left;
	padding: 0 5px 5px 0;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
#logo p {
	text-align: center;
}
p {
	text-align: left;
}
body {
	background: #f7f7ef url(/images/page-bg.jpg) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #74653d;
	padding:0 0 10px 0;
}
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 778px;
	position: relative;
	border: 1px solid #b8b8b8;
	background: #ffffff;
	overflow: hidden;
}
#header {
	position: absolute;
	top: 0;
	left: 243px;
	width: 535px;
	height: 279px;
	background: url(/images/header_BST.jpg) no-repeat;
}
#left {
	float: left;
	width: 243px;
}
#logo {
	width: 244px;
	height: 152px;
	background: url(/images/header_logo.jpg) no-repeat;
	text-align: center;
	color: #595959;
}
#logo h1 {
	padding-top: 30px;
	font: 16px "georgia", courier new, serif;
}
#logo p {
	margin: 8px 25px 4px;
	border-top: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
	padding: 3px;
	letter-spacing: 0.2em;
	font-weight: bold;
}
#nav {
	background: #e3e3e3;
}
#nav ul {
	margin-left: 9px;
	padding: 0 0 12px 1px;
	background: #3c3c3c bottom left url(/images/nav_bottom.jpg) no-repeat;
}
#nav li {
	list-style: none;
	font: 14px "arial narrow", arial, sans-serif;
	border-top: 1px solid #959595;
	background: 188px 10px url(/images/white.gif) no-repeat;
	padding: 7px 0 0 25px;
}
#nav a {
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #959595;
	display: block;
	width: 90%;
	padding: 2px 0 6px 8px;
}
#nav a:hover {
	text-decoration: underline;
}
#nav .important {
	border-top: 1px solid #959595;
	background: 188px 10px url(/images/orange.gif) no-repeat;
}
#nav .home {
	border-top: 0 solid #959595;
	background: 188px 10px url(/images/orange.gif) no-repeat;
}
#nav .important_home {
	border-top: 0 solid #959595;
	background: 188px 10px url(/images/orange.gif) no-repeat;
		border-left: 1px solid #959595;
}
#nav .important a {
	color: #e9c379;
}

#news {
	text-align: justify;
	background: #e3e3e3;
	padding: 10px 22px 3px 37px;
}
#news h2 {
	font-size: 12px;
	color: #be8b06;
}
#news h3, #news p {
	font-size: 11px;
	margin: 1em 8px 1em 0;
}
#news a {
	color: #74653d;
	font-weight: bold;
	text-decoration: underline;
}
#news a:hover {
	color: #38301a;
}
#news .more {
	font-size: 9px;
}
#support {
	padding: 1px;
	height: 97px;
	color: #1a1a18;
	background: #e3e3e3;
}
#support p {
	margin: 0.7em 2.6em;
}
		
#right {
	float: right;
	width: 500px;
	padding: 301px 9px 0 10px;
	background-color: #ffffff;
}
#right h2 {
	font: 18px arial, sans-serif;
	color: #be8b06;
	border-bottom: 1px solid #c4ae7c;
	padding-bottom: 6px;
	margin-bottom: 1em;
}

#right .clean {
	font: 18px arial, sans-serif;
	color: #be8b06;
	border-bottom: 0px solid #c4ae7c;
	padding-bottom: 6px;
	margin-bottom: 1em;
}

#right h3 {
	font: 14px arial, sans-serif;
	color: #be8b06;
	border-top: 1px solid #c4ae7c;
	padding-bottom: 6px;
	margin: 2em 0 1em 0;
}
#right h4 {
	font: 16px arial, sans-serif;
	color: #be8b06;
	border-top: 0px solid #c4ae7c;
	padding-bottom: 6px;
	margin: 2em 0 1em 0;
}
#welcome {
	margin-right: 20px;
}
#list {
	margin-right: 16px;
}
#right .left {
	margin-right: 18px;
}
#right .more {
	font: bold italic small-caps 1em/1.5em verdana, sans-serif;
}
.more a {
	color: #bf6000;
}
#spacer {
	height: 1em;
}
#footer {
	width: 780px;
	background: #eeeeec;
	margin: 0 auto;
	padding: 0;
}
#copyright {
	float: left;
	text-align: center;
	padding: 10px 0 10px 5px;
	color: #715f36;
	font: 400 10px verdana, arial, sans-serif;
}
#footerline {
	height: 18px;
	margin-top: 0;
	display: block;
	font-size: 10px;
	padding: 10px 0 8px 0;
}
.OFXright {
	float: right;
	margin-right: 10px;
}