﻿#intro
{
    background-image: url(/images/bg-intro-1b.jpg);
    padding: 10px 10px 4px 450px;
    min-height: 240px;
    background-color: #a8bf57;
    background-repeat: no-repeat;
	line-height: 1.5;
	
}
#intro p
{
    color: #fff;
}
#intro a:link, #intro a:visited, #intro a:active 
{
    color:#000;
}
#intro a:hover
{
    color: #3f5925;
}
.entry-summary
{
    font-size: 90%;
    color: #666;
    margin-bottom: 6px;
    padding-bottom: 0;
}
.entry-summary a
{
    color: #666;
    text-decoration: none;
}
.entry-title
{
    margin-bottom: 12px;
    padding-bottom: 0;
    font-weight: bold;
}
.published
{
    color: #666;
}
.columnHeader 
{
    margin-top:9px;
    margin-bottom:18px;
    padding-bottom:0;
}
.logos img
{
    margin:5px;}
    
	
