@charset "UTF-8";

/*	
This stylesheet should be linked in the head of any individual
html page requiring a third column on the right created using
<div id="rightcol"></div>. 

The link should be placed AFTER the link to the section stylesheet and before the local styles

Example (for Health Care section:
<link href="../../css/section/healthcare.css" rel="stylesheet" type="text/css" />
***<link href="../../css/basic3col.css" rel="stylesheet" type="text/css" />***
<style>

*/

#container {
	width: 610px;
	padding-right: 7px;
	border-right: 1px solid #eee;
	float: left;	/*		Places the upcoming content to the right of the "container" div */
}

#rightcol {
	width: 150px;
	text-align: center;
	margin: 0 0 0 620px;
	padding-top: 73px;
	background: url("../img/bg_rightcol_interesting.gif") top center no-repeat;
	display: block;	/*		Turns the display for the "rightcol" div on, previously turned off in "basic.css" */
	}
	
#laceraads {	display: none;	}
/*		Turns the display for the "laceraads" div off in the left-side navigation	*/
/*		These ads will now be located in the "rightcol" div 						*/

#rightcol h2#interesting {
	display: none;
}

#rightcol h2, #rightcol h3 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#rightcol h2 {
	text-transform: uppercase;
}

#rightcol p {
	margin-top: 0;
}

#rightcol a img {
	margin: 0 auto;
	border: 0;
}

#rightcol ul {
	text-align: left;
	padding-left: 25px;
	}
#rightcol ul.doclist {
	list-style: url("../img/pdficon_small.gif") outside;
	}

#rightcol li {
	margin-bottom: 8px;
	}

#rightcol hr {
	margin-left: 4px;
	}

#rightcol a {
	font-weight: 700;
	color: #900;
	}