﻿body {
	margin:0;
	padding:0;
	width:100%;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
    position:relative;
    background-image: url('../Images/Back94.gif');
    background-position:center;
}

.header {

	width:100%;
	padding:0;
	margin:0;
	background-color: White;
}

.wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	}
.wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	}

.maincol {
	position:relative;
	margin:0;
	padding:10px;
	}

.leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	z-index:100;
	}
	
.centercol {
	padding:0 50px 0 0;
	margin-left:240px;
	}
	
.centercolHeader {
	position:relative;
	padding:0 240px;
	}
		
.rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	z-index:99;
	}

/*.centercol a {
	color:#666;
	}
.centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	} */

/* Footer styles */
.footer
{
   clear:both;
   float:left;
   width:100%;
   /* border-top:1em solid #000;  qqqxxx */ 
}
