@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 30px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
}

#container  {
	width: 630px;
	border: 2px solid #008AC4;
	background-color: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
} 

#masteHead {
	display: none
}

#masteHeadPrint {
	padding: 0px;
	height: 146px;
	width: 630px;
	margin-bottom: 10px;
}

#leftNavBar {
	display: none
}

#mainArticleContent {
	padding-left: 35px;
	background: url(bMcImages/lineOrangeSpacerWidePrint.jpg) repeat-y;
	margin-right: 35px;
	padding-right: 25px;
}


#bottomNavBar {
	display: none
}

#featureArticleRight {
	display: none
}

#insetBox {
	float: right; /* since this element is floated, a width must be given */
	width: 215px;
	background: url(bMcImages/purpleRightSideBar.jpg) repeat-y;
	margin: 0px;
}




h1 {
	font: bold 140%/20px Verdana, Arial, Helvetica, sans-serif;
	color: #051788;
	margin-bottom: 5px;
}

h2 {
	color: #051788;
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

h3 {
	font: bold 140%/20px Verdana, Arial, Helvetica, sans-serif;
	color: #ed3e45;
	margin-bottom: 5px;
}


#featureRight h2 {
	color: #051788;
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 0px;
}

#featureRight h3 {
	font: bold 120%/17px Verdana, Arial, Helvetica, sans-serif;
	color: #ed3e45;
	margin-bottom: 5px;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 20px;
}

h4 {
	margin-top: 0px;
	margin-bottom: 10px;
	font: bold 110%/130% Verdana, Arial, Helvetica, sans-serif;
	color: #051788;
}
h5 {
	color: #ed3e45;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
	padding-bottom: 10px;
}

h6 {
	color: #051788;
	padding-bottom: 30px;
	font: italic bold 14px/24px Verdana, Arial, Helvetica, sans-serif;
}


p {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 18px;
}

a {
	color: #017bae; 
	text-decoration: underline;
}

#container #mainArticleContent p {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 18px;
}

#featureRight p {
	padding-right: 25px;
	padding-left: 25px;
}


.caption {
	line-height: 12px;
	font-size: 10px;
	font-style: italic;
	margin: 0px 0px 10px;
}
.boldText {
	font-weight: bold;
}


#container #mainArticleContent .boldText {
	margin-top: 20px;
}


.indentedText {
	padding-left: 20px;
	padding-top:0;
	padding-bottom: 0;
}



.orangeLink {
	color: #000; 
	font: bold 11px Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: underline;
}


.marginBottom20 {
	margin-bottom: 20px;
}
.marginRight15Bottom20 {
	margin-right: 20px;
	margin-bottom: 15px;
}
.marginTop20Bottom20 {
	margin-top: 20px;
	margin-bottom: 15px;
}
#insetBox   .marginSides25 {
	margin: 0px 25px;
}
#insetBox p {
	margin-right: 25px;
	margin-left: 25px;
}


ul {
	list-style: disc url(bMc2.css) outside;
	display: inline;
	margin-top: 0px;
}
ul li {
	margin-left: 35px;
	padding-bottom:10px;
}
ol        {
	list-style: none outside;
	padding: 0px 0px 0px 20px;
}
ol   li      {
	padding-left: -20px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}





#mainArticleContent th, #mainArticleContent td {padding: 8px}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
