body {
  text-align:left;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;   /* Controls Font Size on the page */
  line-height: 18px;
  color: #000;
  background:#dddddd;  /* This is the background color for a page */
  background-repeat:repeat-y;
  }
	
#frame {
  /* width:740px;  /* Total size of the frame, including all contentcenters in the frames */
  margin-right:75px;
  margin-left:75px;
  margin-top:40px;
  padding:0px;
  text-align:left;
}
		
#contentcenter {
  border:double black 3px;
  width:auto;
  margin-right:200px;
  margin-top:13px;
  margin-left:200px;
  /* float:left;  */
  background: #dddddd;
  filter:alpha(opacity=75); /* IE's opacity*/
  opacity: .75; /* mozilla */
}

#contentright {
  border:double black 3px;
  width:170px;
  padding:0px;
  margin-top:3px;
  margin-right:0px;
  float:right;
  background:#dddddd;
  filter:alpha(opacity=80); /* IE's opacity*/
  opacity: .80; /* mozilla */
}

#contentleft {
  border:double black 3px;
  width:170px;
  padding:0px;
  margin-top:3px;
  margin-right:0px;
  float:left;
  background:#dddddd;
  filter:alpha(opacity=85); /* IE's opacity*/
  opacity: .85; /* mozilla */
}


#contentheader {
  background:#bbbbbb
}
		
p,h1,h2,h3,pre {
  margin:0px 10px 10px 10px;
  padding-top: 0px;
}
		
h1 {
  font-size:18px;
}
h2 {
  font-size:14px;
}
h3 {
  font-size:12px;
}

ol {
   padding: 5px;
}

ul {
	margin-top:-20px;
   padding: 20px;
}
		
#contentheader h1 {
  font-size:14px;
  padding:10px;
  margin:0px;
}
	
#contentright p { 
  font-size:10px;
}


#contentleft p { 
  font-size:10px;
}

a {  
  color:#e56701; /*This controls the link colors on the page, Orange (Orange5 Theme)*/
  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;
}

.expanded .content {
  display:block;
}

.shrunk .content {
  display:none;
}
