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

.clear_floats {
	clear: both;
}
.div_seperator {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
}
.spacer_vert {
	height: 20px;
}
.spacer_vert20 {
	height: 20px;
}
.spacer_vert17 {
	height: 17px;
}
.spacer_vert10 {
	height: 10px;
}
.spacer_vert5 {
	height: 5px;
}
.spacer_vert1 {
	height: 1px;
}
.border1 {
	border: 1px solid #A2A2C1;
	padding-left: 20px;
	padding-right: 20px;
}
.smallprint {
	font-size: x-small;
	color: #454545;
}
.quote {
	font-size: 13px;
	font-style: italic;
	color: #454545;
}

/* RSS feed link and title */
/* Intended - to create a title and rss link icon and h3 title */

#sidebar #rss_link {
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	height: 24px;
}

#sidebar #rss_link h3 {
	position: absolute;
	border-bottom-style: none;
}