/* Generated by KompoZer */
body {
  background-color: #ccccff;
}

/* JM - from http://www.thesitewizard.com/wizards/css-menu-buttons.shtml*/
/* roll over menu buttons */
#tswcsstabs ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}
#tswcsstabs ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#tswcsstabs li a {
	color: #ffffff ;
	background-color: #000099 ;
	border: 1px outset #ffffff ;
	padding: 8px ;
	text-decoration: none ;
	display: inline ;
}
#tswcsstabs li a:hover {
	color: #ffffff ;
	background-color: #808080 ;
}
