/*Styles specific to the pages under "News and Media" menu */


#pagegraphicnewsmedia  {
      width:100%;
      height:182px;
      float: left;
      padding: 0;
      background: url(../textures/newsmedia.gif) no-repeat top left;
                    }
 


/*Links to press releases*/ 
#press     {
      padding: 0;
      margin:0;
      text-align:left;
            }
            
#press ul {
     padding:0;
     margin:0;
          }
          
#press li {
      padding:0;
      list-style-type: none; 
      padding-bottom:15px;
              }

#press li a {
      text-decoration:none;
      color:#5C5C5C;
            }
            
#press li a:hover {
      color:#000000;
                  }
              

 

/*Formatting specific to news and media pages*/ 
p.newsmediaheading  {
     color: #CD0007;
     font-weight: bold;
     font-size:105%;
     letter-spacing:1px;
                  }

p.newsmediaheading a  {
     color: #CD0007;
     font-weight: bold;
     text-decoration:none;
                  }

p.newsmediaheading a:hover {
     color: #000000;
                           }


                  
span.date     {
     color: #CD0007;
              }
              
span.title  {
    font-weight:bold;
    font-size:90%;
            }
            
div.drawline {
    width:100%;
    height:1px;
    margin:10px 0 10px 0;
    background:#999999;
             }
             
div.link a  {
    color:#CD0007;
    font-weight:bold;
    text-decoration:none;
           }
