body {
	background-image: url(IMAGES/seamless_tile2.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}

#content{
	background-color: #FFFFFF;
	width: 80%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 2px 10px;
	border: ridge;
	margin-bottom: 20px;
}

#titlegraphic{
	height: 71px;
	width: 474px;
	background-image: url(IMAGES/RR_logotype2.png);
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	border: none;

}

#navright{
	background-color: #FFFFFF;
	width: 150px;
	clear: none;
	float: right;
	margin-left: 2em;
	margin-bottom: 0.5em;
}

#attention {
	background-color: #FE9D38;
	width: 300px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
}

#navsystem ul { 
	list-style-type: none; 
	margin: 0;
	padding: 0;
}

/* nav base state */
#navsystem a {
	display: block;
	color: #FFFFFF;
	background-color: #FF251C;
	width: 150px;
	padding: 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 12px;
	text-transform: uppercase;
}

/* nav roll over state */
#navsystem a:hover
{
	background-color: #0422E6;
	color: #FFE545;
}

/* next margin lets us space the items apart */
#navsystem li {
margin: 0 0 2px;
}

a:link {

}

a:visited {

}

a:hover {

  }

a:active {

}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
}
.indent {
	text-indent: 1em;
}
.header {
	font-size: 18px;
	color: #FF9900;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bodytext {
	font-size: 14px;
}
.footer {
	font-size: 12px;
	clear: both;
}
.comment {
	font-size: 14px;
	font-style: italic;
	text-indent: 3em;
	display: block;
}

.bodybold {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

