@charset "UTF-8";
/* CSS Document */

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	background-color: #EBEBEB;
	background-image: url(new-images/sidebar4.png);
	height: 596px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 43px;
}
.twoColFixLtHdr #sidebar1 p {
	font-family: "Century Gothic";
	font-size: 13px;
	font-weight: bold;
	color: #0F0F0F;
	line-height: 3px;
}
.twoColFixLtHdr #sidebar1 ul {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 li {
	list-style-type: none;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 16px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #sidebar1 a {
	color: #000000;
	font-size: 15px;
	text-decoration: none;
	font-family: "Century Gothic";
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1 a:hover {
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
