/* --------------------------------------------------
Based on CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
-------------------------------------------------- */
/* CONTAINER */
		#container {
			margin: 0 auto;
			font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 1.2em;			line-height: 1.2em;			color: #666;			background-color: #FFF;		}		/* GENERAL MOJO AND MULA */
		h1 {			font-family: Arial, Helvetica, sans-serif;			font-weight: normal;			font-size: 2em;			color: #CC6633;			background-color: #FFF;		}				h2 {			color: #666666;			font-size: 1.5em;			font-family: Arial, Helvetica, sans-serif;			background-color: #FFF;		}				a {			color:#CC6714;			text-decoration: none;		}		a:hover {			color:#CC6714;			background-color: #F5F5F5;		}		form {			font-size: 1em;		}				input {			background-color: #FFF;			color: #999999;			border: 1px solid #CCC;			font-size: 1.2em;			padding: 3px;		}		textarea {			background-color: #FFF;			color: #999999;			border: 1px solid #CCC;			font-size: 1.2em;			padding: 3px;		}				.button {			padding: 2px;		}				td {			text-align:left;		}		/* HEADER ELEMENTS */		#header {			border-bottom: 4px solid #948979;		}				/* the slogan */		#header p { 			color: #999999;		}/* NAVIGATION ELEMENTS */			 #navigation ul {			margin-left: 0;			padding-left: 0;			list-style-type: none;					}		#navigation a {			display: block;			padding: 5px;			border-bottom: 1px solid #CCC;		}				#navigation p a {			display: block;			padding: 0px;			border-bottom: 0px;		}				#navigation a:link, #navlist a:visited {			color:#CC6714;			text-decoration: none;		}				#navigation a:hover {			background-color: #F5F5F5;			color:#CC6714;		}/* THE SMALL BOX BELOW NAV */		#navigation p {			padding: 5px;			border-bottom: 1px dotted #ccc;			border-top: 1px dotted #ccc;		}		/* CONTENT ELEMENTS */		#content {				}				#content p {			border-bottom: 1px solid #dddddd; /* A faint grey line below the text */		}							#content form {			margin-top: 0px;			font-size: 1em;		}								#content span {			position: static;			margin: 0 0 0 0;			padding: 0 0 0 0;		}				.highlight {			color: #ff0000;		}/* FOOTER ELEMENTS */		#footer {			color: #c9c1bf;			margin-top: 20px;			clear: both;			background-color:#575352;			padding: 0px 5px 0px 5px;		}				#footer td {			text-align:center;		}						#footer a {			color: #c9c1bf;			border-bottom: 1px dotted #89817f;			background-color:#575352;		}						#footer a:hover {			color: #ffffff;			background-color:#575352;		}						#footer p {			color: #c9c1bf;			padding: 5px;			background-color:#575352;		}				#footer p a {			color: #c9c1bf;			border-bottom: 1px dotted #89817f;			background-color:#575352;		}				#footer p a:hover {			color: #ffffff;			background-color:#575352;		}				/* And they lived happily ever after. The End. *//* Help stuff */	#dhtmltooltip{    font-family: arial, helvetica, sans-serif;	position: absolute;	left: -300px;	width: 200px;	border: 1px solid black;	padding: 2px;	background-color: #ffff99;	visibility: hidden;	z-index: 100;}#dhtmlpointer{	position:absolute;	left: -300px;	z-index: 101;	visibility: hidden;}/* Detail popup stuff */ul {	margin: 0;	padding: 0;	}li {    position: relative;    list-style: none;}.popup {    position: absolute;    top: 0;    left: -21em;    z-index: 100;    border: solid black 1px;    font-size: 0.9em;    font-weight: normal;    color: black;    background: #f5f5f5;    padding: 0.4em;    width: 20em;    display: none;    text-align: left;}li .popup {    display: none;}li:hover .popup {    display: block;}.description {    text-decoration: none;    text-align: justify;}/* DIRECTORY ELEMENTS */			#directory p {			border-bottom: 0px;				margin-top: 0px;			margin-bottom: 0px;			padding-bottom: 0px;					}		#directory a:link, #directory a:visited {			margin-top: 5px;			margin-bottom: 5px;			padding-bottom: 5px;			color:#CC6714;			text-decoration: none;			display:block;			font-size:1.2em;			font-weight: bold;			width: 180px;		}				#directory a:hover {			background: #F5F5F5 url(images/arrow.gif) 100% 50% no-repeat;			color:#CC6714;				}				#directory fieldset legend a:link, #directory fieldset legend a:visited, #directory fieldset legend a:hover { 			display: inline;			background: #ffffff; 			font-weight: normal;		}		
