<style type="text/css">
<
A{}
A:link
{
  text-decoration: none; 
  font-weight: bold;
  font-size: 16px; 
  font-family:  serif; 
  color: black;
}
A:visited 
{
  text-decoration: none; 
  font-weight: bold;
  font-size: 16px; 
  font-family: serif; 
  color: black;
}
A:hover 
{
  color: darkred
}
A:active 
{
  color: darkred
}
p.column
{  
  margin-right:5%;
  margin-left:5%;
  text-align:center;
}
p
{  
  font-family:"Times New Roman",Georgia,Serif;
  font-size: 16px;   
  color: black;  
}
ul li
{  
  font-family:"Times New Roman",Georgia,Serif;
  font-size: 16px;   
  color: black;  
}
ol li
{  
  font-family:"Times New Roman",Georgia,Serif;
  font-size: 16px;   
  color: black;  
}
p.title
{
  text-decoration: none; 
  font-weight: bold;
  font-size: 28px;   
  color: darkred;
}
a.newsLink
{
  text-decoration: none; 
  font-weight: bold;
  font-size: 28px;   
  color: darkred;
  background: url(images/divider.gif) no-repeat;
  background-position: 50% 50px;
  text-align:center;
  height:78px;
  display: block;
}
a.newsLinkAlt
{
  text-decoration: none; 
  font-weight: bold;
  font-size: 28px;   
  color: darkred;
  background: url(images/divider.gif) no-repeat;
  background-position: 50% 50px;
  text-align:center;
  height:78px;
  display: block;  
}
p.subtitle_red
{
  text-decoration: none; 
  font-weight: bold;  
  color: darkred;
}
p.subtitle
{
  text-decoration: none; 
  font-weight: bold;
}
div.disabledLink
{
  padding-top:0pt;  
  text-decoration: none; 
  font-weight: bold;
  font-size: 16px; 
  font-family:  serif; 
}
p.small
{  
  text-decoration: none; 
  font-size: 12px;
}
p.small_white
{  
  text-decoration: none; 
  font-size: 12px;
  color: #FFFFCC;
}
div.hr 
{
  height: 18;
  background: url(images/divider.gif) no-repeat scroll center;
}
div.hr hr 
{
  display:none;
}
img.bd 
{ 
   border: 2px solid #FFFFCC;
   vertical-align:middle ;
}

div#menu ul
{
  font-style: italic;
  font-size: 16px;      
  list-style: none;
  margin:0;
  padding:0;
  width:7em;
}

div#menu ul li ul 
{
 position:absolute;
 z-index:1000;
 display:none;  
}

div#menu ul li:hover ul
{
  display:block;
}

div#menu ul li ul li 
{
  background:#FFFFFF;
  text-decoration:none;
  border-width: 1px;
  border-style: outset;
  border-color: darkred;
  margin: 0;
}

</style>


