/* CSS Document */

body {
	margin:0px;
	background-color:#FFFFFF;
	width:100%;
	background-image:url('images/bg.gif');
	background-repeat:repeat-x;
	font-size:9pt;
	font-family:"Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000000;
}
/* Hides from IE-mac \*/
* html .clearbox {height: 1%;}
/* End hide from IE-mac */
/*Hack for IE 7*/
* html .clearbox {min-height: 1%;}
.blank {clear:both;}

#page {
	width:770px;
	margin:auto;
	clear:both;
	display:block;
}
#logo {
	width:770px;
	clear:both;
	display:block;
	margin-top:20px;
}
#content-box {
	width:746px;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	margin-left:20px;
	clear:both;
	display:block;
}
#copyright {
	width:100%;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#999999;
	text-align:center;
	clear:both;
	display:block;
/*	background-image:url('images/bg2.gif');
	background-repeat:repeat-x; */
}
#sidebar {
	width: 150px;
	clear:left;
	float:left;
}
#content {
	width: 594px;
	clear:right;
	float:right;
}


#nav {
	list-style: none;
	width:100px;
	margin-left: 30px;
	padding: 0;
	/*background-color: #22437f;*/
	display:block;
	clear:both;
}
#nav li {
	border-bottom: 1px dashed #cbe99f;
}
#nav a {
	margin: 0;
	color: #666666;
	display: block;
	text-decoration: none;
	padding: 4px 6px;
}
#nav a:hover {
	background-color: #cbe99f;
	color: #fff;
}
#link {
	list-style: none;
	width:100px;
	margin-left: 30px;
	margin-top: 20px;
	padding: 0;
	display:block;
	clear:both;
}
#link li img {
	border:0px;
}
.blank {
	font-size:0px;
	display:block;
	clear:both;
}
.pane {
	margin:10px;
	margin-bottom:30px;
}
#title {
	font-family:"Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight:bolder;
	border-bottom: 2px solid #cbe99f;
	margin-bottom:10px;
	clear:both;
}
.strong {
	font-weight:bolder;
	color:#006600;
}

a,a:visited,a:link,a:active {
	color:#003300;
	text-decoration:none;
}
a:hover {
	color:#006600;
	text-decoration:none;
}
.code {
	border:1px solid #006600;
	background:#cbe99f;
	font-family:"Courier New", Courier, mono;
	font-size:9pt;
	width:400px;
	margin:auto;
	padding:10px;
	margin-bottom:10px;
}
p {
	margin-left:20px;
}
.preview {
	border:1px solid #cbe99f;
	margin:5px;
}
.description {
	color:#999999;
}
.item {
	font-weight:bolder;
}