/* CSS Document */

body {
	background:#666666;
	text-align:center;
	margin:20px;
	padding:0;
	font:normal 0.70em;
	color:#000000;
	}
a {
	color:#000000;
	text-decoration:none;
	border-bottom:1px solid;
	}
a:hover {
	border-bottom:1px solid;
	color:#0000FF;
	}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#FFF;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:url("../images/leftcolor_bg.gif") repeat-y top left;
	}
#header {
	background:#666666;
	padding:10px;
	margin:0;
	text-align:center;
	color:#0033CC;
	}
#header h1 {
	font-size:200%;
	}
#header a:hover {
	color:#000000;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	font-family: "Times New Roman";
	}
#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:#999999;
	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:#FFFFFF;
	z-index:99;
	}
#centercol {
	position:relative;
	padding:0 240px;
	}
#centercol a {
	color:#666;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#000000;
	}
#footer {
	position:relative;
	top:1px;
	background:#0000CC;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#CCC;
	}

