/* basic stylesheet with navigation on left */

/* /////////////// basic elements /////////////// */

body { background: #e5e5e5 url("../images/body_bg.jpg") top repeat-y; }

#header { background: url("../images/top_green_.jpg"); background-repeat: no-repeat; }	

a, .headerTitle a,#nav a, h1,h2,h3   { color: #660066; }

#nav li a:hover, #nav a:hover,  #nav a.on, #nav a.subon, .headerTitle a:hover, a:hover  { color:#666600; text-decoration: underline;  }
	
#basecolor, .basecolor   {color: #ff66cc;  /* logo colour */ }	
	

	