
* { margin:0; padding:0; } 


body {
	background-color: 	#DEDECA; 
	color:#555522; 
	text-align:left;
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	width:960px;
	margin:auto;
	font-size: 85%;
	position:relative;
	line-height:1.75em;
}


h1 {
	color: #663300;
}
h2 {
	color: #663300; 
}
h3, h4, h5, h6 {
	color: #996633; 
}

p	{ margin-bottom: 1.2em; 	}

div#site_header p, div#site_footer p  { margin: 0px; }

a {
  color: #996633;
  text-decoration : none;
}
a:hover	{	text-decoration:underline; color: #B01335;	}
a:visited, a:active {	color: #996633;   text-decoration : none;	}

.nav {text-align:left}
.extra {text-align:left}
.sitename {background:url(../images/header.jpg) repeat-y;}
.bis {
    background:url(../images/bismod.gif) no-repeat center;
	height:28px;
	padding:0;}
.bis1 {text-align:center;font-size:12px;}
.breadcrumb {margin-right: 15px;margin-bottom:0}
.slogan {text-align:center}
.list {margin-left:30px;}
.footer {font-size:12px;text-align:center}
img {border:none;}
blockquote {font-size:10pt;margin-left:20px;margin-right:20px;}
.formfield {background-color:#FFFFE5}
.style1 {color: #333333}
.style2 {color: #FF0000}
.lpage {	font:normal 12px verdana;}
.bold {font-weight:bold}
.smaller {font-size:small}
.quiet	{	color: #ADAD7B; font-size:10px;	}

p	{ text-align:justify; }

ul	{	list-style: inside;
		padding-left : 0;
		margin-left : 0;
	}		

#logo_img	{	width: 142px;
				height: 112px;
				position:absolute; 
				top:8px; 
				left:8px;		/* same as that of the body's margins */
				border:0;
			}
				
				
#header		{	margin:5px 0px;
				padding: 4px 0px;
			}

#header_content, #header_content p
			{	text-align:center;	
				background-color: #B3C476;	/*#DEDEB6;*/
				/*height:160px;*/
				
			}
			
#alsadaqa_heading	
			{	font-family: "Copperplate Gothic", castellar, "bookman old style", Georgia,"Times New Roman", Times,serif, rockwell, verdana,  helvetica;
				font-size: 3.8em;
				text-align:center;
				color: #39390F;
				letter-spacing:0.1em;
				font-weight:bold;
				text-transform:uppercase;
                       }

#picture_box
			{	position:fixed;
				top : 30px;
				left: 30px;
				display:block;
				border:solid 4px #555;
			}

				
.header_links	{
					color:#474721; 
					font-family: Arial, Serif; 
					font-weight:bold;
				}
				
.header_links a {  	color: #39390F;	/*#915417;*/
					text-decoration : none; 
				}

.header_links a:hover	
				{	text-decoration:none; 
					color: #B01335;	
				}

.simple_box		{	border: solid 1px lightgray;
					background-color: whitesmoke;
					margin: 0.5em;
					padding:0.75em;
				}
					
.float_right_box	{	border: solid 1px lightgray;
						background-color: whitesmoke;
						margin: 0.5em;
						margin-left: 1.4em;
						padding:0.75em;
						float: right;
					}
					
.float_left_box		{	border: solid 1px lightgray;
						background-color: whitesmoke;
						margin: 0.5em;
						margin-right: 1.4em;
						padding: 0.75em;
						float: left;
					}

.wrapper_class		{	overflow: hidden;				
						position: relative;
						width:100%;
						margin: 0px;
						padding: 0px;
						/* this is the important property that makes it a wrapper ; */
						/*hidden also works, see here: http://www.quirksmode.org/css/clearing.html*/
					}		

.clear_class		{	clear: both;
						
					}

.tab_class			{	margin-left:4em;	}