@charset "iso-8859-1";

.home { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.home .layoutGrid {
	empty-cells: show; 
    /* IE work around */
    border-collapse: collapse;
}  

.home .layoutGrid #topLeft { 
	border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
.home .layoutGrid #topMid { 
	border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}  
.home .layoutGrid #bottomLeft { 
	border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}
.home .layoutGrid #bottomMid { 
	border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
} 
  

.home .news {    
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
    vertical-align: top;
    margin-left: 5px: 
}  

.home .news img {
 	/*float: left;*/           
    padding-left: 3px;
}
.home .news .title {
    color: #0099FF; 
    font-size: 10px;
    font-family:Arial, Helvetica, sans-serif;
    line-height: 10px;
    /*text-decoration: none;*/
}
.home .news .date { 
	font-size: 10px;
	font-weight: bold;
	color: #003399;
	line-height: 8px;
}

.home .news .article{ 
	font-size: 10px;
    color:#666666;
    margin-bottom:15px;
}             

.home .vDivider {
    border-left: 1px solid #CCCCCC;
    
}

.home .vertical {  
	/*padding: 4px 4px 4px 4px;*/
    padding:10px;
    vertical-align: top; 
   	height:230px;
} 

.home .vertical .title {
 	  margin-top: 5px;
}

.home .vertical .description {
     
    padding-top: 4px;
	line-height: 11px;
	font-size:10px;
	color:#666666;
}


