html, body { 
  margin: 0;
  font-family:Helvetica, Verdana, Arial, sans-serif; 
	background:#BCBDC0;
} 
#container { 
  width:800px; 
  margin:0 auto; 
  background:white; 
  overflow: hidden;
} 
#titlePanel {
  width:800px; 
  height:70px;
  top:0px; 
  left:0; 
  background:white; 
}
#titlePanel h1 {
  display:inline;
  font-size:45px;
  font-weight:bold;
  font-style:oblique;
  padding:1px 0px 0px 0px;
}
#titlePanel h2 {
  display:inline;
  font-size:18px;
  font-style:normal;
  font-weight:lighter;
  padding:0px 0px 2px 0px;
}
#titlePics {
  display:inline;
  overflow: hidden;
  width:800px; 
  height:225px;
  top:70px; 
  left:0; 
  background:#F4EBCC; 
}
#menu {
  width:800px; 
  top:300px; 
  height:40px;
  left:0; 
  background:#3D394D; 
  font-size:20px;
  color:white; 
}
#menu a{
  text-decoration:none;
  color:#FFFFFF;
}
#menu a:hover{
  text-decoration:none;
  color:#DDC443;
}
#centerPanel {
  float:right;
  width:530px;
  height:235px; 
  margin:30px 15px 30px 15px;
  background:#DDC443; 
}
#centerPanel h1 {
  display:inline;
  font-size:20px;
  font-weight:bold;
  padding:30px 0px 0px 0px;
}
#centerPanel h2 {
  display:inline;
  font-size:14px;
  font-weight:normal;
  padding:0px 0px 0px 0px;
}
#leftPanel {
  float:left;
  width: 240px; 
  margin:30px 0px 0px 0px;
  background:#F4EBCC; 
	padding-bottom: 34000px;
	margin-bottom: -34000px;
}
#leftPanel a {
  color:#000000;
  text-decoration:none;
}
#leftPanel a:visited {
  color:#000000;
  text-decoration: none
}
#leftPanel a:hover {
  color:#DDC443;
  text-decoration:none;
}
#leftPanel a:active {
  color:#000000;
  text-decoration: none
}
#leftPanel ul {
  margin:0px;
  padding:0px 0px 5px 30px;
}
#leftPanel li {
  padding:0px 0px 0px 0px;
}
#calTitle {
  font-size:13px;
  font-weight:bold;
  text-align:left;  
  background:#DEDBDE; 
}
#calBox {
  background:#F9F5E8;
  padding:10px 10px 10px 10px !important; 
  width:85%;  
}
#calHelp {
  font-size:10px;
  font-style:italic;
  text-align:center;
  width:80%;  
}
#category {
  font-size:12px;
  font-style:normal;
  text-align:left;
  width:85%;  
}
#category h1 {
  display:inline;
  font-size:15px;
  font-weight:bold;
  padding:0px 0px 0px 0px;
  margin:0px;
}
#middlePanel {
  float:right;
  width:530px;
  height:275px; 
  margin:0px 15px 60px 15px;
  display:inline;
  font-size:14px;
  font-weight:normal;
  background:white; 
}
#middlePanel2 {
  float:right;
  width:530px;
  height:125px; 
  margin:0px 15px 60px 15px;
  display:inline;
  font-size:14px;
  font-weight:normal;
  background:white; 
}
#dateAct {
  float:right;
  width:530px; 
  margin:0px 15px 0px 15px;
  font-size:14px;
  font-weight:bold;
  background:#3D394D;
  color:white; 
  height:20px;
}
#Activities {
   min-height: 550px;
   height: 550px;
   height:auto;
  float:right;
  width:530px; 
  margin:0px 15px 0px 15px;
  background:#DEDBDE; 
  font-size:11px;
  font-style:normal;
  text-align:left;
}
#Activities h1 {
  display:inline;
  font-size:13px;
  font-weight:bold;
  padding:0px 0px 0px 0px;
  margin:0px;
}
#Activities2 {
   min-height: 600px;
   height: 600px;
   height:auto;
  float:right;
  width:530px; 
  margin:0px 15px 0px 15px;
  background:#DEDBDE; 
  font-size:11px;
  font-style:normal;
  text-align:left;
}
