﻿body 
{
   margin: 0;
   font-family:Verdana;
   font-size:.8em;
}

.aligncenter
{
    margin: 0 auto;
    text-align:center;
}

.navigation
{
    color:Black;
    font-size:1.1em;
}

.navigation a
{
    color:Black;
    text-decoration:none;
    font-size:1.1em;
}

.navigation a:hover
{
    color:Black;
    text-decoration:underline;
}

.MemberBlock
{
    margin: .1em 1em .8em   .8em;
    padding:  .1em .8em .8em .8em;
    border-left: #cc9933 1px dotted;
    border-bottom: #cc9933 1px dotted;
    width: 218px;
}

.MemberBlockAlternate { 
    margin: .1em 1em .8em .8em;
    padding: .1em .8em .8em .8em;
    border-bottom: #cc9933 1px dotted;
    border-left: #cc9933 1px dotted;
    width: 218px;
}

.MemberBlock2
{
    margin: .1em 1em .8em   .8em;
    padding:  .1em .8em .8em .8em;
    border-left: #cc9933 1px dotted;
    border-bottom: #cc9933 1px dotted;
    width: 218px;
}

.MemberBlockAlternate2
{
    margin: .1em 1em .8em .8em;
    padding: .1em .8em .8em .8em;
    border-left: #cc9933 1px dotted;
    border-bottom: #cc9933 1px dotted;
    width: 218px;
    background-color: #fcf1d3;
}

.AdminLink
{
    color:#c7a679;
    text-decoration:none;
}

.storyPanel
{
    overflow:hidden;
    padding:15px;
    overflow:hidden;
}

.storyDetailPanel
{
    text-align:left;
    padding:15px;
    overflow:hidden;
    
}

.storyHeadline
{
    text-align:left;
    font-weight:bold;
    margin-bottom:15px;
    padding-left:15px;
    padding-top:15px;
}


.storyByline
{
    text-align:left;
    padding:15px;
    overflow:hidden;
    font-weight:bold;
    font-style:italic;
}

.NewsStoryPanel
{
 overflow:hidden;
}

.NewsStoryDetail
{
    font-size:.7em;
    text-align:left;
    max-width:145px;
}

.NewsHeadlineClass
{
    font-size:.8em;
    color:Blue;
    text-align:left;
    font-weight:bold;
     max-width:145px;
    padding:5px 0 3px 0;
}

.RSSInvitation
{
    background-image: url(images/rssbg.png);
    background-repeat:no-repeat;
    padding: 1px 0 1px 20px;
    font-size: .7em;
    text-align:left;
    margin-bottom: 25px;
}
.RSSStory
{
    padding:3px 6px 3px 6px;
}
.RSSStoryAlt
{
    padding:3px 6px 3px 6px;
}


.eventHeadline
{
    font-weight:bold;
    font-size:1.3em;
    padding-bottom:10px;
}

.eventDateline
{
    font-weight:bold;
    font-size:1em;
    padding-bottom:10px;
}

.eventLabel
{
    padding-top:10px;
    font-weight:bold;
}

.OrganizationsPanel
{
 
}

a
{
    font-size:1em;
    color:#fa9e50;
    
    font-weight:bold;
}

.PublicationsBlock
{
    padding:10px 5px 10px 5px;
    text-align:center;
    border-left: #cc9933 1px dotted;
    border-right: #cc9933 1px dotted;
}


.StoryEditPanel
{
    text-align:left;
    padding:10px;
    }


