body { 
  background-color: #e0e0e0;
}

.top {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
  background: #c7c7c7;
  border: 1px solid #000000; 
  padding: 0px;
  text-align: center;
  font-weight: bold; 
}

.left_column {
  width: 150px;
  margin-left: 10px;
  float: left;
  display: inline;
  border: 1px solid #000000; 
}

.right_column {
  margin-right: 10px;
  margin-left: 175px;
}


.menu_header {
  border-bottom: 1px solid #000; 
  background: #c7c7c7;
  padding: 3px;
  text-align: center;
  color: #000000; 
  font-size: 18px; 
  font-weight: bold; 
}

.menu_items {
  padding: 10px;
  font-size: 14px;
  font-weight: bold;  
  text-align: left;
  background: #ffffff;
}	

.content_header {
  background: #c7c7c7;
  padding: 3px;
  text-align: center;
  color: #000000; 
  font-size: 18px; 
  font-weight: bold; 
  border: 1px solid #000000; 
}

.content_body {
  padding: 20px;
  color: #000000; 
  background: #ffffff;
  font-size: 14px;
  text-align: left;
  border-bottom:1px solid #000000; 
  border-left:1px solid #000000; 
  border-right:1px solid #000000; 	
  margin-bottom:15px;	 
}	


a:link {
  text-decoration: none;
  color : #000000; 
}

a:visited {
  text-decoration: none;
  color : #000000; 
}

a:active {
  text-decoration: none;
  color : #000000; 
}

a:hover {
  color : #707070; 
  text-decoration: underline;
}

a.content_link:link, a.content_link:visited { 
  text-decoration: none; 
  color : #0000b0; 
}

a.content_link:hover { 
  text-decoration: none; 
  color : #707070; 
}
