/* CSS Document */
/* ###################################### blog Classes */
div#blogBody {
	clear: both;
	margin-left: 75px;
	margin-right: 390px;	
	padding-top: 80px;	
	padding-bottom: 135px;
	}
/* ###################################### Page Title */
div#blogBody h1 {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65px;
	font-weight: normal;
	line-height: 50px;
	color: #3E4041;
	margin-bottom: 20px;
	}
.sIFR-hasFlash div#blogBody h1 {
	visibility: hidden;
	}
/*###################################### New Styles added by MDM*/
div#blogBody H2 {
	font-size: 14px;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #3E4041;
	}

div#blogBody H3 {
	font-size: 10px;
	line-height: 12px;
	margin-top: 50px;
	color: #3E4041;
	}
div#blogBody H4 {
	font-size: 14px;
	line-height: 17px;
	margin-top: 40px;
	/*color: #FDBB30;*/
	color: #6E7070;
	}
div#blogBody p {
	width: 490px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #6E7070;
	margin-bottom: 15px;
	}
div#blogBody a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	font-weight: normal;
	color: #FDBB30;
	/*color: #6E7070;*/
	}
div#blogBody a:visited {
	text-decoration: none;
	}
div#blogBody a:hover {
	text-decoration: underline;
	}
div#blogBody p a {
	color: #6E7070;
	}
div#blogBody p a:visited {
	text-decoration: none;
	}
div#blogBody p a:hover {
	color: #3E4041;
	text-decoration: underline;
	}
	/* Sidebar Content
----------------------------------------------- */
#sidebar {
	margin-left: 75px;
	margin-right: 390px;	
	padding-top: 80px;	
	padding-bottom: 135px;
}
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  color:#666;
  line-height:1.5em;
  }

