﻿/* <!-- */
	/* General styles */
	body {				
		margin:auto;
		padding:0;
		width:1024px;	
		background-color:#666633;		 
		font-family: arial, helvetica, sans-serif;
		font-size:9pt;	
		line-height: 12pt;
		position:relative;
	}
	a {
		color:#369;
	}
	a:hover {
		color:#fff;
		text-decoration:none;
	}
	.articles {		 
		font-family: arial, helvetica, sans-serif;
		font-size:8pt;	
		line-height: 14pt;
	}
	.billcontent{
	width:100%;
	display:block;
	}
	.caption{
	float:right;
	font-size:8px;
	font-style:normal;
	padding-right:6px;
	}	
	.citation {
		font-size: 9pt
	}
	.col_header {
		font-weight:bold;
		color:black;
		text-align:center; 
		font-size:13pt;
		line-height: 20pt;
	}	
	.col_header2 {
		font-weight:bold;
		font-style: italic; 
		color:black;
		text-align:center; 
		font-size:13pt;
	}
	.col_sub {
		font-weight:bold; 
		color:#000000;
		text-align:center; 
		font-size:10pt;	
		line-height: 10pt;
	}
	.caption { 
		font-size: 8pt;	
		line-height: 9pt;
	}
	.caption_top {
		float:right;
		font-size: 7pt;	
		line-height: 8pt;
	}
	.header {
		font-size: 14pt;
		font-weight:bold;
		font-style: italic;
		color:red;
	}
	h1 {
		font-size: 16px;
		font-weight: bold;
		margin:0 0 0 0;
		padding:0;
	}
	h2 {
		font-size: 14px;
		font-weight: bold;
		margin:0 0 0 0;
		padding:0;
	}
	h3 {
		font-size: 12px;
		font-weight: bold;
		margin:0 0 0 0;
		padding:0;
	}
	.headline { 
		font-size: 8.5pt;	
		line-height: 9pt;
	}
	.hr {
		margin:3 0 3 0;
	}
	img.floatleft { 
	    float: left;
	    margin:.2em .5em 0 0;
	}
	img.floatright { 
	    float: right;
	    margin:.2em .5em 0 0;
   	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	.sidebar {
		font-family: arial, helvetica, sans-serif;
		font-weight: bold; 
		color: #726D4F; 
		font-size: 8pt;
		font-style: italic;
		line-height: 13pt
	}	
	.sidebar2 {
		font-family: arial, helvetica, sans-serif;
		font-weight: bold; 
		color: black; 
		font-size: 8pt;
		line-height: 9.5pt;
	}
	.sidebar3 {
		font-family: arial, helvetica, sans-serif;
		font-weight: bold; 
		color: black; 
		font-size: 8pt;
		line-height: 8pt;
	}
	.sidebar4 {
		font-family: arial, helvetica, sans-serif;
		font-weight: normal; 
		color: black; 
		font-size: 10pt;
	/*	line-height: 9pt;  */
	}
	.style1 {
		border: 1px solid #000000;
	}
	.quote {
		font-style:italic
	}
	/* Header styles */
	#contentwrapper{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	font-weight:bold;
	color:white;
	width:245px;
	height:50px;
	border:0px solid black;
	background-color: transparent;
	padding-left:10px;
	position:absolute; top:24px; left:inherit;
	float:left;
	}
	#search_top {
	position:absolute; top:104px;
	margin-left:768px;
	width:218px;
	float:right;
	}	
	#header {
		clear:both;
		float:left;
		border-bottom:3px solid red;
		width:1024px;	
	}
	#header0 {
		clear:both;
		float:left;
		border-bottom:3px solid red;
		width:1024px;
	}
	#nav {
		width:1024px;
		background-color:black;
		padding-bottom:2px;
	}
	#nav a {
		color:white;
		text-decoration:none;
	}
	#nav a:hover {
		color:red;
		text-decoration:none;
	}
	#header p,
	#header h1,
	#header h2 {
		padding: .4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important; /*  Don't Touch!  */
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:1024px;			/* width of whole page */
		overflow:hidden;			/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	.col1 {
		float:left;
		position:relative;
		padding:1em 0 10px 0;	/* no left and right padding on columns, we just make them narrower instead only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	.col2 {
		float:left;
		position:relative;
		padding:1em 0 10px 0;	/* no left and right padding on columns, we just make them narrower instead only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	.col3 {
		float:left;
		position:relative;
		padding:1em 0 10px 0;	/* no left and right padding on columns, we just make them narrower instead only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#CCCC99;	/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#baba81;	/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#CCCC99;	/* left column background colour */
	}
	.threecol .col1 {
		width:48%;			/* width of center column content (column width minus padding on either side) */
		left:101%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:23%;			/* Width of left column content (column width minus padding on either side) */
		left:28%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:23%;			/* Width of right column content (column width minus padding on either side) */
		left:80%;			/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		color:white;
		float:left;
		width:1024px;
		text-align: center;
		background-color:black;
		border-top:3px solid red;
	}
	#footer a {
		color:white;
		font-size:9pt;
		text-decoration:none;
	}
	#footer a:hover {
		color:red;
		font-size:9pt;
		text-decoration:none;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	#copyright{
		clear:both;
		color:gray;
		float:left;
		width:1024px;
		font-size:8pt;
		text-align: center;
		background-color:black
	}
	#copyright a {
		color:white;
		font-size:8pt;
	}
	#copyright a:hover {
		color:red;
		font-size:8pt;
	}
	#usa {
		clear:both;
		color:white;
		float:left;
		width:1024px;
		text-align:center;
		background-color:black
	}
	#usa a {
		color:white;
		font-size:8pt;
		text-decoration:none;
	}
	#usa a:hover {
		color:red;
		font-size:8pt;
		text-decoration:none;
	}
	/* --> */