@charset "UTF-8";
/* CSS Document */
html, body, div {
	margin: 0px;
	padding: 0px;
}
body {
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #f4bb23;
}
#header #logo img {
	display: none;
}
#footer {
	background: #000;
	color: #fff;
	margin: 8px 2px;
	padding-top: 5px;
}
#creditline {
	font-size: .85em;
	text-align: center;
	font-style: italic;
}
#creditline a, #creditline a:visited {
	text-decoration: none;
	color: #aaa;
}
#creditline a:active {
	color:#00CCFF;
}
#creditline a:hover {
	text-decoration: underline;
	color: #fff;
}
#bottom_links {
	display: none;
}
ul.menu {
	font-weight: bold;
	font-size: 1.1em;
	list-style: none outside;
}
/*home page only*/
#quote_home {
	color: #930000;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	padding: 3px;
}
#quote {
	font-size: 1.5em;
	font-weight: bold;
}
#name {
	font-style: italic;
	font-size: 1.3em;
}
.display {
	color: #fff;
	padding: 3px;
	margin: 2px;
	background-color: #4e8657;
}
.display h3 {
	font-size: 1.2em;
	font-weight: bold;
}
/*general styles */
ul {
	list-style: none outside;
}
.italic {
	font-style: italic;
}
/*links styling*/
a, a:link {
	text-decoration: underline;
	color: #930000;
}
a:visited {
	color: #930000;
}
a:active {
	color: #003300;
}
a:hover {
	color: #3a5f38;
	text-decoration: underline;
}
img.right {
	float: right;
	padding: 8px;
}
.center {
	text-align: center;
}
/*no border for images that are links*/
a:visited img {
	border-width: 0px;
	border-style: none;
}
a:hover img {
	border-width: 0px;
	border-style: none;
}
a:link img {
	border-width: 0px;
	border-style: none;
}
a:active img {
	border-width: 0px;
	border-style: none;
}