/* Style sheet 'typography.css' */
/* T R B L */
body {
 font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
 font-size: 16px;
 color: #000000;
}
table
{
border-collapse:separate;
border-spacing:10px 10px;
}
.headingbig {
 font: bold 28px "Century Schoolbook", Georgia, Times, serif;
 color: #000000;
 letter-spacing: -1px;
 background: url(images/dividerthick.gif) bottom left repeat-x;
 line-height: 100%;
 padding: 8px 0 8px 0;
 margin: 0 0 12px 0;
 text-align:center;
}
.headingsmall {
 font: bold 28px "Century Schoolbook", Georgia, Times, serif;
 color: #000000;
 line-height: 100%;
 padding: 16px 0 0 0;
}
.contentdate {
 color: #0F0F0F;
 font-size: 9px;
 line-height: 150%;
 text-transform: uppercase;
 letter-spacing: 1px;
 font-weight: 100;	
}
div#contentarea {
 color: #040404;
 line-height: 125%;
 padding: 12px 0 0 0;
}
div#contentarticle {
 background: url(images/dividerthin.gif) bottom left repeat-x;
 margin: 0 0 10px 0;
}
#contentarticle p{
 padding: 0 0 10px 0;
}
#contentfooter{
 text-align: right;
 font-size: 66%;
 line-height: 100%;
}
.boilerplate{
 color: #000000;
 font-weight: normal;
 text-align: center;
 font-size: 66%;
 padding: 12px 0 0 0;
}
.boilerplate a{
 color: #000000;
}
.bannertext {
 color: #FFFFFF;
 font-size: 66%;
}
.bannerby {
 color: #AAAAAA;
 font-size: 66%;
}
#menuparent a{
 color: #FFFFFF;
}
#menuactive a{
 color: #040404;
}
#menu-horizontal ul li ul li a {
 /* menu popup */ 
 color: #ffffff;
}
#menu-horizontal ul li ul li a:hover {
 /* menu popup */ 
 background: #ffffff;
 color: #000000;
}

