@charset "utf-8";
/* CSS Document */
body {
	background: #ffffff url(ajb.gif) fixed no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	padding-left: 160px;
	padding-bottom: 20px;
}
.sidebar {
	float: right;
	margin: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left: double black 5px;
	border-bottom: double black 5px;
}
.sidebar2 {
	float: left;
	margin: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left: double black 5px;
	border-bottom: double black 5px;
	width: 150px;
}

.sidebartd {
	padding:5px;
	}
.sidebartitle {
	background: black;
	font-weight: bold;
	color: white;
	padding-left: 4px;
	padding-bottom:2px;
	padding-top: 2px;
}
.pithyquote { 
	border-left: solid 4px black;
	padding-left: 3px;
	padding-right: 25px;
	margin-left:55px;
	margin-right: 65px;
}
a:link {
	background: transparent;
	color: green;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	background: transparent;
	color: GrayText;
	text-decoration: underline;
	font-weight: bold;
}
a:hover,active {
	background: black;
	color: lime;
	text-decoration: none;
	font-weight: bold;
}
.bottomtitle {
	background: white;
	font-weight: bold;
	color: black;
	border-top: double 5px black;
	border-bottom: double 5px black;
	padding-bottom:4px;
	padding-top: 4px;
	margin-top: 10px;
	text-align: center;
}
.bottomtitletext {
	background: black;
	color: white;
	font-size: 16px;
	font-weight: bold;
}
h1 {
	font-family: Helvetica,  Arial, sans-serif;
	font-size: 25px;
	font-weight: bold;
}
h2 {
	font-family: Helvetica,  Arial, sans-serif;
	font-size: 19px;
	font-weight: bold;
}
h3 {
	font-family: Helvetica,  Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h4 { font-family: Helvetica, Arial, sans-serif;
		font-weight: bold;
		font-size: 13px;
			}

