@charset "UTF-8";	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	width:auto;
	min-width:760px;
	margin: 0px auto;
}

p {
	text-align:left;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;

}

.homeNav {
	text-align: right;
	margin-right: 10px;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;

}
strong {
	font-weight: bold;

}
.blurb {
	font-size: 14px;
}

a {
	color: #333;
}

a:hover {
	color: #000;
}

h1 {
	font-size:16px;
	text-align:left;
}

#topBox {
	background-color: #c8ce50;
	height: 300px;
	width: 600px;
	text-align: center;
	margin: 0px auto;
}

#topBoxInside {
	background-color: #c8ce50;
	height: 50px;
	width: 600px;
	text-align: center;
	margin: 0px auto;
}

#bottomBox {
	width: 600px;
	text-align: center;
	margin: 0px auto;
	height: 225px

}

#footer {
	width: 600px;
	text-align: center;
	margin: 0px auto;
	height:100px;

}
#main {
	margin:0px auto;
	width: 975px;
	text-align: left;
}

#logo {
	margin:0px auto;
	height: 120px;
	width: 600px;
	text-align: center;
	background-image: url(images/rdb-logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#logo img {
position:relative;
top:15px;	
}
	
#bottomBox ul {
	width: 600px;
	margin: 0px;
	padding: 0px;
}

#bottomBox li {
	float: left;
	width: 135px;
	list-style-image: none;
	list-style-type: none;
	font-size: 11px;
	text-align: left;
	text-indent: 0px;
	display: block;
	margin: 7px;
	line-height: 1.5;
	color: #333;
	padding-top: 5px;
	border-top: 5px solid #c8ce50;
}

#tenSteps {
	width: 600px;
	text-align: center;
	margin: 0px auto;
}	

#tenSteps ul {
	width: 600px;
	margin: 0px;
	padding: 0px;
}
#tenSteps li {
	list-style-image: none;
	list-style-type: none;
	font-size: 12px;
	text-align: left;
	text-indent: 0px;
	display: block;
	padding: 15px;
	border: 1px solid #C8CE50;
	margin-bottom:10px;
}

.story {
	font-weight: normal;
	font-style: normal;
}

h3 {
	font-weight: bold;
}
