/* logged-no.css

	LOGIN = TRUE
		
		statement true for all comments, so:
		controls which navigation items are dimmed
			append
		controls which navigation items are dimmed WHEN LOGIN = TRUE

---------------------------------------------- */
#nav li#n2 a,
#nav li#n4 a { /* controls which navigation items are dimmed */
	color:#666;
	}

#login {
	height:170px;
	}
#login table thead th {
	padding-top:20px;
	}
#visual {
	height:164px;
	}
