body {
	margin: 0;
	padding: 0;
	background: #363;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}
#wrapper	{
	margin: 0;/* auto;*/
	padding: 0;
	border: 0;
	width: 700px;
	text-align: left;
	}
#header {
	/*background-color: #ccc;*/
	}
#header ul {
	display: inline;
	float: right;
	padding: 0;
	margin: 0;
	} 
#header ul li {
	margin-left: 0;
	padding: 0 2px;
	list-style: none;
	display: inline;
	color: #ccc;
	}  
#header a{
	font-weight:bold;
	text-decoration: none;
	letter-spacing: -0.05em;
	color: #ccc;
	} 
#header a:hover{
	font-weight:bold;
	color: #FFFF66;
	}
#header h1 {
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 150px;
	height: 65px;
	background: transparent url(../images/drk_grn_logo.png) top left no-repeat; /*relative to css file*/
	display: block;
}
#header h1 a {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background: transparent url(../images/drk_grn_logo.png) top left no-repeat;
	}
#header p{
	color: #cccccc;
	font-size: 10pt; 
	font-weight: bold; 
	text-align: right;
	background-color: #000000;
	border-bottom: 1px solid #fff;
	padding: 10px;
	margin: 0 0 15px 0;
	}
		
#sidebar {
	float: left;
	width: 140px;
	padding: 0 0 0 5px;
	}
#sidebar table{
	padding: 2px 0;
	background-color: #fff;
}
#sidebar table td {
	color: #363;
}
#sidebar table td a {
	font-weight: bold;
	color: #36c;
	}
#sidebar table td a:hover {
	font-weight: bold;
	color: #000;
	}
#sidebar p{
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 5px;
	}
#sidebar p#sidebarLogo{
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 150px;
	height: 27px;
	background: transparent url(../images/drk_grn_fortablog_hdr.gif) top left no-repeat; /*relative to css file*/
	display: block;
	}
#sidebar form{
	font-weight:bold;
	color: #cccccc;
	}
#sidebar a{
	font-weight:bold;
	color: #cccccc;
	}
#sidebar a:hover{
	font-weight:bold;
	color: #ffffff;
	}
#sidebar td{
	color: #cccccc;
	}

/* content */
#content {
	float: right;
	width: 530px;
	background: #fff;
	padding: 0;
	margin: 0;
	}
#content h1 {
	font-size: small;
	padding:15px;
	margin:0;
}
#content h2 {
	font-size: medium;
	color: #336633;
	margin: 0 10px 0 10px;
}
#content p{
	margin: 0 20px 0 10px;
}
.disclaimer p{
	font-size: 70%;
}
#content em {
	font-size: small;
	font-weight: bold;
	line-height: 2em;
	margin: 0;
}
.publised {
	font-size: x-small;
	padding: 25px 0 30px 0;
}

/* dl*/
#content dd {
padding: 0 0 0 120px;
margin: -17px 0 27px 0;
}
#content dd p{
	padding: 5px 0;
}
#content dd pre{
color:#993333;
}

/* footer */
#footer {
	clear: both;/**/
	text-align: right;
	padding: 0;	
	margin: 0 10px 0 155px;
	}
#footer p{
	font-weight:bold;
	color: #ccc;
	padding: 0;	
	margin: 0;
	}
#footer a{
	font-weight:bold;
	color: #cccccc;
	}
#footer a:hover{
	font-weight:bold;
	color: #ffffff;
	}

/* round corners */
b.rtop, b.rbottom{display:block;background: #363}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #fff}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}