body {
	margin: 25px auto 0px auto;
	background-image: url("images/bg/adk4.png");
	background-position: top;
	background-repeat: repeat-x;
	font-family: "Lucida Grande", Verdana, Halvetica, sans-serif;
}
a {
	color: #009900;
	text-decoration: none;
  background:#F6FFF6;
}
a:hover {
	text-decoration: underline;
}
pre
{
	background:#DDFFCC;
	border: thin solid #AACCAA;
}
div#container {
	font-weight: normal;
	margin: 0px auto 0px auto;
	width: 970px;
	text-align: center;
}
div#main {
	padding-top: 50px;
	padding-bottom: 50px;
	border: 1px solid #00CC00;
	height: auto;
}
div#title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2.25em;
	text-align: center;
	color: #FFFFFF;
	padding-top: 28px;
}
div#top {
	margin: 0px auto;
	width: 970px;
	height: 96px;
	background: url("images/bg/topbarText.jpg") no-repeat
}
div#middle {
 	background: url("images/bg/middle.jpg") no-repeat;
	background-repeat: repeat-y;
	margin: -2px auto 0px auto;
}
div#bottom {
	margin: -160px auto 0px;
	width: 970px;
	height: 180px;
	background: url("images/bg/bottom80.gif") no-repeat;
	clear: left;
}
div#nav {
	width: 910px;
	padding: 1px 30px 10px;
	margin: 0px auto;
	color: #999999;
	font-weight: normal;
	font-size: 0.7em;
	text-align: center;
}
div#nav li {
	list-style: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
div#nav a {
	font-size: 10px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
  background:none;
}
div#nav a:hover {
	color: #990000;
}
div#content {
	padding: 0px 65px 15px 60px;
	margin: 0px auto;
	text-align: left;
}
div#side {
	margin: 5px -15px auto 20px;
	width: 110px;
	border-left: 1px dotted #CCDDCC;
	padding: 10px 10px 10px 15px;
	color: #999999;
	float: right;
	font-size: 0.7em;
  background:#FFFFFF;
}
div#side a {
	background:none;
}
div#content h1 {
	color: #339900;
  font-size: 1.5em;
	padding: 10px 135px 0px 10px;
  border-bottom:1px solid green;
}
div#content h2 {
	color: #339900;
  font-size: 0.9em;
	padding: 5px 5px 0px 10px;
  border-bottom:1px dashed green;
}
div#content h2	a:hover{
	color: #009900;
	text-decoration: underline;
}
div#content h2 a{
	color: #009900;
	text-decoration: none;
}
div#content h3 {
	color: #000000;
	font-size: 0.8em;
	letter-spacing: .3em;
	padding: 0px 135px 0px 10px;
	text-decoration: underline;
}
div#content dl {
	padding: 0px 60px 0px 40px;
	font-size: 0.8em;
}
div#content p {
	padding: 0px 40px 0px 20px;
	font-size: 0.7em;
	line-height: 1.7em;
	margin: 0px 0px 1.5em 0px;
	vertical-align: top;
	color: #666666;
  text-align:justify;
}
div#footertext {
	font-size: 0.6em;
	font-weight: bold;
	margin: 20px auto 0px;
	height: 20px;
	width: 970px;
	height: 31px;
	text-align: center;
	color: #888888;
}
div#footertext a {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
  background:none;
}
div#footertext a:hover {
	text-decoration: underline;
}
div#content .secret {
	display:none;
}
div#content p.narrated {
	color:maroon;
}
div#content img{
	border-style:double;
	border-color: #01CC00;
	border-width:6px;
}
div#codebox {
	border: 2px solid #00623B;
	font-family: verdana;
	background-color: #B5E0CF;
	padding: 7px;
	margin: 5px;
	font-size: 90%;
}

PRE	{ color: green; }
PRE .keyword 		{ color: yellow; font-weight: bold; }
PRE .reserved 		{ color: blue; font-weight: bold; }
PRE .command 		{ color: black;}
PRE .aliasCommand 	{ color: black; font-weight: bold; }
PRE .comment 		{ color: navy; }
PRE .string  		{ color: purple; }
PRE .number  		{ color: red; }
PRE .var 			{ color: blue; font-weight: bold; }
PRE .proc  			{ font-weight: bold;  }
