/* NeoEdit */

/* --- CSS for the newsflash function --------------------------------------- */

#neoshort               {
                        background-color: #F8EBCB;
                        padding: 10px;
                        }

#neoshort h3            {
                        font-size: 13px;
                        font-weight: bold;
                        color: #B03B43;
                        }
                
#neoshort .date         {
                        font-size: 11px;
                        font-weight: bold;
                        color: #777;
                        }
                
#neoshort p             {
                        font-size: 12px;
                        line-height: 16px;
                        color: #222;
                        padding: 0px;
                        }
                
#neoshort a             {
                        font-size: 11px;
                        font-weight: bold;
                        color: #B03B43;
                        }

/* --- CSS for the the news page -------------------------------------------- */

#neofull                {
                        padding: 25px 25px 75px 25px;
                        }
                        
#neofull img            {
                        display: inline;
                        border: 0px;
                        }
                        
#neofull .photo         {
                        padding-left: 30px;
                        }
                        
#neofull ul             {
                        list-style-type: disc;
                        list-style-position: inside;
                        }

#neofull h1             {
                        font-family: arial,sans-serif;
                        font-size: 20px;
                        font-weight: bold;
                        letter-spacing: -1;
                        line-height: 24px;
                        color: #333;
                        }
                
#neofull .date          {
                        font-size: 13px;
                        font-weight: bold;
                        color: #777;
                        }
                
#neofull p              {
                        color: #222;
                        line-height: 16px;
                        }
                
#neofull a              {
                        font-size: 11px;
                        font-weight: bold;
                        color: #B03B43;
                        }
                        
/* --- Miscellenous items --------------------------------------------------- */                  

hr                      {
                        border: 0;
                        margin: 5px 0px 15px 0px;
                        color: #9E9E9E;
                        background-color: #9E9E9E;
                        height: 1px;
                        width: 100%;
        		}

