.Article {
	text-align:left;
}
/* 
================================
Articles column Layout
================================
*/ 

#article-left-wrapper {
	float: left;
	width: 600px;   /* 828 */
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: left;/* border : 1px solid green; */
}
#article-right-wrapper {
	float: right;
	width: 168px;
	margin: -49px 0 0 0;
	padding: 16px;
	text-align: left;
	BORDER-BOTTOM: #3eb7e4 1px solid;
	BORDER-LEFT: #3eb7e4 1px solid;
	BORDER-RIGHT: #3eb7e4 1px solid;
	BACKGROUND: #effafe;
	BORDER-TOP: #3eb7e4 1px solid;
	z-index: 1000px;
}
/* search */

#article-right-wrapper h3 {
	FONT-SIZE: 1.3em;
	FONT-WEIGHT: normal;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 20px;
	PADDING-TOP: 0px;
	MARGIN: 0px;
	COLOR: #333333;
}
#hide-module-search {
	float: right;
	clear: none;
	width: 220px;
	margin: -110px 0 0 0;
	padding: 0px;
	text-align: left;
	background-color: #ffffff;
	z-index: 500;
 
	height: 400px;
}
.SearchButton {
	color:#050;
	background-color:#3eb7e4;
	border:1px solid;
	border-color: #3eb7e4;
}
/* Latest */
#articles-latest {
	clear: none;
	width: 280px;
	margin-right: 20px;
}
table.ArticleList tr { 
	margin: 0px;
	padding-bottom: 6px;
}

table.ArticleList tr td {
	vertical-align: top
}
#articles-latest .Head {
}
#articles-latest .NormalRed {
}
#articles-latest .Author {
}
#articles-latest .PublishDate {
}
#articles-latest .NormalBold {
}
#articles-latest .SubHead {
}
#articles-latest .NormalBold {
}
#articles-latest .MoreArticles {
}
