@charset "utf-8";
/* CSS Document */

/*----Main Page----*/
.leftsidebarmain{
	width: 255px;
	float: left;
}
.lsmainhead{
	background: url(../images/relatedlinks/whatweofferf.png) no-repeat center top;
	height: 50px;
}
.lsmid {
	background: url(../images/relatedlinks/relatedlinksmidf.png) repeat-y center;
	padding: 0 5px 0 0;
}
.lsfoot {
	background: url(../images/relatedlinks/relatedlinksfootf.png) no-repeat center;
	height: 20px;
}
.lsrelatedlinks{
	background: url(../images/relatedlinks/relatedlinksf.png) no-repeat right top;
	height: 50px;
}
.leftsidebarmain ul{
	margin: 0;
	list-style-type: none;
	text-align: left;
	padding: 0 0 5px 0;
}
.leftsidebarmain ul li{
	margin: 0 0 10px 5px;

}
.leftsidebarmain ul li a{
	padding: 12px 5px 12px 5px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	width: 235px;
	display: block;
	color: #FFFFFF;
}
.leftsidebarmain ul li a:hover{
	color: #000000;
	display: block;
	background-color: #C5C5C5;
}
.leftsidebarmain ul ul {
	padding: 0 0 5px 0;
	margin: 0;
	list-style-type: none;
	text-align: left;
}
.leftsidebarmain ul ul li {
	margin: 0 0 10px 20px;
}
.leftsidebarmain ul ul li a {
	padding: 12px 5px 12px 5px;
	width: 220px;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	display: block;
}
.leftsidebarmain ul ul li a:hover {
	color: #000000;
	display: block;
	background-color: #C5C5C5;
}

.leftsidebarmain #selected a{
	color: #000000;
	display: block;
	background-color: #C5C5C5;
}
.leftsideevents {
	width: 255px;
}

.eventshead {
	background: url(../images/relatedlinks/eventsf.png) no-repeat center top;
	height: 50px;
}

.eventsmid {
	background: url(../images/relatedlinks/relatedlinksmidf.png) repeat-y center;
	height: 170px;
}
.eventscolornew {
	color: #FFFFFF;
}

