/* CSS Document */

body{
	padding:0;
	margin:0;
	background-color:#FFFAEA;
	color:#000;
	background-image: url(images/portalbkgrnd.jpg);
	background-repeat: no-repeat;
}
div, h1, h2, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}

/*------------------------------------------------body--------------------*/

.pagetitle {	font-size: xx-large;
	font-weight: bold;
}


/*------------------------------------------------right panel--------------------*/
#related_articles{
	width:270px;
	float:left;
}
#related_articles h2.mem{
	width:214px;
	height:57px;
	background:url(images/member_login.gif) 0 0 no-repeat;
	padding:0 0 0 50px;
	font:bold 20px/57px Arial, Helvetica, sans-serif;
	color:#7BCA0A;
	background-color:inherit;
}
#related_articles form a:hover{
	text-decoration:none;
}
#related_articles ul{
	width:238px;
	padding:0 0 0 17px;
}
#related_articles ul li{
	display:block;
	background:url(images/solution_div.gif) left bottom repeat-x;
	height:20px;
	width:238px;
	padding:0 0 1px 0;
}
#related_articles ul li a{
	background:url(images/arrow.gif) 0 7px no-repeat;
	padding:0 0 0 14px;
	font:bold 11px/20px Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
	margin:0;
	display:block;
}
#related_articles ul li a:hover{
	color:#A60303;
	background-color:#ECECEC;
}
#related_articles ul li.noImg{
	display:block;
	background-image:none;
	height:20px;
}
/*------------------------------------------------right panel--------------------*/

.summary {
	text-align: justify;
	font-size: 14px;
}
