body {
	background-color: #B8E7FF;
}
#rdrLogo {
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	height: 66px;
	min-height: 66px;
}
#menu {
	background-color: #4790B6;
	width: 158px;
	vertical-align: top;
}
#content {
	background-image:  url(images/content.gif);
	background-repeat: repeat-y;
	width: 566px;
	font-family: Arial;
	vertical-align: top;
}
#menuBottom {
	background-image:  url(images/menuBottom.gif);
	background-repeat: no-repeat;
	height: 76px;
}
#contentBottom {
	background-image:  url(images/bottom.gif);
	background-repeat: no-repeat;
	height: 76px;
}
#contentText  {
	padding-right: 10px;
	padding-left: 3px;
	vertical-align: top;	
}
a:visited {
	color: #14006A;
}
