div.storycontent ul {
	list-style-type: disc;
	list-style-position: inside;  
}

.box_wide{
	overflow: auto;
	width: 100%;
}
.box_wideholder p{
	margin: 0;
	padding: 5px;
         line-height: 1.5em;
	text-align: justify;
	color: #181818;
	font: 11px verdana;
}
.box_wideholder{
	clear: both;
	padding: 15px 2px 2px 0px;
}

.box_wide ul a {
	color: #181818;
	text-decoration: none;
	font: 11px verdana;
	font-weight: bold;
}
.box_wide ul {
	color: #181818;
	margin: 5px;
	padding: 0 0 6px 20px;
}
.box_wide ul li {
	color: #181818;
	margin: 5px;
	padding: 0;
	list-style: disc;
	font-weight: bold;	
}
.box_wide a {
	color: #181818;
	text-decoration: none;
}
.box_wide img {
	text-decoration: underline;
	margin: 0 5px;
}
.box_wide a:hover {
	color: #181818;
	text-decoration: underline;
}


#content ul li { 
                 list-style-type: disc;
                 }

#resources {
                 display: block;
                 border: 1px #99ccdd solid;
                 border-top: 0px;
                 background-color: #ffffda;                  
}

#resources ul li {
                 list-style-type: square;  
                 margin-left: 10px; 
                 padding-left: 0;
                 margin-bottom: 10px;
                 color: #227722;
                 list-color: #ffffff; 
}

#resources ul li br {
                 margin: 0px; 
                 padding: 0px;
                 border: 0px;
                 border-top: 1px #cccccc solid;
                 padding-left: 15px;
                 height: 0px;
                 width: 100px;
                 font-size: 0px;
                 display: none;
}


#resources ul li a {
                 display: block;
                 padding: 2px;
                 padding-bottom: 0px;
                 color: #227722;
                 border: 1px #ffffda solid;
                 border-right: 0px;
                 text-decoration: none;
  }

#resources ul li a:hover {
                 color: #227722;
                 border: 1px #99ccdd solid;
                 border-right: 0px;
                 text-decoration: none;
                 background-color: #efefff;                                   
  }
