html,body{
	margin:0;
	padding:0;
	letter-spacing:1px;
	word-spacing :1px
}

body{
	font-size: 0.85em ;
	color : #666 ;
	text-align:center;
}

div#container{
	width:840px;
	margin:0 auto;
	text-align:left;
	border-top: 3px #999 solid;
	border-left:1px #999 solid;
	border-right:1px #999 solid;
}

div#header{
	padding:0 0 5px 15px;
	background :url("headerBg.jpg") repeat-y right;
	border-bottom:1px #999 solid;
}

div#header h1{
	font-size: 25px;
	margin:0;
	padding:10px 0 5px 0;
	float:left;
}

div#header p{
	font-size:12px;
	margin:0;
	padding:20px 0 5px 0;
}

div#header div#lst_p {
	clear:both;
	font-size : 12px;
	padding : 0px 0px 0px 20px ;
	background :url("grey_arrow-right.gif") no-repeat left center ;
}

div#header#lst_p2 {
	width:100%;
	font : 12px;
	padding : 0  ;
	clear:both;
}
div#content{
	width:590px;
	padding:5px 15px 5px 15px;
	margin:2px;
	float:left;
}
div#content h2{
	font-size: 1.2em;
	margin:15px 0px 15px 0px;
	padding:2px 5px 2px 25px;
	background : url("ore_arrow.gif") no-repeat left center ;
}

div#content h3{
	font-size: 1.1em;
	margin:15px 0px 15px 0px;
	padding:2px 5px 2px 25px;
	background : url("ore_square.gif") no-repeat left center ;
}

div#content p{
	padding:2px 2px 2px 10px;
	line-height:1.5em;
}

div#content table.list{
	width:95%;
	border-collapse : collapse ;
	border-width : 1px 1px 1px 1px ;
	border-style : solid ;
	color: #678197;
}
div#content table.list th{
	border-width : 0 1px 1px 0 ;
	border-style : solid ;
	padding : 0.6em ;
	color: #678197;
	background:#f4f9fe;
}
div#content table.list td{
	border-width : 0 1px 1px 0 ;
	border-style : solid ;
	padding : 0.6em ;
  color: #678197;
}

div#content p.term {
  background-color : #222222;
  color : #ffffff;
}

div#content ul { list-style: url(ul_square.png) disc } 
div#content .cc {
	background : url("../ZZ_img/lmenu_arrow1.gif") no-repeat left center ;
	color : #f90 ;
	margin:5px 5px 5px 10px;
	padding : 1px 0 1px 10px;
}
div#content .ln_go {
	font-size :12px;
	background : url("arrow_right.gif") no-repeat left center ;
	padding : 5px 0 5px 20px;
}
div#content .pg {
	margin : 2px 20px;
	padding: 2px;
	color : #ffffff ;
	border : solid 1px #555555 ;
	background-color : #999999 ;
}

div#content .tag {
	margin : 2px 20px;
	padding: 2px;
	border : solid 1px #555555 ;
}


div#navigation h2{
	font-size: 14px;
	margin:15px 0px 15px 0px;
	padding:2px 5px 2px 25px;
	border-bottom: 1px #ccc dashed;
	background : url("side_arrow.gif") no-repeat left center ;
}
div#navigation .ln_go {
	font-size :12px;
	background : url("arrow_right.gif") no-repeat left center ;
	padding : 5px 0 5px 20px;
}

div#footer{background: #999 url(footer.png) repeat-x ;color: #FFF}
div#footer p{font-size :12px;margin:0;padding:8px 10px}

div#navigation{float:left;width:200px}
div#footer{clear:left;width:100%}
