body
{
	background: #fff url('/wp-content/themes/popinstitute/images/design/layout/background_internal.png') left top repeat-x;
}

.maincontent
{
	margin-top: 44px;
}

div.rightrail
{
	margin-top: 44px;
}

img.rrimg
{
	border: 3px solid #cecac6; /* was 7 */
}

div.rightlinks
{
	width: 220px; /* may need to reduce to match the image border resizing */
	padding: 5px;
	background-color: #4d637d;
	margin-bottom: 10px;
}

ul.rightlinks
{
	display: block;
	width: 218px;
	border: 1px solid #fff;
	margin: 0px;
	list-style-type: none;
	background-color: #4d637d;
}

ul.rightlinks li
{
	width: 188px;
	margin: 5px;
	padding-left: 16px;
	border-bottom: 1px solid #152942;
}

ul.rightlinks li.on
{
	background: transparent url('/wp-content/themes/popinstitute/images/shared/arrows/arrow_white.png') 0 5px no-repeat;
}

ul.rightlinks li.off
{
	background: none;
}

ul.rightlinks li a
{
	color: #fff;
	font: normal 11px/14px arial;
	text-decoration: none;
}

ul.rightlinks li a.on
{
	color: #9ed8f1;
	font: normal 11px/14px arial;
	text-decoration: none;
}

ul.rightlinks li a:hover
{
	text-decoration: underline;
}