
body {
  background: lightcyan;
  
  width: 1240px; 
  align: center;
  margin: 5px;
  text-decoration: none;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 12px;
border-left-style: groove; 
border-left-color: green; 
border-left-width: 1px; 
border-right-style: groove; 
border-right-color: green; 
border-right-width: 1px; 
border-top-style: ridge; 
border-top-color: yellow; 
border-top-width: 1px;  
border-bottom-style: ridge; 
border-bottom-color: yellow; 
border-bottom-width: 1px; 
}


#header {width: 100%; 
  background-image: url(conco5c.jpg); 
  color: green;
  margin: 0px;
  text-align: center;
  padding: 10px;
}

#headheader {  
  background-image: url(conco5c.jpg); 
  color: green;
  margin: 0px;
  text-align: center;
  padding: 10px;
}

#navbar {
  background: mediumvioletred;
  color: #F8F8FF;
  margin: 0px;
  valign: top;  
  text-align: center;  
  font-size: 11px;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
}

#navbar a {
  color: ghostwhite;
}

#content {
  width: 1240px;
  margin: 0px;
  valign: top;
}

#l_sidebar {  font-size: 11px; background: teal;
  font-weight: bold;
  /*text-align: left;*/
  padding: 0px 5px 0px 5px;
  width: 180px; 
  margin: 0px;
  valign: top;
}

#l_sidebar ul { 
  list-style-type: square;

  list-style-position: outside;
  }

#l_sidebar li {
background: #FFFFFF;
  list-style-type: square;
  border-bottom: 1px solid #E0DFDB;
  color: #EE7600;
  list-style-color: goldenrod;
  list-style-position: outside; 
  text-decoration: none;  
  padding: 5px 0px 0px 20px;
  margin-left: 0px;
  }
  
#l_sidebar li a { 
  text-decoration: none;  
  padding: 5px 0px 0px 0px;
  }
  
#l_sidebar p {   padding: 0px 0px 0px 0px;
  margin-bottom: 0px;
  text-decoration: none;
  }

#contentleft {
  background: white;
  width: 800px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0px 0px 0px 0px;
  valign: top;
}

#r_sidebar {
  background: #ffffec;
  text-align: left;
  padding: 0px 5px 0px 5px;
  width: 150px;
  valign: top;
  border: 1px;
}

#r_sidebar ul {
  list-style-type: square;
  list-style-position: outside;
  }

#r_sidebar ul li {
  list-style-type: square;
  list-style-position: outside;

  }
 
#footer {
  background: pink;
  padding-top: 20px;
  text-align: center;
  clear: both;  
  margin: 0px;
  text-align: center;
  padding: 5px 5px 5px 5px;
}

#sponsored_links {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}