﻿
#contentwrapper{
float: left;
width: 100%;
/*background-image:url('../webimages/ContentBG.png');
background-repeat:repeat-x;
background-color:#febf04;*/

}

#contentcolumn
{
	
margin: 0 230px 0 230px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
margin-top:5px;
padding-left:5px;
padding-right:5px;
}

#contentcolumn h1
{
	font-family:Times New Roman;
	font-size:22px;
	padding:0px;
	margin:0px;
}
#contentcolumn h1 span
{
	color:#d5340c;
}
/*CSS for Article List */
#contentcolumn ArticleLists
{
	font-family:Verdana;
}
.ArticleList
{
	margin:0;
	padding:0;
	/*background-image:url(../webimages/ArticleClassBG.png);
	background-repeat:no-repeat;*/
	width:525px;
	height:auto;
	display:block;
}
.ArticleTop
{
	background-image:url(../webimages/article_round_top.png);
	background-repeat:no-repeat;
	width:525px;
	height:6px;
	display:block;
}
.ArticleBottom
{
	background-image:url(../webimages/article_round_bottom.png);
	background-repeat:no-repeat;
	width:525px;
	height:6px;
	display:block;
}
.ArticleBorder
{
	background-image:url(../webimages/article_round_border.png);
	background-repeat:repeat-y;
	width:525px;
	height:auto;
	display:block;
}
.ArticleList1
{
	margin:0;
	padding:0;
	background-image:url(../webimages/AlternetArticleBG.png);
	background-repeat:no-repeat;
	width:460px;
	height:150px;
	display:block;
	}
.ArticleDate
{
	background-image:url('../webimages/dateBG.png');
	background-repeat:no-repeat;
	display:inline-block;
	margin-top:7px;
	margin-left:5px;
	width:40px;
	height:40px;
	font-size:25px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding-top:3px;
}
.ArticleMonth
{
	font-size:20px;
	color:#3a540b;
	margin-left:5px;
	margin-top:-5px;
	width:39px;
	display:block;
}
.ArticleTitle
{
	font-family:Areal;
	font-size:18px;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:0px;
	color:#5a8212;
	font-weight:bold;
}
.ArticleShortDescription p
{
	font-family:Areal;
	font-size:15px;
	margin-left:5px;
	margin-top:3px;
	padding:0px 0px 0px 0px;
	padding-right:5px;
	display:block;
	width:470px;
	text-align:justify;
	color:#000;
}
.Audio
{
	text-align:left;
	border:solid 1px #0012344;
	display:block;
	height:15px;
}

.ArticleReadMore a
{
	text-align:right;
	text-decoration:none;
	padding-right:5px;
	
}
.Date
{
	font-size:12px;
	color:#000;
	
}
.categoryBanner
{
	max-width:517px;
	padding:2px;
	border:none;
	
}
#leftcolumn
{
	margin-top:5px;
	float: left;
	width: 230px; /*Width of left column in percentage*/
	margin-left:-990px;
}
#leftcolumn h3
{
	color:#000;
	font-size:15px;
}


#rightcolumn
{
	margin-top:5px;
	float:left;
	width:230px; /*Width of right column in pixels*/
	margin-left:-230px; /*Set margin to that of -(RightColumnWidth)*/

}
