@charset "utf-8";


h2.nav1 {
	font: 200%/1.4 "Comic Sans MS", cursive;
	line-height: 10px;
/*	font-family: "Comic Sans MS", cursive;*/
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides*/
}
h2.nav2 {
	font: 200%/1.4 "Comic Sans MS", cursive;
	line-height: 10px;
/*	font-family: "Comic Sans MS", cursive;*/
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides*/
}





a:link {
	font:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000040;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
}

a:visited {
  color: #FFFFFF;
  color: #8C0000;
  color: #888888;
  color:#B20000;
  color:#0080FF;
}

a:hover {
	font:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color:#B20000;
	font-weight: bold;
	color:#FFFF00;
	color:#FF7373;
	color:#238C00;
}

a:active {
	color: #FF0000;
}

a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}

a.nav:link {
	color: #333333;
	padding: 2px;}

a.nav:visited {
	color: #cccccc;
	padding: 2px;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
