/* CSS Document */


p.center {
    text-align: center;
}

p.comic {

  font-family: "Comic Sans MS";
  color: #FF0000;
  font-size-adjust: .75;

}


h2 {
  color: #7A2875;
  color: #FF0000;
  font-size: 115%;
  font-weight: bold;
}

h2.center {
  color: #7A2875;
  color: #FF0000;
  font-size: 115%;
  font-weight: bold;
  text-align: center;
}
h3 {
  color: #7A2875;
  color: #FF0000;
  font-size: 150%;
  font-weight: bold;
}

h3.center {
  color: #7A2875;
  color: #FF0000;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}

h4 {
  color: #7A2875;
  color: #FF0000;
  font-weight: bold;
}
body {
	background:#9343B9;
    background:#000000;
	text-align:center;
	margin:20px;
	padding:0;
/*	font:normal 0.8em/1.2em verdana,aria,sans-serif; */
	color:#666;
	}
a {
	color:#FFF;
	text-decoration:underline;
/*	border-bottom:1px dotted;  */
	}
a:hover {
/*	border-bottom:1px solid;  */
	color:#9343B9;
    color:#FFF;
    text-decoration: underline;
    font-weight: bold
}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#FFF url("../images/leftcolorRED_bg.gif") repeat-y top right;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:url("../images/leftcolorRED_bg.gif") repeat-y top left;
	}
#header {
	background:#BB62AB;
    background:#FFFFFF;
	padding:10px;
	margin:0;
	text-align:center;
	color:#000;
	}
#header h1 {
	font-size:200%;
	}
#header a:hover {
	color:#7A2875;
	}
#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;
	background:#ECB9E8;
    background-color: #FF0000;
	z-index:100;
	}

#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
    color:#FFF;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#D7C4FA;
    background-color: #FF0000;

	z-index:99;
	}
#centercol {
	position:relative;
	padding:0 240px;
	}
#centercol a {
	color:#ff0000;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
#centercol a.obit {
  color:#ff0000;
}
#centercol a.obit:hover {
  color:#ff0000;
  text-decoration: underline;
  border-bottom:0px;
}


#footer {
	position:relative;
	top:1px;
	background:#7A2875;
    background:
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#FFF;
  background-color: #FF0000;
}


