#wrapper {
	width: 100%;
	margin: 0 auto;
}

.information {
	background: #fff;
	padding: 0 10px;
}

.box_title {
	display: block;
	width: 100%;
	color: white;
	/*margin-top: 2px;*/
	padding: 2px;
	text-align: left;
	text-decoration: none;
}

.box_title_small {
	display: block;
	color: white;
	margin-top: 2px;
	padding: 2px;
	text-align: left;
	text-decoration: none;
}

#superheader {
  /*background: url(../images/sheader_right.gif) no-repeat right top;*/
  margin-top: -15px;
  margin-bottom: 15px;
}

#superheader h1,h2,h3,h4,h5,p,a,span{
	margin: 0;
	padding: 0;
}

#superheader h1 {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 17px;
	padding-left: 5px;
}
#superheader h3{
	padding-left: 5px;	
	font-weight: normal;
	font-family: "Trebuchet MS";
	font-size: 13px;
	display: inline;
}
#superheader div.box_title {
  display: block;
  background: url(../images/sheader_left.gif) no-repeat left top;
  margin: 0px;
  padding:0px;
}
.superheader_left{
	background: url(../images/sheader_right.gif) no-repeat right top;
  	margin: 0px 0px 5px 0px;
	float: left; 
	width: 585px;
}

.superheader_right{
	background: url(../images/sheader_right.gif) no-repeat right top;
	float: right;
	margin: -10px 0px 15px 0px;
	width: 235px;
}

.clear{
	clear: both;
}

.bold{
	font-weight: bold;
}

.red{
	color: red;
}

.green {
	color: #00cc00;
}

.orange{
	color: #ff6600;	
}

.darkgreen {
  color: #009900;
}

.darkred {
	color: #cc0000;
}
.box_title_selected {
	
	color: white;
}