@charset "utf-8";
#sidebar {
	float: right;
	margin-right: 10px;
	width: 291px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar-nofloat {
	margin-right: 10px;
	width: 291px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#sidebartop {
	background-image: url(../Images/sidebar-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0px;
	height: 35px;
	padding: 0px;
}
#sidebar-container {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7F921E;
	border-left-color: #7F921E;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	position: relative;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#sidebartop h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 11px;
	margin: 0px;
}
#sidebar-container a {
	text-decoration: none;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: Blue;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
}
#sidebar-container a:hover {
	text-decoration: underline;
	list-style-type: none;
	position: relative;
	color: Blue;
}
#sidebar-footer {
	background-image: url(../Images/sidebar-footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	height: 25px;
}

