
/* CSS Document */

body {
	background:#000000;
	text-align:center;
	margin:20px;
	padding:0;
	font:normal 0.8em/1.2em verdana,aria,sans-serif;
	color:#000000;
	}
a {
	color:#000000;
	text-decoration:none;
	border-bottom:1px dotted;
	}
a:hover {
	border-bottom:1px solid;
	color:#000000;
	}
	
#outside {
	margin-left: auto ;
	margin-right: auto ;
	position:relative;
	width:90%;
	}	
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#FFF url("leftcolor_bg.gif") repeat-y top right;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:url("leftcolor_bg.gif") repeat-y top left;
	}
#header {
	margin-left: auto ;
	margin-right: auto ;
	background:#B3B3B3;
	padding:10px;
	width: 500px;
	text-align:center;
	color:#000000;
	}
#header h1 {
	font-size:200%;
	}
#header a:hover {
	color:#ffffff;
	}
	#header a {
	color:#ffffff;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
#comments {
	position:relative;
	width:85%;
	margin-left: auto ;
	margin-right: auto ;
	border:1px solid;
	padding: 10px;
	}
#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:195px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:175px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#669966;
	z-index:100;
	}
#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:195px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:175px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#669966;
	z-index:99;
	}
#centercol {
	position:relative;
	padding:0 210px;
	}
#centercol a {
	color:#000000;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#000000;
	}
#footer {
	position:relative;
	top:1px;
	background:#000000;
	width:100%;
	clear:both;
	margin:0;
	text-align:center;
	color:#FFFFFF;
	}
#navtitle {
	margin-left: auto ;
	margin-right: auto ;
	border:1px solid;
	background:#336633;
	width:100%;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align:left;
	color:#000000;
	}
#nav {
border-top:1px solid;
background:#669966;

}
#nav_bot {
border-top:1px solid;
border-bottom:1px solid;
background:#669966;

}
#navcontainer {
	padding-top: 2px;
	padding-bottom: 2px;
	background:#336633;
}
ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}
li {
	margin-left: 0;
	border-bottom: none;
	list-style: none;
	display: inline;
}
li a {
		display: block;
		list-style: none;
		border-bottom:1px solid;
		padding-top: 1px;
		padding-bottom: 1px;
		padding-left: 4px;
		background-color: #669966;
		color: #000000;
		text-decoration: none;
		width: 100%;
		font-size:85%;
}
html>body li a {
		width: auto;
}
li a:hover {
		border: none;
		border-bottom:1px solid #000000;
		background-color: #336633;
		color: #ffffff;
}
li a:link, li a:visited { color: #000000; }
li a:hover, li a:active { color: #ffffff; }

a:link, a:visited { color: #000000; }
a:hover, a:active { color: #000000; }

