/* OUTSOURCES page */

	#content { margin-top: 16px; }
	
	.left {
		float:left;
		width: 245px;
		margin: 0px 35px 0px 4px;
		}
	
	*html .left {
		/* \*/
		float:none;
		position:absolute;
		left: -282px;
		/* */
		}
	
	.left .box {
		background: #F5F5DF;
		padding: 10px 17px 10px 14px;
		margin: 0px 0px 15px 0px;
		}
	
	.left .box ol { margin: 0px 0px 0px 14px; padding:0px; }
	.left .box li { font-weight:bold; }
	.left .box a { color: #FF8A00; font-weight:bold; }
	
	.left p a { color: #FF8A00; font-size:12px; margin-left: 15px; }
	
	.left select { width: 200px; }
	
	
	.right {
		width: 483px;
		margin: 0px 0px 0px 284px;
		padding: 10px 4px 13px 9px;
		}
		
	.right ul {
		background: transparent url(../images/doubleline.gif) top right no-repeat;
		padding: 10px 33px 5px 0px;
		border-bottom: 2px solid #6E6B63;
		}
	
	.right ul.single {
		background: transparent url(../images/line.gif) top right no-repeat;
		margin-bottom: 0px;
		border-bottom: 1px dashed #352E2C;
		}
	
	.right ul.plain { margin-bottom: 3em; padding-top: 20px; }
	
	.right li {
		border-top: 1px dashed #352E2C;
		margin-top: 12px;
		padding-top: 12px;
		}
	
	.right ul.plain li { font-size: 11px; font-weight:bold; margin: 0px 0px .7em 0px; padding: 0px; }
	
	.right ul.plain, .right ul.plain li, .right li.first { border: none; margin-top: 0px; }
	
	.right li a { color: #FF8A00; }
	.right li h3 a { color: #352E2C; text-decoration: none; }
	.right li h3 a:hover, .right li h3 a:active, .right li a:hover, .right li a:active { color: #FF8A00; text-decoration: line-through; }
	
	p.top { margin: .5em 0px 4em 0px; }
	
	h2.anchor { color: #352E2C; margin: 0px; text-transform: uppercase; }
	
	h3 { text-transform:none; }
	h3 link { text-decoration:none; }
		
/* background */

	#container { background: #F0F0CF url(../images/bg_resources.gif) 0px 0px no-repeat; }
