﻿#main .column-a {
	margin-top:193px;
	width: 279px;
}

#main .column-b {
	margin-top:150px;
	width: 685px;
	padding:0 0 20px 0;
	color:#333333;
}

    #main .column-b h1 {
        margin:12px 0 12px 15px;
        font-size:1.9em;
        font-weight:normal;
    }
    
    #main .column-b p {
        margin-left:15px;
        margin-bottom:10px;
        line-height:1.5em;
    }
    
        #content ul {
            margin:0 0 12px 30px;
        }
    
            #content li {
                list-style-type:disc;
            }
            
        #content ol {
            margin:0 0 12px 35px;
        }
    
            #content ol li {
                font-size:0.9em;
                list-style-type:decimal;
            }
    
    #largeArticle {
        background: #E9E9E9 url(../img/landingFeaturedBG.jpg) no-repeat bottom;
        padding:14px 15px 17px 16px;
    }
    
        #largeArticle img {
            display:block;
            border-top:3px solid #60A500;
        }
        
        #largeArticle #largeArticleText {
            background: #60A500 url(../img/landingFeaturedTextBG.jpg) repeat-x bottom;
        }
        
            #largeArticle #largeArticleText h2 {
               float:left;
               margin:0;
               padding:16px 16px 16px 17px;
               font-size:2em;
            }
            
                #largeArticle #largeArticleText h2 a {
                    text-decoration:none;
                    color:#ffffff;
                }
                
                     #largeArticle #largeArticleText h2 a:hover {
                        
                    }
                
                #largeArticle #largeArticleText p {
                    padding:15px 30px 16px 0;
                    margin:0 10px 0 0;
                    font-size:0.9em;
                    background: url(../img/landingVictimsFeaturedHeaderArrow.jpg) no-repeat right;
                }
                
                    #largeArticle #largeArticleText p a {
                        color:#ffffff;
                        text-decoration:none;
                    }
                    
                        #largeArticle #largeArticleText p a:hover {
                            
                        }
                
    #smallArticles {
        padding:18px 15px 0 16px;
        background: #C1C8CD;
    }
    
        #smallArticles div.smallArticle {
            float:left;
            width:208px;
            margin-right:15px;
            padding-bottom:14px;
            background:url(../img/landingSmallFeaturedBG.jpg) no-repeat bottom;
        }   
        
            #smallArticles div.smallArticle img {
                display:block;
            }
        
            #smallArticles div.smallArticle div.smallArticleText {
                background: #60A500 url(../img/landingSmallFeaturedTextBG.jpg) repeat-x bottom;
            }
            
                #smallArticles div.smallArticle div.smallArticleText h2 {
                    margin:0;
                    padding:10px 6px 15px 13px;
                    font-size:0.95em;
                    letter-spacing:-0.02em;
                }
                
                    #smallArticles div.smallArticle div.smallArticleText h2 a {
                        text-decoration:none;
                        color:#ffffff;
                        display:block;
                        padding-right:15px;
                        background: url(../img/landingVictimsFeaturedHeaderArrow.jpg) no-repeat right;
                    }
                    
                        #smallArticles div.smallArticle div.smallArticleText h2 a:hover {
                            color:#ffffff;
                        }
                    
        #smallArticles #relatedLinks {
            float:left;
            width:208px;
            padding-bottom:14px;
            background:url(../img/landingSmallFeaturedBG.jpg) no-repeat bottom;
        }
        
            #smallArticles #relatedLinks h2 {
                display:block;
                background:#0E273B;
                color:#ffffff;
                margin:0;
                padding:9px 0 9px 11px;
                font-size:1.2em;
            }
            
            #smallArticles #relatedLinks ul {
                height:152px;
                background: #ffffff url(../img/landingRelatedBG.jpg) repeat-x bottom;
                border-left:1px solid #999999;
                border-right:1px solid #999999;
                border-bottom:1px solid #999999;
                padding:6px 10px 0 10px;
                margin:0;
            }
            
                #smallArticles #relatedLinks ul li {
                    padding:9px 0 10px 0;
                    border-bottom:1px solid #DFDFDF;
                    list-style-type:none;
                }
                
                    #smallArticles #relatedLinks ul li.last {
                        border-bottom:0;
                    }
                
                    #smallArticles #relatedLinks ul li a {
                        text-decoration:none;
                        color:#0057AE;
                        font-weight:bold;
                        font-size:0.8em;
                    }
                    
                    #smallArticles #relatedLinks ul li a:hover {
                        color:#555556;
                    }