  
/*-----------------------------------------------------------------------------------------------
  Font styling
-----------------------------------------------------------------------------------------------*/  
html, body, p, th, td, li, dd, dt {
font: 8pt Verdana, Arial, Helvetica, sans-serif;
}
body{
overflow:hidden
}
h1, h2, h3, h4, h5, h6 {
font-family:Verdana, Arial, Helvetica, sans-serif;
}

p {
line-height:180%
}

h1 {
background-position: left center; font-size: 1.7em; 
color: #df0000; 
text-transform:uppercase;   
font-family:Trebuchet Ms, Arial, Helvetica, sans-serif; 
font-weight:normal; 
}

h2 { 
font-size: 1.5em; 
color: #236d9a;
}

h3 { 
font-size: 1.2em;
text-transform:uppercase;   
font-family:Trebuchet Ms, Arial, Helvetica, sans-serif; 
color: #df0000; 
}

h4 { 
font-size: 1.0em; 
color: #236d9a;
}

h5 { 
font-size: 0.9em; 
}

h6 { 
font-size: 0.8em; 
}

.footer {
font-size: 8pt; 
font-family: tahoma, verdana; 
line-height:110%;
color:#666666;
}

.footer a {
font-size: 8pt
}

a {
color: #003f7f
}

a:hover{
text-decoration:none
}
#content ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

#content li
{
background-image: url('cms/uploads/pbimg/bullet.gif');
background-repeat: no-repeat;
background-position: 0 .6em;
padding-left: .9em;
line-height:180%
}

#marqueecontainer{
position: relative;
width: 100px; /*marquee width */
overflow: hidden;
padding: 2px;
padding-left: 4px;
margin-left:22px;
*margin-left:-52px;
height:65%; /*marquee height */
*height:100%; /*marquee height */

}