/*CSS Document - Kristine Knowlton*/
	 
		 a:link     {
					color: #59ff8c;
					text-decoration:none;}
		 
		 a:visited  {
	color: #59ff8c;
	text-decoration:none;}
		 
		 a:hover    {
		 			color: #FFFFFF;
					background-color: #000000;}
		 
		 a:focus	{
	color: #000000;
	font-family: Verdana, Arial, Times, Helvetica, Zapt-Chancery, Western, Courier;}
	
body {
	background-color: #59ff8c;
	background-repeat: no-repeat;
	background-attachment:fixed;
	text-align: center;
}
	
         .t1 {
		   font-family: Verdana, Arial, Times, Helvetica, Zapt-Chancery, Western, Courier;
		   font-size:12pt;
		   font-style:normal;
		   color: #FFFFFF;
		   text-decoration:none;}
		 
		.t2 {
	font-family: Arial, Times, Helvetica, Zapt-Chancery, Western, Courier;
	font-size: 12pt;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
		 .t3 {
		 font-family:Arial, Times, Helvetica, Zapt-Chancery, Western, Courier;
		 font-size:10pt;
		 font-style:normal;
		 color: #FFFFFF;
		 text-decoration:none;}

		 .t4 {
		 font-family:Arial, Times, Helvetica, Zapt-Chancery, Western, Courier;
		 font-size:8pt;
		 font-style:normal;
		 color: #FFFFFF;
		 text-decoration:none;}
         .t5 {
	font-family: Verdana, Arial, Times, Helvetica, Zapt-Chancery, Western, Courier;
	font-style:normal;
	color: #FFFFFF;
	text-decoration:none;
	text-align: center;
}

	.t22 {
	font-family: Arial, Times, Helvetica, Zapt-Chancery, Western, Courier;
	font-size: 12pt;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}


.solidblockmenu{
	margin: 0;
	padding: 0;
	float: center;
	font: bold 20px Arial;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: black url(media/blockdefault.gif) center center repeat-x;
	font-family: Arial;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: center;
color: black;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: black;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white;
	background: transparent url(media/blockactive.gif) center center repeat-x;
	font-family: Arial;
}

