/* CSS Document */

body {
	background:#000000;
	text-align:center;
	margin:20px;
	padding:0;
	font:bold 1.4em Arial, Helvetica, sans-serif;
	color:#fff;
	}
a {
	color:#FFF;
	text-decoration:none;
	border-bottom: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	}
a:hover {
	border-bottom: none;
	color:#9343B9;
	}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#FFF url("../images/rightcolor_bg.gif") repeat-y top right;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:url("../images/leftcolor_bg.gif") repeat-y top left;
	}
#header {
	background:#000000;
	padding:10px;
	margin:0;
	text-align:center;
	color:#FFF;
	}
#header h1 {
	font-size:200%;
	}
#header a:hover {
	color:#7A2875;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	background:#000000;
	}
#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:#000000;
	z-index:100;
	}
#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;
	background:#000000;
	z-index:99;
	}
#centercol {
	position:relative;
	padding:0 240px;
	text-align:center;
	background:#000000;
	}
#centercol a {
	color:#fff;
	border-bottom: 1px dotted;
	}
#centercol a:hover {
	border-bottom:none;
	color:#fff;
	}
#footer {
	position:relative;
	top:0px;
	background:#000000;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#CCC;
	}
	
	.rollOverImageLink img {
	border:0px; 
	}
 
	.rollOverImageLink .overImage, .rollOverImageLink .disabledImage {
	display:none; 
	}
 
	.rollOverImageLink .overImage {
	position:absolute; 
	}