#udm,
#topSearch,
#sidebarSearch,
.backlink,
.submenu {
	display: none;
}

#top {
	background: none !important;
}

  body {
    font: normal 8pt verdana, sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
   }

a {
	color: black;
	text-decoration: none;
}

img {
	border: 0;	
}

.contentSidebar {
	float: right;
	width: 25%;
	margin: 35px 0 20px 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	border-left: 1px solid #4c721e;
}

.contentSidebar ul,
.contentSidebar li {
	margin-left: 0;
 	padding-left: 0;
}

.contentSidebar ul {
	margin-left: 20px;	
}

.footer {
	clear: both;
	padding-top: 10px;	
}

.footer span {
	float: right;
}

/* copied from default.css */
  h1 {
    margin: 0; padding: 0;
    margin-bottom: 20px;
    font-size: 1.2em;
    color: #4c721e;
    border-bottom: 1px solid #4c721e;
    padding-bottom: 4px;
    text-transform: uppercase;
    position: relative;
    display: block;
    width: 100%;
  }
  
    
  .contentSidebar h1 {
   font-size: 1.6em;
   color: #575656;
   font-weight: normal;
   !font-weight: bold;
   padding: 15px;
   padding-bottom: 5px;
   margin-bottom: 5px;
   border: none;  
  }
  
ul li {
   list-style: url(../i/blue-square-bullet.gif);
   !list-style: url(../i/blue-square-bullet-ie.gif);
  }
  
  img.bioPic {
  border: 1px solid #999;
  float: left;
  margin-right: 25px;
  margin-bottom: 15px; 
}

  h2 {
    margin: 0;
    padding-bottom: 2px;
    font-size: 1.1em;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px dotted #333;
  }
