body{
background:#ccccff;
}

.align-right{
float:right; margin: 0 0 15px 15px;
}

.align-left{
float:left; margin: 0 15px 15px 0;
}

#desc{
height:125px;
color:#ffffff;
padding:0;
background:#505050 url(images/links_header.png) top left no-repeat;
clear:both;
margin:5px 0 0 0;
}

#desc p{
width:400px;
font-size:1.1em;
line-height:1.3em;
padding:0 0 0 15px;
}

#container{
margin:0 auto 15px auto;
width:930px;
padding:5px 20px 20px 20px;
background:#ccccff;
}
#main{
width:700px;
}
#footer p{
clear: both;
margin: 0 10px 0 10px;
}
#whitetable, .whitetable TD, .whitetable TH{
background-color:white;
}

.accordionButton {
	width: 150px;
	display: inline-block;
	background: #ccccff;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
}

.accordionButtonMouse {
	width: 150px;
	display: inline-block;
	background: #9999ff;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
}

.accordionButtonSelected {
	width: 150px;
	display: inline-block;
	background: #9999ff;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
}
.accordionContent {
	width:150px;
	float: left;
	background: #ccccff;
	display: none;
}