@charset "utf-8";
/* CSS Document */


/***************************SIDE BOX***********************/
.sidebox {
	/*margin: 0 auto;  center for now */
	width: 200px; /* box width */
	background: url(/shared/bulletBox/sbbody-Rp-ls.gif) no-repeat bottom right;
}
.boxhead {
	background: url(/shared/bulletBox/sbhead-Rp-ls.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(/shared/bulletBox/sbhead-Lp-ls.gif) no-repeat top left;
	margin: 0;
	padding: 5px 0px 4px;
	color: white; 
	font-weight: bold; 
	font-size: 16px; 
}
.boxbody {
	background: url(/shared/bulletBox/sbbody-Lp-ls.gif) no-repeat bottom left;
	margin: 0;
	padding: 10px 0px 15px;
}


/* Some of the below css is from here: http://www.dynamicdrive.com/style/csslibrary/item/arrow_bullet_list_menu/ */

.boxbody ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.boxbody ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.boxbody ul li a{
color: #0000FF;
background: url(/shared/bulletBox/bullet_black.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
/*font-weight: bold;*/
font-size: 90%;
margin: 0 8px 0 4px; /* Keeps hover color inside box */
/*border-bottom: 1px solid #dadada;*/

}

.boxbody ul li a:visited{
color: #0000FF;
}

.boxbody ul li a:hover{ /*hover state CSS*/
color:#0000FF;
background-color: #CCFFCC;
}


/***************************END SIDE BOX***********************/

