* {
	margin: 0;
	border: 0;
	padding: 0;
}
body {
	background: url(binder.gif) repeat-y #EDD7FE;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	height: 99%;
	margin: 0;
}
a {
	text-decoration: none;
	border-bottom: 1px solid Black;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:hover {
		border-width: 2px;
}

#top {
	background: url(top.gif);
	width: 785px;
	height: 21px;
}
#container {
	margin-top: 3em;
	margin-left: 105px;
	width: 670px;
}

h1 {
	background: url(logo.gif);
	margin-bottom: 1em;
	width: 468px;
	height: 60px;
}
h1 span { display: none; }
#navigation li, #navigation {
	float: right;
	list-style: none;
	width: 120px;
}
#navigation li a {
	background: url(bookmark.gif) no-repeat -4px 0;
	border: none;
	display: block;
	line-height: 2.2em;
	padding-left: 4px;
	margin-bottom: 3px;
	width: 113px;
	height: 31px;
}
ul#navigation li a:hover {
	background-position: 0 0;
	padding-left: 7px;
}
p {
	line-height: 1.4em;
	text-align: justify;
	width: 500px;
	margin-bottom: 1em;
}
p.new {
	font-size: 0.8em;
	line-height: 1.0em;
	text-align: center;
	color: #5F9EA0;
	margin-bottom: 1em;
}
p.cap:first-letter {
	font-family: Georgia;
	font-size: 2.3em;
	float: left;
	line-height: 0.8em;
	margin-right: 0.25em;
}
p.wide { clear: both; }
p.copyright { 
	text-align: center; 
	font-size: 0.8em;
}
.tb
{
	width: 225px;
	float: left;
	margin: 10px 5px;
}
.tb img
{
	border: 1px solid #788;
	margin: 0px;
}
.tb p
{
	margin: 0;
	padding: 0;
	width: 200px;
	}
.clear
{
	clear: left;
}
