/* GENERAL PAGE FORMATTING */

body {
    font-weight: normal; 
	font-size: 13px; 
	font-style: normal; 
	font-family: verdana; 
	margin: 10px 10px 10px 10px;
	background-color: #c0c0c0; }

td  {  
	font-family: verdana; 
	font-size: 13px; 
	color: #000000; }
    	  	
a:link {
	font-size: 13px; 
	color: #0e1b92; 
	line-height: 14px; 
	font-family: verdana; 
	text-decoration: underline; }
	
a:visited {
	font-size: 13px; 
	color: #808080; 
	line-height: 14px; 
	font-family: verdana; 
	text-decoration: underline; } 
	
a:hover 
	{
	font-size: 13px; 
	color: #808080; 
	line-height: 14px; 
	font-family: verdana; 
	text-decoration: none; }

.heading h1 { 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12pt; 
	COLOR: #000080; 
	FONT-FAMILY: verdana;
	padding:0;
	margin: 0px;
    }
    
.heading h2 { 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12pt; 
	COLOR: #000000; 
	FONT-FAMILY: verdana; 
	margin: 0px;
      }	
	
h1  { 
  	font-weight: bold; 
	font-size: 16px; 
	color: #C00136; 
	margin: 2px;
	font-family: verdana; 
	text-decoration: none; }
    
h2
   { 
	font-size: 14px; 
	color: #0e1b92; 
	margin: 0px;
	font-family: verdana; 
	text-decoration: none;
    }
	
ul{
      list-style-image: url('../images/layout/shims-icons/arrow-1.gif'); 
	list-style-type: none;
	line-height: 18px;
	margin:2;
	padding-left:30px; padding-right:1px; padding-top:5px; padding-bottom:18px; }
    
    
/* FORMATTING OF COPYRIGHT ON THE BOTTOM OF EACH PAGE */


.footer td { 
	font-weight: bold; 
	font-size: 10px; 
	color: #000000; 
	font-family: verdana; 
	text-decoration: none; }
    
.footer a:link { 
	font-weight: bold; 
	font-size: 10px; 
	color: #000000; 
	font-family: verdana; 
	text-decoration: none; }
    
.footer a:visited  { 
	font-weight: bold; 
	font-size: 10px; 
	color: #000000; 
	font-family: verdana; 
	text-decoration: none; }
    
.footer a:hover  { 
	font-weight: bold; 
	font-size: 10px; 
	color: #f3895b; 
	font-family: verdana; 
	text-decoration: none; }
	
    
 /* FORMATTING FOR BIO BOXES */
 
.speakers a:link { 
     font-weight: bold; 
	font-size: 10px; 
	text-decoration: none; }
    
.speakers a:visited  { 
	font-weight: bold; 
	font-size: 10px; 
	text-decoration: none; }
    
.speakers a:hover  { 
	font-weight: bold; 
	font-size: 10px; 
	text-decoration: none; }
	
 /* FORMATTING FOR HIGHLIGHTS ON HOME PAGE */

.highlights { 
	font-weight: bold; 
	font-size: 13px; 
	color: #ffffff; 
	font-family: verdana;  
	text-decoration: none; }

 /* BULLETED LIST VARIATIONS */

.clientlist ul{
      list-style-image: url('../graphics/layout/shims-btns/arrow-gray.gif'); 
	list-style-type: none;
	line-height: 22px;
	margin:2;
	padding-left:30px; padding-right:1px; padding-top:15px; padding-bottom:2px; }
	
.navmenus ul {	
      font-weight: bold;
      font-size: 9px; }
      
      
.newspage ul{
     	line-height: 18px;
      list-style-type: none;
	margin:0;
	padding-left:18px; padding-right:1px; padding-top:0px; padding-bottom:10px; }
