/* CSS Document */

body {
	background:#9343B9;
	text-align:center;
	margin:20px;
	padding:0;
	font:normal 0.8em/1.2em verdana,aria,sans-serif;
	color:#666;
	}
a {
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dotted;
	}
a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#ECB9E8  repeat-y top right;  
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:#ECB9E8   repeat-y top right;  
	}
#header {
	background:#BB62AB;
	padding:10px;
	margin:0;
	text-align:center;
	color:#FFF;
	}
#header h1 {
	font-size:200%;
/*	color:#FFFFFF; */
/*	color:#F5DEB3; */
/*	color:#FFD700;  GOLD */
	color:#FFFF30; 
	}
#header a:hover {
	color:#7A2875;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	background:#FFFFFF  repeat-y top right;  
	}
#leftcol { 
	text-align:center;
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:300px; /* actual value */
	height:500px;
	margin:0 0 -10px 0;
	padding:10px;
	background:#ECB9E8;
	z-index:100;
	overflow:auto;
	}
#rightcol {
	text-align:center;
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:180px; /* actual value */
	height:500px;
	margin:0 0 -10px 0;
	padding:10px;
	background:#D7C4FA;
	z-index:99;
	overflow:auto;
	}
#centercol {
	text-align:left;
	position:relative;
	padding:0 0px;
	height:500px;
	overflow:auto 
	}
#centercol a {
	color:#666;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
#footer {
	position:relative;
	top:1px;
/*	background:#7A2875;*/
	background:#DDA0DD;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#000000;
/*	color:#CCC; */
	}

fieldset {
	text-align:center;
	border: 4px solid #781351;
	width: 90%; 
}

legend {
	color: #fff;
	background: #ffa20c;
	border: 1px solid #781351;
	padding: 2px 6px
} 



