body {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  font: normal 12px 'Lucida Grande', sans-serif;
  text-align: center;
  background-color:  #1D1013; 
  color: #ffffff;
}

body.popup {
  width:690px;
  color: #000;
  font: normal 14px 'Lucida Grande', sans-serif;
  }

div.page { /* One div to hold them all */
  background-color: #fff;
  color: #000;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 870px;
  }


div.header {  
  height:150px; width: 935px;
  padding: 0; margin: 0;
  background: #EDF0F3 url('images/caHeader.jpg') no-repeat bottom;
  border-bottom: 5px solid #333;
}

div.header ul { 
  clear: both;
  height: 24px;
  margin: 110px 0 0 110px;
  padding: 0;
  list-style: none;
}

div.header li { 
  float: left;
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  }

div.header li a {
  display: block;
  margin: 0 6px 0 0;
  padding: 3px 8px 4px;
  border: 1px solid #333;
  background: #ff0000;
  color: #fff;
  white-space: nowrap;
  }

div.header li.current a,
div.header li.current a:hover {
  padding-bottom: 5px;
  background: #fff none;
  border-bottom: none;
  color: #000;
  }
  
div.header li a:hover {
  padding-bottom: 4px;
  background: #fff none;
  color: #000;
  text-decoration: none;
  }

div.header a { background: transparent; }



#sidebar { width:100px; float: left;  }
#footer { clear: both; height:100px}
body.popup div.content {
    background-color: #fff;
        border: 1px solid #000;
	     width:681px; padding: 20px 20px 20px 20px;  }


div.content {   
    background-color: #fff;
    border: 1px solid #000;
     width:891px; padding: 20px 20px 20px 20px;  }


