/* CSS Document */

body {
	background:#FFF;
	text-align:center;
	margin:20px;
	padding:0;
	font:normal 0.8em/1.2em verdana,aria,sans-serif;
	color:#000;
	}
a {
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted;
	}
a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
.insert {
	float: right; 
	width: 160px;
   	font: bold 1em Arial, Helvetica, Verdana, sans-serif;
   	color: #696;
   	border: solid #9FF; border-width: 7px 0;
   	padding: 3px 2px; margin: 1px 7px;}

#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#FFF url("../images/rightcolor.gif") repeat-y top right;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:url("../images/leftcolor.gif") repeat-y top left;
	}
#header {
	background:#FFF url("../images/noname.gif") no-repeat;
	padding:10px;
	margin:0;
	text-align:center;
	color:#000;
	}
#header h1 {
	font-size:200%;
	visibility: hidden;
	}
#breadcrumbs {
	background: #9FF; 
	font-size: 95%; 
	padding: 10px;
	margin-top: -1px;
	
	}
#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:#9FF;
	z-index:100;
	}
#leftcol a {
	line-height: 200%;
	}
#leftcol ul {
	list-style-type: none;
	}
#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:#9FF;
	z-index:99;
	}
#centercol {
	position:relative;
	padding:0 240px;
	}
#centercol h1,h2 {
	background:#FFF;
	padding:10px;
	margin:0;
	text-align:center;
	color:#F93;
	}
#centercol h1 {
	font-size:200%;
	}
#centercol h2 {
	font-size:125%;
	}

#centercol a {
	color:#666;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
#blurb {
	text-align: center; 
	font-size: 90%;
	}
#sendto {
	text-align: center;
	padding: 0.2em;
	}

#footer {
	position:relative;
	top:1px;
	background:#9FF;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#000;
	}

#footer p{
	float: right; 
	font-style: italic;  
	}