/* CSS Document */

body {
	background:#E2E2C5;
	text-align:center;
	margin: 0;
	padding:0;
	border-top: 5px #586758 solid;
	font:normal .9em/1.2em georgia, verdana, arial,sans-serif;
	color:#000000
		}
h2		{
	line-height: 120%
		}
a {
	color:#000000;
	text-decoration:none;
	border-bottom:1px dotted;
	font-weight: 900;
	}
a:hover {
	border-bottom:1px solid;
	color:#9E9E8A;
	
	}
#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:#9E9E8A;
	padding:10px;
	margin:0;
	text-align:center;
	color:#FFF;
	border-bottom: 1px #999 dashed; /*Jim added July 1, 2005 */
	}
#header h1 {
	font-size:150%;
	}
#header a:hover {
	color:#7A2875;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:190px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:170px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#E2E2C5;
	z-index:100;
	text-align:right;
	
	height:100%; /* this is the key! */

	p font-weight: bold;
		}
#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:#E2E2C5;
	height:100%; /* this is the key! */
	z-index:99;
	}
#centercol {
	position:relative;
	padding:0 240px;
	}
#centercol a {
	color:#666;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
#footer {
	position:relative;
	top:1px;
	background:#9E9E8A;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#E2E2C5;
	border-bottom: 5px #586758 solid;
	}
