@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 13px;
	line-height: 135%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active, a:hover {
	color: #333;
	text-decoration: none;
	border: none;
}

#header, #visual, #theSearch, #logo h1, #sidebar, #browse, #footerRight {
	display: none;
}

#logo img {
	width: 250px;
	margin-bottom: 20px;
}

img {
	border: none;
}


h1, h2, h3, h4 {
	font-weight: normal;
	line-height: 130%;
}

	h1, h2 {
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	
	h3 {
		border-bottom: 1px solid #999;
		padding-bottom: 5px;
	}


