body {
  width:900px;
  background-color: ivory; /* This color sets the entire background of the site*/
  font-family: sans-serif;
}

div#doc {
  width:900px;
  background-color: ivory; /* This color sets the entire background of the site*/
}


div#header{
  height:72px;
  background-color: #335bb9; /* This color sets the background of the header section */
  padding: 0em;
  margin: 0em;
  font-size: 3em;
  BACKGROUND-IMAGE: url(http://www.digipub.biz/mdc/shared/image/headline_900_72_2.jpg);
}


.navigation {
  background-color: ivory; /* This color sets the background for the left column*/
  padding-right: .5em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: .5em;
}

.maincontent {
  background-color: #F9F7ED; /* This color sets the background for the main content area*/
  padding: 1em;
}


.sideBar  {
    BORDER-RIGHT: #dac8ff 1px solid;
    BORDER-TOP: #dac8ff 1px solid;
    BORDER-LEFT: #dac8ff 1px solid;
    BORDER-BOTTOM: #dac8ff 1px solid;

}



.footer  {
  padding: 1em;
  text-align: center;
  background-image : url(http://www.digipub.biz/mdc/shared/image/title_back_01.jpg);
  background-repeat : repeat-x;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 0px 20px 9px;
  clear: both;

}

#copyright {
  width: 288px;
  font-size: xx-small;
  text-align: right;
  float: left;
}


h2.productTitle  {
	color:#CF4078;
	font-size=12pt;
	font-weight=bold;
	padding-left:20px;
	padding-right:20px;
	padding-top:2px;
	height:20px;
	border-left:solid 6px #f39800;
	background-image : url(http://www.digipub.biz/mdc/shared/image/title_back_grey_h20_01.jpg);
	background-repeat : repeat-x;
	background-position:left center;
}

.contentTitle {
  color:navy;
  font-weight=bold;
  font-size: 12pt;
  text-align: center;
  float: left;
}
