﻿body 
{
    background:#fff;
    color:#444;
    font-family:Georgia, Garamond, "Times News Roman", Serif;
    font-size:15px;
    line-height:22px;
    margin:0;
    padding:0;
    background:url(_images/page_bg.jpg) left top repeat-x;
}

h1 
{
    color:#2a388f;
    font-size:24px;
    line-height:32px;
    text-indent:-9999px;
    background:url(_images/logoCurrent.png) center top no-repeat;
    width:298px;
    height:175px;
    display:block;
    margin-top:65px;
    padding:0;
    }

h2 
{
    color:#2a388f;
    font-size:48px;
    line-height:48px;
    margin:15px 0;
    padding:0;
    text-align:center;
    font-weight:normal;
    }


h2 span.intro 
{
    color:#666;
    font-size:24px;
    text-transform:uppercase;
    display:block;
    }

h2 span.date 
{
    color:#bf2230;
    font-size:30px;
    text-transform:uppercase;
    display:block;
    }

h3 {
    background: none repeat scroll 0 0 #BF2230;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 12px;
    text-transform: uppercase;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
    
p, li 
{
    margin:0;
    margin-bottom:12px;
    padding:0;
    }

a:link { color:#2a388f; }
a:visited { color:#666; }
a:hover { color:#000; }
a:active { color:#2a388f; }




/*-- ARTICLES ------------------------------------------ */

.articles ul 
{
    list-style:none;
    margin:0;
    padding:0;
    }

.articles ul li
{
    padding-bottom:10px;
    border-bottom:1px dotted #ccc;
    }
    
.articles ul .date 
{
    color:#666;
    font-size:11px;
    text-transform:uppercase;
    display:block;
    }

.articles ul a
{
    font-size:18px;
    line-height:24px;
    font-weight:bold;
    display:block;
    }

.articles ul p
{
    font-size:11px;
    line-height:16px;
    font-family:Verdana, Arial, Sans-Serif;
    margin:5px 0;
    }




img.shadow {
	-moz-box-shadow: 0px 0px 8px #999;
	-webkit-box-shadow: 0px 0px 8px #999;
	box-shadow: 0px 0px 8px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#999');
}

.spacing 
{
    margin:15px 0;
    }

p.facebook 
{
    text-align:center;
    display:block;
    }
  
.facebook a
{
    color:#2a388f;
    font-size:24px;
    line-height:32px;
    text-indent:-9999px;
    background:url(_images/facebook.jpg) center top no-repeat;
    width:125px;
    height:60px;
    display:block;
    margin:0 auto;
    padding:0;
    }

.pic_right 
{
    float:right;
    margin:5px 10px 10px 15px;
    }









