body {
	background-color: #fff;
	/* background-image: url(/img/pat_20060522140822.gif); */
	color: #000;
}

#wholepage {
	background-color: #fff;
}

#siteheader {
	height: 75px;
	background-image: url(/custom/headerbg.gif);
	background-repeat: repeat-x;
}
#siteheader p {
	margin-left: 50px;
}

#wholepage .sitenav {
	font-family: "Trebuchet MS", sans-serif;
	background-color: #89b;
	padding: 2px 0px 2px 15px;
	color: #eee;
	font-weight: bold;
	font-family: Georgia, serif;
}
#wholepage .sitenav p {
	margin: 2px 2px 2px 2px;
}

#wholepage .sitenav a {
	font-weight: bold;
}
#wholepage .sitenav a:link, #wholepage .sitenav a:visited {
	color: #fff;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
#wholepage .sitenav a:hover {
	color: #c00;
	text-decoration: underline;
}


#pagebody a {
	font-weight: bold;
}
#pagebody a:link {
	color: #00a;
}
#pagebody a:visited {
	color: #666;
}

#sitefooter {
	background-color: #eee;
	color: #000;
}

#sitefooter a:link, #sitefooter a:visited {
	color: #008;
}
#sitefooter a:hover {
	color: #080;
}

a:hover {
	color: #c00;
}