.content {
  background: url(images/bg.jpg) repeat-x #ffffff;
  width:766px;
  margin-left:1px;
  }

.leftcolumn {
 background:#f5f6f7;
 border:1px solid #E9E69C;
 margin:10px; 
 width:480px;
 float:left;
 }

.leftcolumn h2 {
 font-family:Tahoma;
 font-size:24px;
 color:#147B93;
 margin-top:10px;
 margin-left:20px;
 font-weight:normal;
 }
 
.leftcolumn p {
 margin-left:20px;
 margin-right:10px;
 }  
   
.rightcolumn {
  background: url(images/bgright.jpg) repeat-x #0B4A59;
  width:247px;
  height:100%; 
  float:right; 
  margin:auto 0;
  }  

.rightcolumn h2 {
  font-family:Tahoma;
  font-size:24px;
  color:#E9E69C;
  text-align:center;
  margin-top:16px;
  font-weight:normal;
  }

.rightcolumn p {
  margin-left:20px;
  margin-right:8px;
  }   
  
.footer {
  background: url(images/ft.gif);
  height:27px;
  }
  
.copy {
  font-size:10px;
  text-align:center;
  color:#E9E69C;
  font-weight:bold;
  margin-top:1px;
  padding-bottom:10px;
  } 
  
.clear {
  width: 100%;
  height: 1px;
  margin: 0 0 -1px;
  clear: both;
} 

.extendable {
	width: 90%;
	float: left;
        padding-left:10px;
        
}

.extendable a h1 {
	display: block;
	background: inherit;
	border: 1px solid #762D7E;
	padding: 5px 5px 5px 5px;
	margin: 0 0 10px 0;
	text-decoration: none;
        font-size: 11px;
}

.extendable a:hover h1 {
	text-decoration: underline;
}

.extendable p{
	position: relative;
	top: -12px;
	border: 1px solid #762D7E;
	border-top: none;
	color: #FFFFFF;
	padding: 5px;
        font-size: 12px;
	background: #762D7E;
	margin: 0;

}

.extendable span.more {
	display: none;
}

.topnav {
   position:absolute;  
   float:left;
   padding-left:420px;
   padding-top:75px;
   color:white;
   }

.topnav a {
   color:#E9E69C;
   text-decoration:none;
   font-size:11px; 
   font-weight:bold;
   } 

.topnav a:hover {
   color:#147B93;
   }  