@charset "utf-8";
/* CSS Document */

p.blue { 
	color: #1A26B0;
	font-weight: bold;
}

/* Two Column layout, second nav in little left column */

#LCol {
	float: left;
	width: 242px;
	margin-top: 5px;
	margin-left: 0px;
	padding-top: 8px;
	background: none;
}


#RCol {
	width: 690px;
	float: right;
	margin-top: 5px;
	padding: 10px 0px;
}

/* Two Column layout - End */

#RCol img { margin: 10px; }
#RCol img.nomargin { margin: 0px; }

/* -- Special Page Rules -- */

/* Standard Layouts */

#RCol h2
{
	letter-spacing: 5px;
	font-weight: normal;
	font-size: 1.5em;
	margin-bottom: 5px;
}

#RCol p.pRight, #RCol div.pRight
{
	float: right;
	width: 85%;
	height: 100%;
	padding-left: 5px;
}