body { 
  background-color: #c9e0e0;
  font-family:	Monospace, "Lucida Console", Fixed, Console, Terminal, "Courier New";
}

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

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



.lleft_column {
  width: 150px;
  margin-top: 280px;
  margin-left: -150px;
  float: left;
  display: inline;
  border: 1px solid #000000; 
}




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


.menu_header {
  border-bottom: 1px solid #000; 
  background: #07c7c7;
  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: #07c7c7;
  padding: 3px;
  text-align: center;
  color: #000000; 
  font-size: 18px; 
  font-weight: bold; 
  border: 1px solid #ff0000; 
}

.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;
  font-family:	Monospace, "Lucida Console", Fixed, Console, Terminal, "Courier New";
  color : #000000; 
}

a:visited {
  text-decoration: none;
  font-family:	Monospace, "Lucida Console", Fixed, Console, Terminal, "Courier New";
  color : #000000; 
}

a:active {
  text-decoration: none;
  font-family:	Monospace, "Lucida Console", Fixed, Console, Terminal, "Courier New";
  color : #000000; 
}

a:hover {
  color : #707070; 
  font-family:	Monospace, "Lucida Console", Fixed, Console, Terminal, "Courier New";
  text-decoration: underline;
}

a.content_link:link, a.content_link:visited { 
  text-decoration: none; 
  font-family:	Monospace, "Lucida Console", Fixed, Console, Terminal, "Courier New";
  color : #0000b0; 
}

a.content_link:hover { 
  text-decoration: none; 
  font-family:	Monospace, "Lucida Console", Fixed, Console, Terminal, "Courier New";
  color : #707070; 
}

img { border: 0 }