a		{ 
	color: #0000CC; 
	text-decoration: none 
}

a:hover   { 
	color: #0000CC; 
	text-decoration: underline 
}

body    {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images2/backgroundSky.jpg);
	background-repeat: repeat;
	background-position: center top;
}

#foot a {
  	color: #0000CC; 
	text-decoration: none;
}

#foot a:hover {
  	color: #0000CC; 
	text-decoration: underline; 
}

#leftNav a {
  	color: #0000CC; 
	text-decoration: none;
}

#leftNav a:hover {
  	color: #0000CC; 
	text-decoration: underline; 
}

#leftSide {
	background-image: url(/images2/contentLeft.gif);
	background-repeat: repeat-y;
	background-position: left;
  
}

#rightSide {
	background-image: url(/images2/contentRight.gif);
	background-repeat: repeat-y;
	background-position: right;
  
}

#centerBar {
	background-image: url(/images2/centerBar.gif);
	background-repeat: repeat-y;
	background-position: center top;
  
}