body
{
	margin: 0;
	padding: 0;
	border: 0;
	background: #FFF3C1;
	font-family: Garamond, Georgia, "Times New Roman", Times;
	overflow-y: scroll;
}
table, td, tr
{
	border: 0;
	padding: 0;
	margin: 0;
	border-spacing: 0;
}
#outer
{
	width: 100%;
	height: 100%;
	vertical-align: top;
	text-align: center;
}
#top { width: 100%; height: 400px; }
#top td
{
	width: 100%;
	background-color: #A74024;
	color: #FFF3C1;
	background-image: url('images/bg.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 400px;
	text-align: center;
	vertical-align: bottom;
}
#logo
{
	display: inline;
	vertical-align: bottom;
}
.header
{
	border: 2px solid #842020;
	padding: 8px;
	text-indent: 0;
	background-color: #A74024;
	color: #FFF3C1;
	font-size: 28px;
	cursor: pointer; 
}
.ovr { cursor: pointer; background-color: #842020; border: 2px outset #842020; }
.dwn { cursor: pointer; color: #A74024; background-color: #FFDCDD; border-style: 2px inset #FFDCDD; }
.contentTab
{
	display:block;
	width: 200px;
	background-color: #FFF3C1;
	border: 2px solid #A74024;
	vertical-align: top;
}
.contentTab p, .contentTab ul
{
	margin:8px;
}
.listP
{
	display: block;
	height: 100%;
}
.list
{
	height: 100%;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
}
.contentTab b
{
	background-color: #FDE2B0;
}
a:link { color: #B96246; text-decoration: none; }
a:hover { color: red; text-decoration: overline; }
a:visited { color: #B96246; }
a:active { color: white; }
