@charset "UTF-8";

body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(_images/backer_lace_543x553_ivory.jpg);    background-attachment:fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}


h1 {
	font-size:24px;
	color: #F96;
}

h2 {
	font-size:16px;
	color: #666;
}

h3.listbody {
	font-size:12px;
	color: #666;
	
}


span.alt {
    position: absolute;
    left: -4000px;
}

.helv-10px {
	font-size:10px;
	font-weight: 100;
	font-family:Arial, Helvetica, sans-serif;
}

.helv-11px {
	font-size:10px;
	font-weight: 100;
	font-family:Arial, Helvetica, sans-serif;
}



a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	
}
a:active {
	color: #000
	text-decoration: none;
}

a.special:link {
	color: #FFFFFF;
	}

a.special:visited {
	color: #FFFFFF;
	}

a.special:hover {
	background-color: #666;
	color: #000;
		text-decoration: none;
	}

a.special:active {
	color: #FFFF00;
	}
	
a.specialblack:link {
	color: #000;
	}

a.specialblack:visited {
	color: #000;
	}

a.specialblack:hover {
	background-color: #960;
	color: #000;
	text-decoration: none;
	}

a.specialblack:active {
	color: #000;
	}	
	
	
a.bodylink:link {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	}

a.bodylink:visited {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	}

a.bodylink:hover {
	background-color: #960;
	color: #000;
		text-decoration: none;
	}

a.sbodylink:active {
	color: #000;
	}	
	
a.bodylink12:link {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	}

a.bodylink12:visited {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	}

a.bodylink12:hover {
	background-color: #960;
	color: #000;
		text-decoration: none;
	}

a.sbodylin12k:active {
	color: #000;
	}		
	
	

#mastheadinfo {
	background: #fde8d7;
	background-image:url(_images/backer_cream_25x25.jpg);
	width: 850px;
	padding: 20px 10px 10px 20px;
	text-align: center;
}

#logo450 {
	width: 513px;
    height: 62px;
    padding: 15px 0px 0px 0px;
}

#logo513 {
	width: 513px;
    height: 62px;
    padding: 15px 0px 0px 0px;
}

#content660 {
	width: 660px;
}


/* ADDED BY ERIK JULY 16 2009 */


.helv-10px-uppercase {
	font-size:10px;
	font-weight: 100;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

/* ADDED DEC 16 2009 FOR SEARCHBOX TESTING */


#searchbox {
  color: white;
  padding: 2px 2px 1px 2px;
	font-family: tahoma, verdana, geneva, lucida, arial, helvetica, sans-serif;
	
}

#searchbox {
	width: 137px;

}

.active#searchbox {
  color: #000;

}

.inactive#searchbox {
  color: #666;

}


.monkey {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
