@charset "UTF-8";
/* CSS Document */

#content .left {
	float: left;
	width:550px;
}
#content .left h2 {
	background-image: url(../images/head_orange_550x32.jpg);
}
.right .inside {
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content .right {
	float: right;
	width:245px;
}
#content .right > div {
	padding-top:5px;
}
.padright {
	padding-right: 5px;
}
#buttons img {
margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#subnav li {
	color: #1B559F;
	list-style-type: square;
}
.header {
	background: #000;
	cursor: pointer;
}
.header_highlight {
	color:#FFFFFF;
}
.header:hover{
	color:#FF0000;
}
.selected{
	color:#FF0000;
}
.accordion_headings{
	cursor:pointer;
}

.accordion_headings:hover{
	background:#00CCFF;
}

.accordion_child{
	color:#000000;
}
#news ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#news li {
	padding-bottom: 5px;
}

