/* --------------------------------------------------
CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
-------------------------------------------------- */

body{
	color: #666666;
	line-height: 20px;

}


#main_bg {
	width: 1046px;
	background: url(/images/main_bg.png) left repeat-y;
	margin: 0px auto;
}



/* CONTAINER */

		#container {
			width: 1010px;
			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: #666;
			background-color: #FFF;
			margin-top: -8px;
		}
		
/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #CC6633;
			margin-bottom: 30px;
			background-color: #FFF;

		}
		
		h2 {
			color: #666666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		
		a {
			color:#5f82dc ;
			text-decoration: none;
		}

		a:hover {
			color:#CC6714;
			background-color: #F5F5F5;
		}

		
		form {
			float:left;
		/*	margin-top: -10px;
			font-size: 9px;
 */
		}
		
		input {
			background-color: #FFF;
			padding: 3px;
			color: #999999;
			border: 1px solid #c5e0e8 ;
			font-size: 11px;
			border-bottom: 1px solid #DDDDDD;
                        width:200px;
		}
		
		.button {
			padding: 3px;
                  width:35px

		}
		
		.error {
			color: #F03;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		
/* HEADER ELEMENTS */

		#header {
                  background: url(/images/web.jpg) left no-repeat;
			border-bottom: 1px solid #ffffff;
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
                  height:85px;
                  width:1010px;

		}
		

		/* the slogan */
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #999999;
		}

/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
			margin-left: 0;
                        padding-left: 10px;
			list-style-type: none;			
			float: left;
			width: 160px; 
		        margin-top: -10px;
                 /* border: 1px solid #DBE5EB; */
		}

                  #left H1{
	            font-family: Arial, Helvetica, sans-serif;
	            font-size:12px;
	            font-weight: bold;
	            color: #000000;
	            text-align: left;
	            padding: 0px 0px 0px 15px;
                  background:#DBE5EB url(/images/header1.png) top repeat-x;
	            margin: 10px auto;

              }


		#navigation a {
			display: block;
			padding: 3px;
			border-bottom: 1px solid #DBE5EB;
                  background: #ffffff url(/images/bullet.gif) 0% 60% no-repeat;
			padding-left: 20px;

		}

		#navigation a:link, #navlist a:visited {
			color:#6a1b09;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background: #000000 url(/images/arrow.gif) 96% 50% no-repeat;
			background-color: #EBEDEF;
			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 */

		#content {
			width: 550px;
			margin-left: 180px;
			margin-right: 200px;
                        border: 1px solid #DBE5EB; 
                        padding-left: 20px;
		}
		
		#content p {
			/*padding-bottom: 10px;
			border-bottom: 1px solid #DBE5EB;  A faint grey line below the text */
                  width:525px;
		}

#contentshd {
  font-size: 1.2em;
  font-weight: bold;
}

#contentshd1 {
  font-size: 1.1em;
  font-weight: bold;
}

#contentshd2 {
  font-size: 1.0em;
  font-weight: bold;
}

#contentshd3 {
  font-size: 1.0em;
  font-weight: bold;
}

#contents {
  font-size: 1.0em;
}

#contents1 {
  font-size: 1.1em;
}


/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 250px;
                  border-left: 1px solid #DBE5EB;
                  padding-left: 1px;

			border-bottom: 1px solid #DBE5EB;
			border-top: 1px solid #DBE5EB;

		}
		
		#sidebar p {
			padding-bottom: 0px;
			border-bottom: 1px solid #DBE5EB;
                  width:250px;
		}

/* FOOTER ELEMENTS */

		#footer{
                  color: #1720cd;
		      margin-top: 20px;
			clear: both;
			background-color:#575352;
			padding: 0px 0px 0px 5px;
	            background:#c5e0e8 url(/images/footer.gi1f) bottom repeat-x;
                  text-align: center;
		      padding:0px 0  0px  0;
		      width:100%;
		      border-top:1px solid #ccc;
		      border-bottom:0px solid #ccc;
		      margin:0px 0 0 0;
		      font-size:0.8em;
}

#footer a{
	color: #ec370d;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover{
	color: #000;
	font-size: 11px;
	text-decoration: underline;
}

table, td, th
{
border:1px 
solid grey;
/* width:525px; */
text-align:left;
}
th
{
background-color:#DBE5EB;
color:BLACK;
}
 
caption {
  font-size: 1.0em;
  font-weight: bold;
}




