/* css by nand Nerd *//* CSS general to whole site */body {	/*background:white fixed no-repeat 50% 75%; /* url(foo.gif) */	background-color: #CFF; /* #2E9811, http://html-color-codes.com/ */	font-family: Arial;	font-size: 13px}h1, h2, h3, h4, h5, h6 {	margin: 0;	}a	{	color:#000066; 		text-decoration:Underline; 		background:transparent;	}a:hover		{ 	color:#0F0FFF;	}div.spacer	{   clear: both;		}div.cont-text {	border: 1px dotted #333;	background-color: #ccc;	margin: 4px 4px 4px 4px;}div.cont-img {	text-align:center;	font-size: small;}

ul.nav {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
ul.subnav {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
/*	text-indent: -1em; */
}div.link-list {
        width:10.2em;
        position:absolute;
        top:0;
        padding-left:1%;
        padding-right:1%;
        margin-left:0;
        margin-right:0;
}
/* we leave some space on the side using the margin-* properties */
#main {
        margin-left:10.2em; /* give space for the navbar */
/*        margin-right:10.2em;	/* Include this entry for rightbar. */
        padding-left:1em;
        padding-right:1em;
}
/* and then we put each list in its space */
#navbar	{	left:0;	}#rightbar	{	right:0;	}/* not currently implemented, incoporated for future addition of Google AdSense if neccesary. */.center {	text-align:center;	}