body {
	color: #143f62;
	margin: 0px;
	padding: 20px;
	font-size: 0.75em;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #dbb785;
	text-align: center;
	border-top: 2px solid #2A4F6F;
	}

h1 {			/* bylaws.php officers.php */
	font-size: 1.7em;
	color: #4e5129;
	background-color: transparent;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0px;
	line-height: 1.2em;
	}

h2 {			/* principles.php role.php history.php resources.php legguide.php process.php ^annex conference.php training.php*/
	font-size:  1.4em;
	font-weight: bold;
	text-align: left;
	color: #4e5129;
	background-color: transparent;
	border-bottom: 1px dotted #947f42;
	padding: 10px 0 5px 0;
	}

h3 {			/* princples.php history.php legguide.php process.php bylaws.php training.php */
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #4e5129;
	background-color: transparent;
	margin-bottom: 10px;
	padding: 0;
	}

h4 {			/* bylaws.php officers.php */
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #4e5129;
	background-color: transparent;
	margin-bottom: -5px;
	padding: 0;
	}

hr {			/* bylaws.php */
	border-bottom: 1px dotted #947f42;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	}

table {			/* all the counties & officers.php? */
	clear: right;
	width: 90%;
	line-height: 1.4em;
	color: #947F42;
	padding: 4px;
	border: none;
	}

caption {	/* all the counties & officers.php */
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 1.5em;
	line-height: 4em;
	text-align: center;
	font-weight: bolder;
	padding-bottom: 4px;
	}

th {			/* all the counties */
	border: 6px  #7a4e4a;
	border-style: double;
	background-color: #947f42;
	color: white;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	}

td {			/* all the counties & officers.php? */
	border: 2px  #7a4e4a;
	border-style: solid;
	background-color: #DBB785;
	color: #4d1e1b;
	font-size: 1.3em;
	padding: 6px;
	}

table.noformat td {	/* officers.php */
	border: 0px;
	background-color: #CFBE8C;
	color: #4e5129;
	}

.menu li:hover {
	z-index: 10000;	  /* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;   /* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)	see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
	}

.menu li:hover>ul {
	visibility: visible;   /* display submenu them on hover */
	left: 100%;   /* and move them to the right of the item */
	}

#articles {		/* bylaws.php */
	left: 0px;
	top: 120px;
	width: 100%;
	color: #4e5129;
	}

#articles ol {		/* bylaws.php */
	list-style-type: decimal;
	margin-left: 25px;
	margin-right: 25px;
	padding: 0px;
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #4e5129;
	}

#articles ol li	{	/* bylaws.php */
	padding: 0px;
	text-indent: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-variant: normal;
	font-weight: normal;
	color: #4e5129;
	}

#content {
	margin-left: 180px;
	padding: 20px 10px 20px 0;
	}

#content p {
	text-align: left;
	font-size: 1.1em;
	color: #4e5129;
	padding-left: 5px;
	line-height: 1.2em;
	}

#content ul {		/* process.php */
	text-align: left;
	font-size: 100%;
	color: #4e5129;
	line-height: 1.4em;
	padding-left: 60px;
	}

#content ol ul {	/* resources.php ^annex */
	list-style-type: square;
	font-size: 100%;
	color: #4e5129;
	line-height: 1.4em;
	padding-left: 60px;
	}

#content ol {		/* principles.php role.php resources.php ^annex */
	text-align: left;
	list-style-type: decimal;
	font-size: 100%;
	color: #4e5129;
	line-height: 1.4em;
	padding-left: 60px;
	}

#content ol li {	/* principles.php role.php resources.php ^annex */
	margin-bottom: 5px;
	}

#content a:link, a:visited {
	color: #4e5129;
	text-decoration: underline;
	}

#content a:hover {
	background-color: #4e5129;
	color: #FFFFFF;
	}

#content .quotes {	/* legguide.php */
	padding-left: 80px;
	padding-right: 100px;
	font-style: italic;
	font-size: 1.0em;
	line-height: 1.0em;
	color: #000000;
	}

#footer {
	clear: both;
	padding: 5px 0px 20px 220px;
  	margin-right: 100px;
	background-color: transparent;
	}

#footer h3 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	text-align: center;
	color: #4D1E1B;
	line-height: 1.0em;
	padding-left: 60px;
	margin-bottom: 5px;
	}

#footer h4 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	text-align: center;
	color: #4D1E1B;
	line-height: 1.0em;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 60px;
	}

#footer a:link {
	text-decoration: none;
	color: #4D1E1B;
	}

#header {
	margin: 0 0 0 0;
	text-align: center;
	border-top: 4px solid #9E6661;
	border-bottom: 4px solid #9E6661;
	height: 72px;
	background-color: #4D1E1B;
	}

#list {			/* role.php */
	font-size: 1em;
	color: #4e5129;
	line-height: 1.6em;
	padding-left: 35px;
	padding-right: 35px;
	}

#map {			/* index.php */
	position: relative;
	left: -15px;
	}

#navigation {
	text-align: left;
	float: left;
	top: 78px;
	left: 0;
	width: 150px;
	}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}

#navigation li {
	width: 150px;
	border-bottom: 1px solid #4d1e1b;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	vertical-align: bottom;
	}

#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #4d1e1b;
	border-right: 2px solid #4d1e1b;
	background-color: #947f42;
	color: #FFFFFF;
	text-decoration: none;
	}

#navigation a:hover {
	background-color: #4e5129;
	color: #FFFFFF;
	}

#navigation ul.subnav {
	margin-left: 22px;
	}

#navigation ul.subnav li {
	border-bottom: 1px solid #947f42;
	border-left: 1px solid #4d1e1b;
	width: 138px;
	}

#navigation .subnav a:link, #navigation ul.subnav a:visited {
	background-color: #7a4e4a;
	color: #FFFFFF;
	font-size: 1em;
	}

#navigation .subnav a:hover {
	background-color: #4e5129;
	color: #FFFFFF;
	}

#wrapper {
	position: relative;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	padding: 0 0 0 0;
	background-color: #CFBE8C;
	border-left: 4px solid #9E6661;
	border-right: 4px solid #9E6661;
	border-bottom: 4px solid #9E6661;
	}