/*
	css settings specific to the right nav box on the default.asp page
*/


/************************************************************************
GRAY BOX SETTINGS: top, bottom headers, background
*************************************************************************/
#gb_rightbox
{
	background-image:url(./../img/GrayBox/rightnavbackgroundtest.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#9C9197;
	position:absolute;
	left:581px;
	top:80px;
	z-index:20;
}
#gb_rightbox_content
{
	font-family:Verdana;
	font-size:8pt;
	padding-left:10px;
	padding-right:5px;
}
#gb_rightbox_content a
{
	text-decoration:none;
}
#gb_rightbox_content p
{
	width:140px;
	text-decoration:none;
	padding-top:3px;
	margin:0;
}
.divider
{
	padding-top:5px;
	padding-bottom:5px;
}

#gb_rightbox_content img
{
	border:none;
}
#gb_rightbox_alignright
{
	width:100%;
	text-align:right;
}

#gb_rightboxbottom
{
	background-image:url(./../img/GrayBox/Bottom.jpg);
	background-repeat:no-repeat;
	background-color:White;
	width:158px;
	height:12px;
}

