@charset "utf-8";
/* CSS Document */

body {


	margin:20px;
	padding:0;
}
a {
	text-decoration:none;
	border-bottom:1px dotted;
	}
a:hover {
	border-bottom:1px solid;

	}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;

	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;

	}
	
#wrapper3 {
	position:relative;
	text-align:left;
	width:100%;
	background-color: #F1F1F1;
}
#header {
	padding:10px;
	margin:0;
}

#header2 {

	padding:10px;
	margin:0;
	background-color: #F1F1F1;

	}
#maincol {
	position:relative;
	margin:0;
	font-size: 18px;
	padding:10px;
	}
	
#maincol2 {
	background-color: #F1F1F1;
	position:relative;
	margin:0;
	font-size: 18px;
	padding:10px;
}

#leftcol { 
	position:relative;
	float:left;
	width:285px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:285px; /* actual value */
	margin:0 0 0px 0;
	z-index:99;
	font-size: 18px;
	}
	
#leftcol2 { 
	position:relative;
	float:left;
	width:285px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: 18px;
	margin:0 0 0px 0;
	z-index:99;
	}	
#rightcol {
	position:relative;
	float:right;
	width:285px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	margin:0 0 0px 0;
	font-size: 18px;
	z-index:99;
	}
#centercol {
	position:relative;

	}
#centercol a {
	color:#666;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
