/* start of lists */	
ul {
	list-style-type:none;
	margin: 0px 0px 0px 10px;
	padding:0px;
	display: block;
}	
li {
	list-style-type:none;
	padding: 2px 0px;
	margin: 0px;
}	
/* start of images and documents lists */	

ul.documentslist {
	list-style-type:none;
}	
ul.documentslist li {
	list-style-type:none;
	/*padding: 2px 0px 2px 0px;*/
   background: none;
}	
ul.documentslist a {
}	
ul.imageslist  {
	color: #000000;
	list-style-type: none;
	padding: 0px;
	margin: 10px 10px;
	display: block;
}
.imageslist li {
	color: #000000;
	list-style-type: none;
	padding:0px;
	margin: 0px;
	display: inline;
background: none;
}
.imageslist img {
	padding: 0px;
	border: 2px solid #000000
}	
ul.imageslist a:link, ul.imageslist a:visited {
	text-decoration:none;
	border-bottom: none;
	background: none;
}	
ul.imageslist a:hover, ul.imageslist a:active {
	text-decoration:none;
	border-bottom: none;
	background: none;
}	

/* allow room for 2 columns */
.ulcolumn2 {
    width: 40em;
    list-style: none;
}

/* float & allow room for the widest item */
.ulcolumn2 li {
    float: left;
    width: 20em;
    padding: 3px 0;
    margin: 0;
background: none;
}

/* links */
.linkslist li {
margin: 10px 0px 0px 0px; 
padding: 0px 0px 0px 20px;
background: none;
list-style:none;
}
.linkslist a:link, .linkslist a:visited {
text-decoration: none;
}
.linkslist a:hover {
text-decoration: underline;
}
/* no bullet list */

ul.noliststyle {
list-style:none;
display: block;
/*padding-left: 0px; 
margin-left:0px;*/
}

ul.noliststyle li{
/*margin-left: 0px; 
padding-left: 0px;*/
list-style:none;
display: block;	
background: none;
}

/* contact details list */

ul.contactlist {
list-style:none;
display: block;
padding-left: 0px; 
margin-left:0px;
}

ul.contactlist li{
margin-left: 0px; 
padding-left: 0px;
list-style:none;
display: block;	
background: none;
}

/* rss feed */

.rssfeed:link, .rssfeed:visited {
background: #fff url(../active_images/rss.gif) no-repeat 0 45%;
padding: 0px 0px 0px 20px;
}
.rssfeed:hover {
text-decoration: none;
}

/* question link */

.question:link, .question:visited {
background: none;
padding: 0px;
text-decoration: none;
}
.question:hover {
cursor: help;
text-decoration: underline;
}
/* general */
.clear {
 clear: both;
}