.noborder .articlefulldisplay{
	background-color:#E2F0CF;
	width:515px;
}
.articlefulldisplay .article_name{
    margin-bottom:10px;
}
.articlefulldisplay .article_body .article_body_content .imageleft 
{
    float:left;
    margin-right:10px;
}
.articlefulldisplay .article_body .article_body_content .imageleft .desc 
{
    background-color:#8BC43F;
    color:#fff;
    margin-top:3px;
    padding-bottom:5px;
}
* html .articlefulldisplay .article_body .article_body_content .imageleft {
    float:left;
}
.articlefulldisplay .article_body .article_body_content .imageright 
{
	 float:right;
     margin-left:10px;
}
.articlefulldisplay .article_body .article_body_content .imageright .desc 
{
    background-color:#8BC43F;
    color:#fff;
    margin-top: 3px;
    margin-bottom: 5px;
}
* html .articlefulldisplay .article_body .article_body_content .imageright{
	float:right;
}

.border .articlefulldisplay{
	background:
		#E2F0CF
		url(../leftcol_greenbottom.gif)
		no-repeat
		bottom;
	width:515px;
}
.articlefulldisplay .article_body{
	padding:10px 15px;
}
.articlefulldisplay .article_body .article_name{
	font-weight: bold;
	color:#332A85;
	font-size:12px;
}
