.error { color:#FF0000; }

body 
{ 
	color: #FFFFFF;
	font-size:100%;
	font-family: "Americana XBd BT", Perpetua, Georgia, "Times New Roman", Times, serif;
	background:url('../interface/cream-checker.png'); background-color:#FDF5E5;
}

#topbody 
{ 
	border: 3px solid black; 
	width:760px; 
	margin: 0 auto 0 auto; 
	font-size: 1.0em; 
}

#topbody #header 
{ 
	background-repeat:repeat-y; 	
	background-color:#FFFFFF; 
	padding-left:4px; 
	font-size: 3.0em; border-bottom:2px solid black; 
}

#topbody #header a 
{ 
	color:#FFFFFF; text-decoration:none; 
}

#topbody #usertag
{
	padding:3px;
	background-color:#000000;
	color:#FFFFFF;
}

#topbody #usertag a
{
	color:red;
	text-decoration:none;
}

#topbody .navbar 
{ 
	font-family:Georgia, "Times New Roman", Times, serif; 
	margin:5px 0 5px 0; 	
	width:100%; 
	display: block; 
	clear:both;
}

#topbody .navbar ul 
{ 
	list-style-type:none; 
	margin:0; 
	padding: 0; 
}

#topbody .navbar li 
{ 
	display:inline; margin:0 0 1em 0; padding:0; white-space: nowrap; 
}

#topbody .navbar li a 
{ 
	padding: 5px 5px 5px 5px;
	color: #FFFFFF; text-decoration:none; 
}

#topbody .navbar li a:hover 
{ 
	color:#FFFFFF; 
	text-decoration:none; 	
	padding:2px 5px 2px 5px;  
}

#topbody .navbar li.selected a 
{ 
	text-decoration: none; color: #FFFFFF
}			

#topbody .navbar li.selected a:hover 
{ 
	padding:5px 5px 5px 5px; 
}

#topbody #contents 
{ 
	font-family: "Americana XBd BT", Perpetua, Georgia, "Times New Roman", Times, serif; 
	font-size:0.8em; letter-spacing:1px; 
	background-color: #FCF3DF; color: #000000; 
	min-height:300px; 
	padding: 4px; margin:0px;
	border-top:2px solid black; border-bottom:2px solid black;
	clear:both;
}

#topbody #contents table
{
	font-family: "Americana XBd BT", Perpetua, Georgia, "Times New Roman", Times, serif; 
	font-size:1em; letter-spacing:1px; 
	color: #000000; 
}

#topbody #contents h1 
{ 
	font-size:1.5em; 
	margin-top:5px; 
	letter-spacing:0; 
	margin-bottom:3px;
 	font-weight:normal; 
	color: #000000;

	width:50%;
	border-bottom:2px solid black;
	clear:both;
}

#topbody #contents h2 
{ 
	font-size:1.2em; padding:0;margin:0;letter-spacing:0; font-weight:normal; 
}

#topbody #contents h2.ulheader
{ 
	font-size:1.2em; padding:0;margin:0;letter-spacing:0; font-weight:normal; text-decoration:underline;
}

#topbody #contents hr 
{ 
	height: 2px; width: 400px; background-color: #444444; border:0; 
}

#topbody #contents a 
{ 
	text-decoration:none; 
}

#topbody #contents a:hover 
{ 
	text-decoration:underline; 
}

#topbody #contents blockquote 
{ 
	border-left: 3px solid #DCD3BF;  border-right: 3px solid #DCD3BF; 	
	padding-right:3px; padding-left: 3px; margin-top:1.0em; margin-bottom:1.0em; max-width:500px; 
}	

#topbody #contents .floatright 
{ 
	float:right;
}

#topbody #contents .floatleft 
{ 
	float:left; padding:5px;
}