	body {
		text-align:left;
		font-family: arial, helvetica, verdana, sans-serif;
		font-size: 11px;
		line-height: 15px;
		color: #000;
		}

	ul	{
		margin-left: 0px;
		padding-left: 15px;
		list-style-type: circle;
		}

	ol	{
		margin-left: 0;
		padding-left: 15px;
		}

	#frame {
		width:600px;
		margin-right:auto;
        margin-left:auto;
		margin-top:10px;
		padding:1px;
		text-align:left;
		}


	#contentcenter {
		width:400px;
		margin-top:3px;
        margin-left: 1px;
		float:left;
		background:#fff;
		border-top: 1px;
		border-right: 1px;
		border-left: 0px;
		border-bottom: 1px;
		border-color:#000;
		border-style:solid;
		}

	#contentright {
		width:190px;
		padding:1px;
		margin-top:3px;
		float:left;
		background:#fff;
		border-top: 0px;
		border-right: 0px;
		border-left: 0px;
		border-bottom: 0px;
		border-color:#000;
		border-style:solid;
		}

	#contentheader {
		font-size:12px;
		font-weight:bold
		background:#fff
		}

	p,h1,pre {
		margin:10px 10px 10px 0px;
		}

	h1 {
		font-size:14px;
		padding-top:5px;
		}
	
	#contentheader h1 {
		font-size:14px;
		padding:0px;
		}
	
	#contentcenter h2 {
		font-size:12px;
		font-weight:bold;
		padding:0px;
		margin-top:15px;
		margin-bottom:3px;
		}
	
	#contentright p { font-size:8px}

	a {
		color: #000099;
		text-decoration: none;
		}

	a:hover {
		text-decoration: underline;
		color: #e56701;
		}

	#navlist li
	{
	display: inline;
	/* for IE5 and IE6 */
	}

	#navlist
	{
	width: 7em;
	/* to display the list horizontaly */
	font-family: arial, helvetica, sans-serif, verdana;
	font-size: 11px;
	line-height: 14px;
	color: #000;
	margin: 0 0 0 3em;
	padding: 0;
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	}

	#navlist a
	{
	width: 99.99%;
	/* extend the sensible area to the maximum with IE5 */
	font-family: arial, helvetica, sans-serif, verdana;
	font-size: 11px;
	line-height: 14px;
	display: block;
	background-color: #fff;
	border-bottom: 1px #000 solid;
	text-align: center;
	text-decoration: none;
	color: #000;
	}

	#navlist a:hover { background-color: #e56701; }
	#navlist a:visited { color: #000; }
