/* --------------------------------------------------
CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
-------------------------------------------------- */

/* CONTAINER */

		#container {
			width: 825px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			color: #333;
			background-color: #FFF;
		}
		
/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #CC6633;
			margin-bottom: 30px;
		}
		
		img {
		padding: 2px 5px;
		
		}
		
		h2 {
			color: #666;
			font-size: 18px;
			padding-top: 5px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		
		a {
			color:#333;
			text-decoration: none;
		}

		a:hover {
			color:#CC6714;
		}

		
		form {
			float:right;
			margin-top: -65px;
			font-size: 9px;
		}
		
		input {
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* HEADER ELEMENTS */

		#header {
			border-bottom: 4px solid #948979;
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
			background: #ffffff url(decore/flags2.gif) 60% 60% no-repeat;
		}
		
		#header a{
		color: #cc6633;
		}
		

		/* the slogan */
		#header p { 
			margin-top: -30px;
			margin-left: 30px;
			color: #999999;
		}

/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
		}

		#navigation a {
			display: block;
			font-size:10px;
			font-weight:bold;
			color: #CC6714;
			padding: 5px;
			width: 100px;
			border-bottom: 1px solid #CCC;
			border-right: 1px solid #CCC;
			border-left: 1px solid #CCC;
		}
		
		#navigation .first{
			border-top: 1px solid #CCC;
		}
		
		#navigation .new{
			background-color: #FF0000;
			color: #FFFFFF;
		}

		
		#navigation a:hover {
			background: #000000 url(arrow.gif) 96% 50% no-repeat;
			background-color: #F5F5F5;
			color:#CC6714;
		}

/* THE SMALL BOX BELOW NAV */

		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}
		
/* CONTENT ELEMENTS */

		#contentC {
			width: 569px;
			float:left;
			margin-left: 10px;
			text-align:center;
		}
		
		#contentC p {
			padding-bottom: 10px;
			border-bottom: 0px solid #DDDDDD; /* A faint grey line below the text */
		}
		
		#contentC a {
		color: #333;
		}
		
		#contentC a:hover {
			color:#333;
		}
		
		#contentL {
			width: 275px;
			float:left;
			margin-left: 10px;
		}
		
		#contentL p {
			padding-bottom: 10px;
			border-bottom: 0px solid #DDDDDD; /* A faint grey line below the text */
		}
		
		#contentL a {
		color: #333;
		}
		
		#contentL a:hover {
			color:#333;
		}
		
		#contentR {
			width: 294px;
			float:left;
			text-align:right;
			margin-left: 10px;
		}
		
		#contentR p {
			padding-bottom: 10px;
			border-bottom: 0px solid #DDDDDD; /* A faint grey line below the text */
		}
		
		
/* Sub Page CONTENT ELEMENTS */

		#contentS {
			width: 580px;
			margin-left: 120px;
			padding: 5px 0 0 0;
		}
		
		#contentS p {
			padding-bottom: 10px;
			border-bottom: 0px solid #DDDDDD; /* A faint grey line below the text */
		}
		
		#contentS a {
		color: #333;
		}
		
		#contentS a:hover {
			color:#333;
		}
		
		#contentS h2 {
		margin: 10px 0 0 0;
		}
		
		#contentS form {
			float:none;
			margin-top: 5px;
			font-size: 10px;
		}

/* Right-NAVIGATION ELEMENTS */
	
		 #navigationR ul {
			margin-left: 0;
			padding-left: 0;
			margin-right: 0px;
			list-style-type: none;			
			float: right;
			text-align:right;
		}

		#navigationR a {
			display: block;
			padding: 5px;
			width: 100px;
			border-bottom: 1px solid #CCC;
			border-right: 1px solid #CCC;
			border-left: 1px solid #CCC;
		}
		
		#navigationR .first{
			border-top: 1px solid #CCC;
		}

		#navigationR a:link, #navlistR a:visited {
			color:#CC6714;
			text-decoration: none;
		}
		
		#navigationR a:hover {
			background: #000000 url(arrowL.gif) 5% 50% no-repeat;
			background-color: #F5F5F5;
			color:#CC6714;
		}

/* THE SMALL BOX BELOW NAV */

		#navigationR p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}
		


/* CONTENT ELEMENTS */

		#mainL {
			width: 265px;
			float:left;
			margin-left: 0px;
		}
		
		#mainL a{
		text-decoration:underline;
		font-weight:bold;
		padding-left: 5px;
		border-left: 4px solid #999;
		}
		
		#mainL p {
			padding-bottom: 10px;
			border-bottom: 0px solid #DDDDDD; /* A faint grey line below the text */
		}
		
		#mainL h2 {
		display:block;
		background-color: #eee;
		line-height: 30px;
		padding: 5px 10px;
		}
		
		#mainC {
			width: 240px;
			float:left;
			text-align:center;
			margin-left: 10px;
			padding: 5px 5px;
			border-left: 1px solid #DDDDDD;
			border-right: 1px solid #DDDDDD;
		}
		
		#mainC p {
			padding-bottom: 10px;
			border-bottom: 0px solid #DDDDDD; /* A faint grey line below the text */
		}
		
		#mainR {
			width: 270px;
			float:right;
			text-align:right;
			margin-left: 10px;
		}
		
		#mainR p {
			padding-bottom: 10px;
			border-bottom: 0px solid #DDDDDD; /* A faint grey line below the text */
		}
		
		#mainR h2 {
		display:block;
		background-color: #eee;
		line-height:30px;
		padding: 5px 10px;
		}
		
/* Spacer */

		#spacer {
			border-top: 1px solid #ccc;
			text-align:center;
			margin-top: 0px;
			margin-bottom: 0px;
			padding: 3px 0;
			clear: both;
		}
		
		#spacer2 {
			border-bottom: 1px solid #ccc;
			text-align:center;
			margin-top: 0px;
			margin-bottom: 10px;
			padding: 3px 0;
			clear: both;
		}
		
		#spacer3{
			border-bottom: 1px solid #ccc;
			border-top: 1px solid #ccc;
			text-align:right;
			margin-top: 0px;
			margin-bottom: 10px;
			clear: both;
		}
		
		#spacer3 marquee {
		background-color: #eee;
		direction:ltr;
		font-size:12px;
		height: 25px;
		line-height: 25px;
		width: 100%;
		border: 0;
		}
		
		#spacer3 marquee b{
		color:#CC6714;
		}
		
/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#575352;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#ffffff;
			padding: 5px;
		}
		
		#footer p a {
			color: #ffffff;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}
		
		/* And they lived happily ever after. The End. */