@charset "utf-8";
/* CSS Document */

/* Sub Navigation */
ul.SNav ul a {
	width: 230px;
}

ul.SNav ul ul a {
	width: 220px;
}


p.blue { 
	color: #1A26B0;
	font-weight: bold;
}

/* Two Column layout, second nav in little left column */

#LCol {
	float: left;
	width: 250px;
	margin-top: 5px;
	margin-left: 0px;
	padding-top: 8px;
	background: none;
}


#RCol {
	width: 684px;
	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 div.pLeft
{
	width: 100%;
}

#RCol div.pLeft ul
{
	clear: none;
	margin-left: 20px;
}

#RCol div.pLeft li
{
	clear: none;
	padding-top: 3px;
	list-style-type: disc;
}

#RCol p.pRight, #RCol div.pRight
{
	float: right;
	width: 85%;
	height: 100%;
	padding-left: 5px;
}

/* End Standard Layouts */



/* Processes Page */


#RCol.Processes ul
{
	margin-left: 0px;
}

#RCol.Processes li 
{
	clear: both;
	list-style-type: none;
}

#RCol.Processes div.pLeft p
{
	padding-left: 5px;
	font-size: .95em;
}

#RCol.Processes div.pLeft h3
{
	margin: -10px 0px 8px 3px;
}

#RCol.Processes div.pRight 
{
	width: 270px;
	margin-bottom: 5px;
}

#RCol.Processes div.pRight img 
{
	position: relative;
	padding: 0px 3px;
}

/* End Processes Page */
