body {
  text-align:center;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #000;
  background-color: #fff
}
	
#frame {
  width:95%;
  margin-right:auto;
  margin-left:auto;
  margin-top:40px;
  padding:0px;
  text-align:left;
}
		
#contentcenter {
  width:84%;
  margin-top:3px;
  float:left;
  background:#fff;
}
	
#contentright {
  width:15%;
  padding:1px;
  margin-top:1px;
  float:right;
  background:#fff;
  text-align:left;
}
	
.box {
  border: solid black 1px;
  width:100%;
  padding:1px;
  padding-top:0px;
  float:left;
  background:#fff;
  text-align:left;
}
	
.entry {
  border: solid black 1px;
  width:auto;
  padding:1px;
  margin-top:1px;
  float:left;
  background:#fff;
  text-align:left;
}
	
.entrytitle {
  width:auto;
  float:left;
  background:#fff;
  text-align:left;
}
	
.entrybody {
  width:auto;
  padding:1px;
  float:left;
  background:#fff;
  text-align:left;
}
	
.entrypicture {
  width:72px;
  padding:1px;
  margin-top:1px;
  float:right;
  background:#fff;
  text-align:right;
}
	
#contentheader {
  background:#fff
}
		
.content {
  width:auto;
}
	
p,h1,h2,h3,pre {
  margin:0px 10px 10px 10px;
  padding-top: 0px;
}
		
h1 {
  font-size:14px;
}
h2 {
  font-size:13px;
}
h3 {
  font-size:12px;
}
		
#contentheader h1 {
  font-size:14px;
  padding:10px;
  margin:0px;
}
	
#contentright p { 
  font-size:10px;
}

a {  
  color: #e56701; 
  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:#fff;
}

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

