body {
	background-color: rgb(255,255,255);
	font-family: "Lucida Grande", lucida, Geneva, "Myriad", helvetica, Arial, sans-serif;
	color: rgb(50,50,50);
	font-size: 13px;
	line-height: 1.25em;
	font-weight: normal;
	padding: 0 1em 0 1em;
	margin: 0px;
}

#main {
	background-color: rgb(255,255,255);
	width: 760px;
	margin: 2em auto 2em auto;
	border-width: 0;
	height: auto;
}

#menu-top {
	text-align: center;
	margin: 0 auto 0.5em auto;
	padding-bottom: 0.5em;
	border-bottom: 1px solid black;
}

#content {
	width: 760px;
	background-color: rgb(255,255,255);
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0 auto 0 auto;
}

#footer {
	text-align: right;
	font-size: 0.75em;
	color: rgb(155,155,155);
	padding-top: 2em;
}

#thumbtable {
	text-align: center;
	margin: 0 auto 0 auto;
}

h1 {
	font-size: 2em;
	text-align: center;
	margin: 0 0 0.5em 0;
	padding: 0;
	border: 0;
}
h2 {
	font-size: 1.4em;
    display: inline;
	margin: 0.3em 0.2em 0em 0.2em;
	padding: 0.1em 0.4em 0.1em 0.4em
}
h2 a {
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h2 a.current {
	text-decoration: underline;
}
h3 {
	font-size: 1.15em;
	font-weight: bold;
	text-align: left;
	padding: 1px 0 1px 4px;
	margin: 0.75em 0 0.5em 0;
	background-color: rgb(220,220,220);
}
h3 a {
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
h4 {
	font-size: 1.1em;
	margin: 1.5em 0 0.5em 0;
}

a {
	font-weight: bold;
	color: black;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	color: white;
	text-decoration: none;
	padding: 1px;
	margin: 0;
	border: 0;
}

p {
	margin: 0.5em 0 1em 0;
	clear: both;
}

img.thumb {
	border: 1px solid white;
	margin: 0;
	padding: 0;
}
img.thumb:hover {
	border: 1px solid black;
}

table {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", lucida, Geneva, "Myriad", helvetica, Arial, sans-serif;
	font-size: 13px;
	color: rgb(50,50,50);
}
th, td {
	padding: 0;
}
td.it {
	font-style: italic;
}

.title {
	font-weight: bold;
}