/*
|| NOTES ||
- Style Sheet for MSIE v6.0 SP1 and NN7.01 Browsers.
- Layout for a page with a left navigation column, one center fluid column for content and
  a right narrow fluid column for content.
- This file contains the standard CSS code used across the Board of County Commissioners
  Web sites. This file is part of the "Look and Feel" Standard.
- Edit this file ONLY in text mode. DO NOT edit this file using Dreamweaver's style editor.
  It may introduce non-compliant and buggy CSS.
- Style sheets are case-sensitive.

|| NOTES ||
Last Revised: Earl Chassee, 06/27/2006. Changed #rightcol width from 20% to 160px to employ fixed page width
Author: Earl Chassee, 03/28/2003.
*/

/* --------------------------- Content Section With Right Column Rules --------------------------- */

/* ------------------------------- Right Column Rules ------------------------------- */
#rightcol {
	text-align : center;
	width : 160px;  /* Same as left nav column */
}
