body {
  text-align:center;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #000;
  background-color: #fff;
}
	
#frame {
  width:720px;
  margin-right:auto;
  margin-left:auto;
  margin-top:5px;
  padding:0px;
  text-align:left;
}

#contentbox {
border: solid black 1px;
background: #eee
}
			
#contentcenter {
  width:550px;
  margin-top:3px;
  float:left;
  background:#fff;
}
		
#contentright {
  width:160px;
  padding:0px;
  margin-top:3px;
  float:right;
  background:#fff;
}
	
#contentheader {
  background:#fff
}
		

p,h1,h2,h3,pre {
  margin:0px 10px 10px 10px;
  padding-top: 0px;
}
		
h1 {
  font-size:16px;
}
h2 {
  font-size:15px;
}
h3 {
  font-size:14px;
}
		
#contentheader h1 {
  font-size:14px;
  padding:10px;
  margin:0px;
}
	
#contentright p { 
  font-size:10px;
}

a {  
  color: #333; 
  text-decoration: none;
  font-weight:bold;
}

a:hover {
  text-decoration: underline;
}

.button {
  border: 1px solid #000;
}

.text {
  border: 1px solid #000;
  color: #000;
}

.raised {
  position: relative;
  top: -12px;
  left: 12px;
  padding: 4px;
  background:#ddd;
border:solid black 1px
}

table.calendar {
  margin-left: 10px;
}