/* Base Styles */

body {
	font-family: Verdana, Arial, sans-serif;
/* 	background-color: #FFFFEC; */
	background-color: #FFFFFF;
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
	margin-bottom: 0;
}

p { /* remove all text margins */
	margin-top: 0;
	margin-bottom: 0;
}

blockquote, blockquote p { /* to help hanging punctuation */
	text-indent: -0.5em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}
	
form { display:inline; }  /* removes the horrible spacing after forms - makes them sit inline! */

/* paragraph margins */

p.site_search {  margin-top: 0px; margin-bottom: 9px; margin-left: 8px; }	

/* rollover colors */

a.menu1:hover { color: #FF8C00; } /* orange */
