BODY {
	background-color: #FFFFFF;
	} 
	
html, body {
	height: 100%;
	margin:0px;
	padding:0px;
}

.div_outside{
   background: url(Images/ImanBackground.png) no-repeat bottom left;
   position:relative; 
       
   height:auto !important; 
   height:100%;

   min-height:100%; 
   }

a:link {
	text-decoration:none;
	color:FFFFFF;
}

a:visited {
	text-decoration:none;
	color:FFFFFF;
}

a:hover {
	text-decoration:underline;
	color:FFFFFF;
}
	
a:active {
	text-decoration:underline;
	color:FFFFFF;
}

#TopBar {
	position: relative;
	top:-18px;
	left:-18px;
	padding:10px;
	}

H1 {
	FONT-FAMILY:Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE:13pt;
	COLOR:000000; 
	text-decoration:none;
	font-weight:bold;
} 

H2 {
	FONT-FAMILY:Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE:12pt;
	COLOR:#0099cc; 
	text-decoration:none;
	font-weight:bold;
} 

H3 {
	FONT-FAMILY:Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE:10pt;
	COLOR:000000; 
	text-decoration:none;
	font-weight:bold;
} 

H4 {
	FONT-FAMILY:Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE:10pt;
	COLOR:0099cc; 
	text-decoration:none;
	font-weight:bold;
} 


#wrap {
	min-height: 80%;
	padding: 0px 0px 50px;
	}

#main {
	overflow:auto;
	padding-bottom: 195px;   /* must be same height as the footer less top adjustment */
	position:relative;
	left:20px;
	top:-70px;
	width:1000px;
	padding:10px;
	margin:50px;
	FONT-FAMILY:Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE:10pt;
	COLOR:000000; 
	text-decoration:none;
	font-weight:normal;
}

#main a:link {
	text-decoration:none;
	color:#0099cc;
	}
	
#main a:visited {
	text-decoration:none;
	color:#0099cc;
}

#main a:hover { 
 color: #0099cc; 
 text-decoration: underline; 
} 

#main a:active {
	text-decoration:underline;
	color:#0099cc;
}

#LeftColumn {
	overflow:auto;
	padding-bottom: 195px;   /* must be same height as the footer less top adjustment */
	position:relative;
	left:20px;
	top:-70px;
	width:400px;
	padding:10px;
	margin:50px;
	FONT-FAMILY:Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE:10pt;
	COLOR:000000; 
	text-decoration:none;
	font-weight:normal;
}

#LeftColumn a:link {
	text-decoration:none;
	color:#0099cc;
	}
	
#LeftColumn a:visited {
	text-decoration:none;
	color:#0099cc;
}

#LeftColumn a:hover { 
 color: #0099cc; 
 text-decoration: underline; 
} 

#LeftColumn a:active {
	text-decoration:underline;
	color:#0099cc;
}


#RightColumn {
	overflow:auto;
	padding-bottom: 195px;   /* must be same height as the footer less top adjustment */
	position:absolute;
	left:600px;
	top:40px;
	width:400px;
	padding:10px;
	margin:50px;
	FONT-FAMILY:Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE:10pt;
	COLOR:000000;
	text-decoration:none;
	font-weight:normal;
}

#RightColumn a:link {
	text-decoration:none;
	color:#0099cc;
	}
	
#RightColumn a:visited {
	text-decoration:none;
	color:#0099cc;
}

#RIghtColumn a:hover { 
 color: #0099cc; 
 text-decoration: underline; 
} 

#RightColumn a:active {
	text-decoration:underline;
	color:#0099cc;
}

#footer {
	position: absolute;
	margin-top: -135px; /* negative value of footer height + top adjustment */
	height: 135px;
	clear:both;
	bottom:0px;
	} 
	

#ImanBackground {
	position: absolute;
	top:160px;
		} 
		
#ImanBackground2 {
	position: absolute;
	top:-140px;
	left:-10px;
	z-index:-1;
		} 

#HomeIcon {
	position:absolute;
	left:75px;
	top:0px;
	z-index:1;
}
	
#Nav {
	position:absolute;
	left:85px;
	top:-10px;
	font: normal small Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:FFFFFF;
	width:550px;
	padding:10px;
	margin:10px;
}


#BottomBar {
	position: relative;
	left:-18px;
	padding:10px;
	}

#FooterText {
	position: relative;
	text-align:center;
	left:400px;
	margin-top:-120px;
	font: normal x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:FFFFFF;
	width:400px;
	padding:10px;
	}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
