body {
	font-family:verdana;
	font-size: 0.75em;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #696969;
}
#top { background-color: #333; height: 306px; color: #dedede; text-align: right; padding: 41px 5px 5px; background-image: url(../pics/rs_indexhead.jpg); background-position: center bottom; background-repeat: no-repeat; border-bottom: 3px solid white; }
#menu { background-color: white; background-image: url(../pics/index_cellbg.gif); background-repeat: repeat-x; background-position: left top; text-align: center; vertical-align: text-top; height: 35px; visibility: visible; }
#menu ul {
	padding: 0;
	margin: 0;
}
#menu li {
	list-style-type: none;
}
#menu li a {
	padding: 3px;
	color: #aeb6c1;
	text-decoration: none;
}
#menu li a:hover {
	background-color: #aeb6c1;
	padding: 3px;
	color: #5e6d84;
	text-decoration: none;
}
#main {
	padding: 5px;
	letter-spacing: .125em;
	float: right;
	width: 75%;
}
#main a {
	color: #496f9c;
	text-decoration: none;
	font-weight: bold;
}
#main a:hover {
	color: #1c2a3b;
	text-decoration: none;
}
#main .title {
	font-size: 1.5em;
	color: #06335a;
}
#main .text {
	margin: .5em;
	text-align: justify;
}
#main .footie { font-size: 8px; font-family: verdana; text-align: justify; text-align: center; }
#side {
	padding: 5px;
	margin: 5px;
	width: 160px;
}
#side .text {
	padding: 5px;
	margin: 5px;
	border: 1px solid #adadad;
	background-color: #ededed;
}
#side .text:hover {
	background-color: #fafafa;
}
#side a {
	color: #496f9c;
	text-decoration: none;
}
#side a:hover {
	color: #1c2a3b;
	text-decoration: none;
}
#footer { color: #333; font-size: 7pt; font-family: verdana; text-align: center; padding: 5px; }
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
	text-decoration: none;
}
#footer .left {
	text-align: left;
	float: left;
}
#footer .right {
	text-align: right;
}