	body {
	
	background: rgb(255,255,255);
	text-align:center;

	
	}




/* DIV STYLES */

/* SIZE is 975 pixels wide */	
	


	#container {
	

	background-color: rgb(255,255,255);
	width:975px;
	margin:0px auto;
	padding: 0;
	text-align:center;
	border:0px;
	height: 100%;
	z-index:5;
	

	}

	
	
	
	#outer	{
	position:relative;
	width:975px;
	clear:both;
	z-index:4;
	}




	#content	{
	min-height:500px;
	z-index:2;
	position:relative;
	float:left;
	display:inline;
	}

	

	
	
	
	#content {

	width:975px;
 	margin: 0 0 0 270;
 	padding-top: 5px;
	height: 100%;
	background-color: rgb(255,255,255);

	}

	


	

	
	html>body .col{top:0}


/* hide from ie6 and under*/


.clearer	{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
	}

	
	
	

	img.middle {
		vertical-align:middle;
		margin: 10px 10px;
		
		}



/* TEXT STYLES */
	
	p {
	
	font: normal 12px arial, helvetica, sans-serif;
	margin: 7px 7px;
	line-height: 150%;
	color: rgb(20,20,20);
	}
	
	
	
	p.line_above {
	
	font: normal 12px arial, helvetica, sans-serif;
	margin: 7px 7px;
	line-height: 150%;
	margin: 20px 0px;
	border-top: solid 1px rgb(150,150,150);
	color: rgb(20,20,20);
	}
	
	
	
	p.table {
	
	font: normal 11px arial, helvetica, sans-serif;
	margin: 3px;
	line-height: 100%;
	color: rgb(20,20,20);

	}

	
	


	
	
	
	h1, h2, h3, h4, h5, h6 {
	
	margin: 15px 15px;
	font-family: verdana, helvetica, sans-serif;
	color: rgb(20,20,20);
	line-height: 115%;
	
	}

	table {
	
	margin-left: 30px;
	
	}
	
	
	a:link {
	color: rgb(20,20,20);
	text-decoration: underline;
	}

	
	a:visited {
	color: rgb(20,20,20);
	text-decoration: underline;
	}

	
	a:hover {
	color: rgb(20,20,20);
	text-decoration: none;
	}








	a.copy:link {
	color: rgb(20,20,20);
	text-decoration: underline;
	}

	
	a.copy:visited {
	color: rgb(20,20,20);
	text-decoration: underline;
	}

	
	a.copy:hover {
	color: rgb(20,20,20);
	text-decoration: none;
	}

	



	img.right {
	
	float: right;
	margin: 5px 0px 0px 20px;
	display:inline;
	
	}
	
	
	img.left_clear_right {
	
	text-align: left;
	margin: 20px 20px 0px 0px;
	display:inline;
	clear: right;
	
	}
	

	#imageright {
	
	float:right;
	vertical-align:middle;
	clear:both;
	margin:5px 0px 0px 20px;

	}




