/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #666666;
	background-image:url(pic/bg.jpg);
	background-repeat:repeat-x;
	background-color: #999999;
	text-align: center;
/* part 1 of 2 centering hack */
	}

.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
	}



.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
	}
#content {
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background: #ffffff;
	border: 5px solid #ccc;
	border-radius: 6px;
   left:10px;
   top:50px;


	text-align:left; /* part 2 of 2 centering hack */
	width: 750px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 720px;
	height:550px;
	}
html>body #content {
	width: 720px; /* ie5win fudge ends */
	}
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
	}
	ul#menu{
	width: 100%;
	height: 43px;
	background: #FFF url(pic/menu-bg.gif) top left repeat-x;
	font-size: 0.8em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;

	}
ul#menu li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
	}
ul#menu li a {
	height: 43px;
	color: #666666;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 8px 15px 0;
	}
ul#menu li a:hover {
	color: #7e0f08;
	}
ul#menu li a.current{
	color: #7e0f08;
	background: #FFF url("pic/menu-bg.gif") top left repeat-x;
}

.scroll {
height: 460px;
overflow-y: scroll;
padding-right:10px; 
}
