body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  /*font-size: 9pt;*/
	font-size: 8.5pt;
	line-height: 1.7em;
  /* background-color: #ccc; */
}
a
{
	text-decoration: none;
}
img
{
	border: medium none;
}
/* ===( SITE CONTAINER )============================== */

div#siteContainer
{
	background-color: #F0F1EB;
/*	background-color: darkcyan;*/
	width: 800px;
	border: 0px solid orange;
}

/* ===( HEADER )============================== */
div#headerContainer
{
	/*background-color: lightgreen;*/
	background-image: url(../images/MSMB_header.png);
	height: 93px;
}
/* ===( CENTER )============================== */
div#centerContainer
{
	
}
div#column1_Container
{
	/*background-color: dodgerblue;*/
	float: left;
	width: 235px;
	height: 400px;
}
div#contactInfo
{
	margin-top: 80px;
	margin-left: 50px;
	margin-right: 30px;
	font-size: 8.5pt;
	color: #71786B;
	/*background-color: dodgerblue;*/
}
div#column1_Container p.left_header1
{
	color: orange;
}
div#column1_Container p.body_copy
{
	color: orange;
}

div#column2_Container
{
	background-color: white;
	margin-left: 235px;
	padding-top: 20px;
	padding-right: 75px;
	padding-bottom: 20px;
	padding-left: 20px;
/*	background-color: dodgerblue;
*/}
div#column2_Container p.body_header1
{
	color: #44484B;
	font-weight: bold;
	font-size: 11pt;
}
div#column2_Container p.body_header2
{
	color: #1953B6;
	font-weight: bold;
	font-size: 13pt;
}
div#column2_Container p.body_copy
{
	color: black;
	line-height: 2.0em;
}



table#contactTable
{
	/*border: 1px solid red;*/
	vertical-align: top;
}
table#contactTable td
{
	/*border: 1px solid green;*/
	vertical-align: top;
}
table#contactTable td.personCopy
{
	padding-right: 20px;
	padding-bottom: 20px;
	line-height: 1.7em;
}
table#contactTable img.vcard_Icon
{
	margin-right: 15px;
	padding-top: 5px;
}
a
{
	color: #162759;
}
a:hover
{
	color: #982A47;
}


/*a.genericEmail
{
	color: #71786B;
}
*/
/* ===( FOOTER )============================== */
div#footerContainer
{
	/*background-color: lightgreen;*/
	background-image: url(../images/MSMB_btmbar.png);
	height: 58px; /* 93px total */
	padding-top: 35px;
	padding-left: 250px;
}
div#footerContainer a
{
	color: white;
}




