/* CSS Document */

body {
	background:#ffffff;
	text-align:center;
	margin:20px;
	padding:0;
	min-width:990px;
	max-width:100% 
	font:normal 0.8em/1.2em verdana,aria,sans-serif;
	color:#000000;
	}
a {
	color:#3b4c1d;
	text-decoration:none;
	border-bottom:1px dotted;
	}
a:hover {
	border-bottom:1px solid;
	color:#87858E;
	}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	overflow:hidden
	background:#FFF
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	overflow:hidden
	}
#header {
	background:fff;
	padding:0;
	margin:0;
	text-align:center;
	color:#FFF;
	}
#header h1 {
	font-size:200%;
	}
#header a:hover {
	color:#7A2875;
	}
#banner
	width:100%;
	background:#ffffff;
	position:relative;
	padding:0;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
#leftcol { 
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:230px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:210px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#FFE243;
	z-index:100;
	}
#rightcol {
	position:relative;
	top:0px;
	right:-10px;
	float:right;
	width:200px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:180px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#2f4360;
	z-index:99;
	}
	#centercol {
	position:relative;
	padding:0 240px;
	}
#centercol a {
	color:#666;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
#centerleftcontent {
float:left;
left:22%;
width:30%;
top:0px;
padding:10px;
background:#fff;
	}
#centerleftcontent a {
	color:#666;
	}
#centerleftcontentl a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
#centerrightcontent {
position:absolute;
left:54%;
width:20%;
top:0px;
padding:10px;
background:#fff;
border-left: 2px solid #000;
	}
#centerrightcontent a {
	color:#3b4c1d;
	}
#centerrightcontent a:hover {
	border-bottom:1px solid;
	color:#87858E;
	}
#footer {
	position:relative;
	top:1px;
	background:#7A2875;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#CCC;
	}
