body {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(/images/background-site.jpg);
	background-repeat: repeat-x;
   height: 100.1%;
   }
html {
    height:100.1%;
	}
.container {
	width: 738px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(/images/headers/MB_About.jpg);
	background-repeat: repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:10px;
}

.oneColFixCtrHdr #container {
	width: 738px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image: url(/images/content-head-bg2.jpg);
	background-repeat: no-repeat; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
margin: 0; 
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0 auto;  /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.nav a:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #333333;
	text-decoration: none;
font-variant: normal;
}
.nav a:visited  { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
font-variant: normal;
}
.nav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F63F04;
	text-decoration: none;
font-variant: normal;
}
.nav a:active  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #F63F04;
	font-variant: normal;
	text-decoration: underline;
}

.title { 

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F63F04;
	line-height: 140%;
}

.AAAA-text-intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

.AAAA-NORMAL-text { 

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 140%;
}

.text-intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

.text-intro a:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
font-variant: normal;
}
.text-intro a:visited  { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
font-variant: normal;
}
.text-intro a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F63F04;
	text-decoration: underline;
font-variant: normal;
}
.text-intro a:active  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #333333;
	text-decoration: underline;
font-variant: normal;
}

.footertable {
	height: 27px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.footerimage {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: none;
}
.footertext {
	margin: 0px;
	padding: 0px;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	line-height: 100%;
}
.footertext a {
	color: #F63F04;
	text-decoration: underline;
}

.headertable {
	background-image: url(/images/content-head-bg2.jpg);
	height: 53px;
	width: 246px;
	padding: 0px;
	margin: 0px;
	background-repeat:repeat-x;
}

.middlecontent {
	width: 470px;
	height:100%;
	min-height: 290px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	vertical-align:top;
}

.middlecontent td, p, blockquote { 

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 140%;
}

.middlecontent a:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #333333;
	text-decoration: underline;
font-variant: normal;
}
.middlecontent a:visited  { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
font-variant: normal;
}
.middlecontent a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F63F04;
	text-decoration: underline;
font-variant: normal;
}
.middlecontent a:active  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #F63F04;
	font-variant: normal;
	text-decoration: underline;
}

.rightcontenttable {
	float: left;
	width: 37px;
}

.secondlevelnavtable {
	height: 24px;
	width: 157px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-align: left;
	clear: none;
	float: none;
	text-indent: 12pt;

}
.secondlevelnavouterbox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.secondlevelnavselectedtext {
	color: #F63F04;
	text-decoration:underline;
}
.textfeild {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #F63F04;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.pophand {
	border: 0px none;
	cursor: hand;
}
.textintrobold {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
