﻿#Article
{
	background-color:white;
}

#Article .ListArticle
{
				float:left;
	
				width:	310px;
				height: 100%;
}

#Article .ArticleBody
{
				float:right;
				width:	505px;
				height: 100%;
				
				border-bottom: 2px solid silver;
				
				margin-bottom:10px;
}


#Article .ListImage
{
				width:55px;
				height:55px;
}

#Article .ListImage img
{
				width:55px;
				height:55px;
}

#Article .ListTitle
{
	vertical-align:bottom;	
	text-align:justify;
	font-size:12px;
	/width: 270px;
	
	border-bottom: 2px silver solid;
	padding-bottom:2px;
	margin-left: 10px;
}
#Article .ListTitle a{
	/*font-size:14px;*/
	font-weight:bold;
}

#Article .ListGroupBy
{
	height:20px;
	width: 335px;
	border-bottom: 2px solid silver;
	background-color:white;	
	font-size:18px;
	font-weight:100;
}

#Article .ListPaging
{
	font-size:10px;
	vertical-align:bottom;
}

#Article .NewsHeader
{
			
}

#Article .NewsImage	
{
	height:165px;
	min-height:165px;
	max-height:165px;
	width:165px;
	min-width:165px;
	max-width:165px;
	vertical-align:bottom;
}

#Article .NewsImage	div{
	position:relative;
	top: 13px;
	
}
#Article .NewsImage	div{ 
	*float: left;
	*height:165px;
	*width:165px;
	*top: 0;
	*position:inherit;
}

#Article .NewsImage img
{
	height:165px;
	width:165px;
}

#Article .NewsTitle
{
	vertical-align:bottom;

	font-size:18px;
	font-weight:100;
	border-bottom: 2px solid silver;
}

#Article .NewsDate
{
	vertical-align:top;
	height:14px;
	width:100%;
	/*padding-bottom:100px;*/
	font-size:14px;
}


#Article .NewsBody
{
	padding-top:10px;
	text-align:justify;

				font-size:small;		
				font-family:Calibri;
				padding-bottom:5px;
}

#Article .NewsBody a{
	color:navy;
}
#Article .NewsBody a:hover{
	color:navy;
	text-decoration:underline;
}
