.newsItem
{
	width:100%;
}

.newsTitle
{
	font-weight: bold;
	text-align: justify;
}

.newsInfo
{
	color: #555;
	font-style: italic;
	margin-bottom: 5px;
	margin-left: 10px;
	
}

.newsLeftcol
{
	width: 80px;
	float: left;
    padding-top: 3px;
}

.newsLeftcol img
{
	border: 1px solid #000000;
}

.newsRightCol
{
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: justify;
	width: 370px;
}

.newsRightCol img
{
	max-width:330px;
}

.rightImage
{
	float: right;
	padding-left: 4px;
}

.leftImage
{
	float: left;
	padding-right: 4px;
}

.newsClear 
{
	clear: both;
	padding-bottom: 5px;
}

.newsFooter
{
	
	border-top: 1px dotted #eeeeee;
	text-align: right;
	width: 100%;
	font-family:georgia, verdana, arial, sans-serif; 
	font-size: 11px;
}

.comment
{
	width: 350px;
	float: right;
}

.commentInfo
{
	border-bottom-style: solid;
	border-bottom-width: 1px; 
	border-bottom-color: black;
}

.commentAuthor
{
	display:inline;
	font-weight: bold;
}

.commentBody
{
	background-color: #F9F9F9;
	display: block;
	color: #000000;
	z-index:2;
}

.commentClear 
{
	clear: both;
	padding-bottom: 12px;
}

.commentHackProp
{
	float:right;
	width:1px;
	height: 40px;
	z-index:1;
}

.commentHackClear
{
	clear:both;
	height:1px;
    	overflow:hidden;
    	z-index:1;
}

.commentForm
{
    text-align: center;
}

.commentFields label
{
    float: left;
    clear: right;
    width: 100px;
    padding-left: 200px;
}

.commentFields input
{
 float: right;
}

.commentBox
{
    width: 446px;
    text-align: center;
}

.commentBox textarea
{
    width: 446px;
}

.commentCharLeft
{
    float: right;
}

.commentSecurity label
{
    margin-top: 10px;
    display: block;
}
.commentSecurity input
{
    float: right;
    display: block;
}
.commentSecurity img
{
    margin: 0;
    float:left;
    border: 1px solid #000;
}

.commentForm h3
{
    text-align: left;
    font-weight: bold;
    padding: 10px;
}