#container {
	
	border-color: #FFF;
}

.striped-list > li:nth-child(odd),
.striped-list > .list-item:nth-child(odd) {
  background: #fff;
}
.striped-list > li:nth-child(even),
.striped-list > .list-item:nth-child(even) {
  background: #fff;
}
body:before {
	background: #FFF;
	border-bottom: 4px solid #FFF;

}

.article-img img,
.html-content img {
  border: 0px solid #FFF;
}

#container {
	padding: 0px;
	/*margin: 0px;*/
}

.nav-horizontal #container, .nav-dual.homepage #container {

	padding: 0px;
	/*margin: 0px;*/
}

.sidebar2 {
	font-size: 8pt;
}

h3 {
	font-size: 12pt;
}