body {
  text-align:center;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #000;
  background-color: #fff
}
	
#frame {
  margin: 10px; 
  padding:0px;
  text-align:left;
}
		
#contentcenter {
  font-size: 11px;
  line-height: 18px;
  width:70%;
  margin-top:3px;
  margin-left:5px;
  float:left;
  background:#fff;
}
	
#contentright {
  font-size: 11px;
  line-height: 18px;
  width:160px;
  padding:0px;
  margin-top:3px;
  margin-right:5px;
  float:right;
  background:#fff;
}
	
#contentheader {
  background:#fff
}
		
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;
}

#dropmenu { 
	margin-right:10px;
}

#footer { 
	font: 0.7em/1.4em Verdana;
      margin-top: 10px;
      margin-left: 10px;
      margin-right: 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;
}

.searchform { 
	margin-right:7px;
}

table.calendar {
  margin-left: 10px;
}