@charset "utf-8";
/* CSS Document */

/*********************************************************************/
/*                    MAIN NEWS CONTENT                              */
/*********************************************************************/
.walls #mainNewsContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 20px;
	background: #FFF;
	border: 0;
	margin-left: 170px;
} 
.walls #mainNewsContent p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666;
	text-align:justify;
	padding-bottom: 10px;
	line-height: 17px;
}
.walls #mainNewsContent h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #005192;
	font-weight: bold;
	margin-top: 18px;
	padding-bottom: 10px;
}
.walls #mainNewsContent h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #005192;
	font-weight: bold;
	padding-bottom: 3px;
}
.walls #mainNewsContent .greyseparator {color: #999999}

.walls #mainNewsContent li {
  padding-left		: 10px;
  margin-left		: 15px;
  text-decoration	: none;
  color: #666;
  line-height: 20px;
  font-family		: Arial, Helvetica, sans-serif;	font-size:12px;
}

.walls #mainNewsContent li a {
  /*display			: block;*/
  padding-left		: 10px;
  text-decoration	: none;
  color				: #005192;
  font-family		: Arial, Helvetica, sans-serif;	font-size:12px;
}

.walls #mainNewsContent li a:hover {
  color				: #999;
}


/*********************************************************************/
/*                    MAIN CONTENT2 AREA                              */
/*********************************************************************/
.walls #mainNewsContent2 {
	/* padding-left: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 20px;
	background: #FFF;
	border: 0;
	margin-left: 170px;
} 
.walls #mainNewsContent2 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666;
	text-align:justify;
	padding-bottom: 10px;
	line-height: 17px;
}
.walls #mainNewsContent2 h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #005192;
	font-weight: bold;
	margin-top: 18px;
	padding-bottom: 10px;
}
.walls #mainNewsContent2 h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #005192;
	font-weight: bold;
	padding-bottom: 3px;
}
.walls #mainNewsContent2 .greyseparator {color: #999999}

.walls #mainNewsContent2 ul{
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	text-align: left;
	padding-left: 190px;
}
.walls #mainNewsContent2 li {
  display: list-item; list-style-type: square; padding-bottom:15px;
}
.walls #mainNewsContent2 img {
  margin-left: 20px;
  margin-bottom: 20px;
}