.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.navtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #993300;
}
.hed {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
	letter-spacing: normal;
}
.althedred {
	color: #003399;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
.althedblue {
	color: #990000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.largehed {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.bodyspace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}
.head1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #293484;
}

hr {
  color: #F8BC39;
  background-color: #F8BC39;
  height: 1px;
}.headlineblue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #0066FF;
}

/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
/*div.scrollable {
	 required settings  
    position:relative;
	overflow:hidden;
	width: 660px;
	height:200px;
} */
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
/*div.scrollable div.items { 
     this cannot be too large  
    width:20000em; 
    position:absolute; 
} 
 */
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
/*div.scrollable div.items div { 
    float:left; 
} */
 
/* you may want to setup some decorations to active the item */ 
 /*div.items div.active { 
   border:1px inset #ccc; 
    background-color:#fff; 
}*/

.logo_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:0px;
	padding-left:0px;
	}
	
.logo_list li {
	margin-bottom: 24px;
	background-image: url(images/RCenter-logo_only_small.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	list-style-type: none;
	padding-left: 35px;
	list-style-position: outside;
}	

a img {border:none;}