/* body */
		body{
		    margin:0px;
			background-color: #F5F5F5 ;
		    }


		#container {
			width: 750px;
			margin: 0 auto;
		    	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-family:arial, sans-serif; 
			font-size: 11px;
			line-height: 1.6em;
			color: #666;
			background-color: #FFFFFF;
			
		}
		
/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 24px;
			font-variant: small-caps;
			color: #37636E;
			margin-bottom: 30px;
									
		}
		
		h2 {
			color: white;
			font-size: 14px;
			/*font-variant: small-caps;*/
			font-family: Arial, Helvetica, sans-serif;
			background-color: #1E7DBF;
			/*background-image:url(../images/Untitled-3.gif);*/
				    }
				    
		h3 {
			color: #185983;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			
		}
		
		a {
			color:#7491AF;
			text-decoration: none;
		}

		a:hover {
			color:#CC6714;
			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;
		}
		
		textarea
		
		{
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
/* HEADER ELEMENTS */

		#header {
		
		    padding-top: 0px;
			border-bottom: 4px solid gray;
			clear: both;
			height: 0px;
			margin-bottom: 0px;
			/*background-image: url(../images/SejelLogoTrans.jpg);*/
			background-repeat: no-repeat; 
			background-position:   right top;
			
		}
		
		#header1 {
			clear: both;
			height: 97px;
			background-image:url(../images/Ued-1.gif);
		}

		/* the slogan */
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #999999;
		}

/* NAVIGATION ELEMENTS */

        #sidebarleft {
			float: left;
			width: 150px;
			position:relative; 
			margin-right:1px;
			
			
		}
		
				
		
		#sidebarleft p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}
	
		 #sidebarleft ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 140px;
		}

		#sidebarleft a {
			display: block;
			padding: 5px;
			border-bottom: 1px solid #CCC;
		}

		#sidebarleft a:link, a:visited {
			color:#37636E;
			text-decoration: none;
		}
		
		#sidebarleft a:hover {
			background: #000000 url(../images/arrow.gif) 96% 50% no-repeat;
			background-color: #F5F5F5;
			color:#7491AF;
		}

/* THE SMALL BOX BELOW NAV */

		#sidebarleft p {
					
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;

			list-style-type: none;			
			float: left;
			width: 140px;
		}
		
		#iframe p {
					
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;

			list-style-type: none;			
			float: left;
			width: 140px;
		}
		
/* CONTENT ELEMENTS */

		#content {
		    
			width: 520px;
			left: 500px;
			padding:50px 0px 0px 200px;
			/*background: url(body.jpg) repeat-x;*/
			background-position: top;
			text-align:justify;
			
			
		}
		

		
		#content p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
			text-align:justify;
		}

/* 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. */