/*********** global design ****************/

body {
	background: #fff url('../images/page_bg.png') repeat-x top left;
}

#sbt-pageboundingbox {
	width: 792px;
	margin-left: auto;
	margin-right: auto;
}

#sbt-header {
	margin-top: 16px;
	background: url('../images/header.png') no-repeat top center;
	height: 72px;
	width: 792px;
}

#sbt-leftsidebar {
	height: 27px;
	width: 792px;
}

#mmbox {
	height: 27px;
	width: 792px;
	border-right: 1px solid #165450;
}

#mmbox a {
	display: block;
	font-size: 11px;
	padding: 8px 43px;
	text-decoration: none;
	color: #fff;
	font-family: Verdana;
	border-left: 1px solid #165450;
	float: left;
}

#mmbox a.last {
	padding: 8px 46px 8px 45px;
}

#mmbox a:hover {
	background: #053e3a;
}

#sbt-contentboundingbox {
}

#sbt-maincontent {
	margin-top: 3px;
	width: 792px;
	background: #fff;
	min-height: 600px;
}

#footer {
	width: 792px;
	background: #fff url('../images/footer.png') repeat-x top left;
	padding-top: 25px;
	text-align: center;
	font-family: Arial;
	font-size: 7pt;
	
}

.clear {
	clear: both;
}

a, a:link {
	color: #71AFAB;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
.footermtcBlock {
margin-top: 10px;
	font-family: Arial;
	font-size: 8pt;
}
.navmtcBlock {
margin-bottom: 10px;
	font-family: Arial;
	font-size: 8pt;
}
