/* --------------------------------------------------
CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
-------------------------------------------------- */

/* CONTAINER */

		#container {
	width: 950px;
	font-family: Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 12px;
	line-height: 1.6em;
	color: #333333;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	right: 20px;
		}
		
/* GENERAL MOJO AND MULA */
		
		h1 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 32px;
	color: #2f5d9c;
	margin-bottom: 20px;
	background-color: #FFF;
		}
		
		h2 {
	color: #000000;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
		}
		
		a {
	color:#003366;
	text-decoration: none;
		}

		a:hover {
	color:#0066CC;
	background-color: #F5F5F5;
		}

		
		form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
		}
		
		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* HEADER ELEMENTS */

		#header {
	padding-top: 10px;
	clear: both;
	margin-bottom: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
		}
		

		/* the slogan */
		#header p {
	margin-top: -10px;
	color: #999999;
	margin-left: 50px;
		}

/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	float: right;
	width: 160px;
	padding-top: 20px;
		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 140px;
			border-bottom: 1px solid #CCC;
		}

		#navigation a:link, #navlist a:visited {
	color:003366;
	text-decoration: none;
		}
		
		#navigation a:hover {
	background: #000000 url(arrow.gif) 96% 50% no-repeat;
	background-color: #F5F5F5;
	color:#003366;
		}

/* THE SMALL BOX BELOW NAV */

		#navigation p {
	margin-top: 40px;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
		}
		
/* CONTENT ELEMENTS */

		#content {
	width: 600px;
	margin-left: 180px;
	margin-right: 200px;
		}
		
		#content p {
	padding-bottom: 10px; /* A faint grey line below the text */
	border-bottom-width: 1px;
	border-bottom-style: none;
		}

/* SIDEBAR ELEMENTS */

		#sidebar {
	float: left;
	width: 165px;
		}
		
		#sidebar p {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: none;
		}

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#575352;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#89817f;
			padding: 5px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}
		
		/* And they lived happily ever after. The End. */
#container #navigation #navlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#container #sidebar .style3 style5 strong {
	font-size: 14px;
}

