
body { 
		font-family: Verdana, Helvetica, sans-serif; 
		line-height: 1.5;
		background: url(If_scource/Images/greenbk.jpg);
		color: #3D3D41;
		width: 800px;
		margin: 0 auto;
		padding: 50px;
	}
	h1,h2,h3 { 
		color: #000000 !important;
		margin-bottom: 0;
		line-height: 1.2em;
	}
	p {
		margin-top: 0;
	}
	a {
		color: #3B5B3B;
	}
	a:hover {
		color: #3B5BEB !important;
		text-decoration: none;
	}
	code { 
		background-color: transparent;
		padding: 0.2em 0.5em;
		display: inline-block;
	}
	#wrapper { 
		overflow: hidden;
	}
	.overlay {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #E1E1E1;
		opacity: 0.65;
		-moz-opacity: 0.65;
		filter:alpha(opacity=65);
	}
	.container {
		position: relative;
		float: left;
	}
	.content {
		position: relative; /* Fixes the z-index */
		float: left;
	}
	#column-1 {
		width: 800px;
	}

	#column-1 .content {
		padding: 20px;
		width: 760px;
	}


	.floatright
	{
	float: right;
	margin: 0 0 10px 10px;
	border: 0px solid #666;
	padding: 2px;
	}
	.float-left
	{
	  float: left;
	  margin: 0 0 10px 10px;
	  border: 0px dotted #cd853f;
	  padding: 2px;
	}
	color: #000;
	background: #fff;
	text-shadow: 2px 2px 3px #000;
	
	HR {
		BORDER-RIGHT-WIDTH: 0px; WIDTH: 80%; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-	WIDTH: 	0px; BORDER-LEFT-WIDTH: 0px
	}
	HR.hr1 {
		BACKGROUND-COLOR: #474747; HEIGHT: 3px; COLOR: #474747
	}

	
	/* Let's compensate for IE6's inability to interpret top: 0; and bottom: 0; */
	* html #column-1 .overlay { height: expression(document.getElementById("column-1").offsetHeight); }