@charset "UTF-8";
body {
	background-image: url(img/rb_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #666666;
	width: 824px;
	position: relative;
}
#wrapper #header {
	background-image: url(img/top_gradient.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 160px;
}
#wrapper #logo {
	background-image: url(img/rb_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 417px;
	position: relative;
}
#leftcol {
	width: 758px;
	padding-right: 33px;
	padding-left: 33px;
	float: left;
	font-family: "Lucida Grande", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #555555;
	line-height: 17px;
}
#rdwelcome {
	margin-bottom: 10px;
}
#rightcol {
	float: right;
	width: 240px;
	position: relative;
}
.minitype {
	font-size: 11px;
}
#sharestory fieldset {
	padding: 10px;
	margin-bottom: 10px;
}
.listtable td {
	vertical-align: baseline;
	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
}
.heading {
	font-family: "Lucida Grande", Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #669933;
	display: block;
	padding-bottom: 8px;
}
.stories  td   {
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	vertical-align: top;
}
a:link {
	text-decoration: underline;
	color: #555555;
}
.stories img {
	border: 2px solid #669933;
	margin-top: 5px;
}
a:visited {
	text-decoration: underline;
	color: #555555;
}
a:hover {
	text-decoration: underline;
	color: #669933;
}
a:active {
	text-decoration: underline;
	color: #669933;
}
.imgfltleft {
	float: left;
	margin-right: 10px;
	border: 2px solid #669933;
}
.displayBlock {
	display: block;
	clear: left;
	padding-top: 18px;
}
.clearleft {
	clear: left;
}
#loginform {
	border: 1px solid #669933;
	padding: 10px;
	margin-bottom: 20px;
	position: relative;
	display: none;
}
.graybox {
	background-color: #DDDDDD;
	display: block;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #AAAAAA;
	border-bottom-color: #AAAAAA;
}
.heading2 {
	font-family: "Lucida Grande", Arial, Helvetica, Geneva, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #669933;
	display: block;
	padding-bottom: 8px;
}

