/* CSS Document for right box */
/* rightside */
/* ------------------------------- */


h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, "sans-serif float";
	margin:0;
	text-transform:uppercase;
	font-size:14px;
	color:#ED940E;/*offwhite*/
	font-weight: bold;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}

#rightBox{ /* holds image*/ margin:2; padding:0; 
	width: 241;
}

#rightBoxTop { /* holds image*/ margin:0; padding:0; }
#rightBoxCenter {
	margin:0px;
	width:220px;
	background-color:#66aad7;
	background-image:url(../images/rightcenter_curve.jpg);
	background-repeat:repeat-y;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#rightBoxCenter ul {
   list-style-type: none;
   padding-left: 0px; /* add to extend right */
   margin: 0 0 0 3px;
   line-height: 18px;
 }
/* plain arrow bullet */
#rightBoxCenter ul li {
   list-style-image: none;
   line-height: 18px;
   background-image: url(../images/more.gif);
   background-repeat: no-repeat;
   background-position: left 3px;
   padding: 0 5px 4px 8px;
}
#rightBoxBottom { /* holds image*/ margin:0; padding:0; }

#rightBoxCenter a{ 
	color:#fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;}
