@media print {
  #bodytextdiv {
    overflow:visible;
  }
  }

@media screen,projection { 
  #bodytextdiv {
    overflow-x:hidden;
  }
  }

#bodytextdiv ul {
  list-style-type:disc;
  padding-left:20px;
	}
	
#bodytextdiv ul li {
  font-weight:normal;
  margin-bottom:3px;
	}
	
#bodytextdiv ul ul {
  list-style-type:circle;
  padding-left:20px;
	}	

#bodytextdiv ul ul li {
  font-weight:normal;
  margin-bottom:3px;
	}

#bodytextdiv ul ul ul {
  list-style-type:square;
  padding-left:20px;
	}	

#bodytextdiv ul ul ul li {
  font-weight:normal;
  margin-bottom:3px;
	}
	
#RightMenuContentAreaDiv ul {
  list-style-type:disc;
  padding-left:20px;
	}
	
#RightMenuContentAreaDiv ul li {
  font-weight:normal;
	}
	
#columns ul {
  list-style-type:disc;
  padding-left:20px;
	}
	
#columns ul li {
  font-weight:normal;
	}

/* Search button style */
.searchbutton {
	color: #ffffff;
	background: #4e2e91 url('../../images/main/searchbutton.jpg');
	border: 0px solid #4e2e91;
	font-weight:bold;
}

.searchbuttonhover {
	color: #ffffff;
	background: #4e2e91 url('../../images/main/searchbuttonhover.jpg');
	border: 0px solid #4e2e91;
	font-weight:bold;
} 

