body {
	font: 80%/1.2 arial, helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #000;
}
ul, ol, dl {padding: 0;	margin: 0;} 
h1, h2, h3, h4, h5, h6, p {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
}
h1 { font-weight:100; font-size:36px }
h2 { font-weight:100;color: #420169;}
h3 { font-weight:100 }
a img { border: none;}
a:link, a:visited {	color: #42413C;	text-decoration: none; }
a:hover, a:active, a:focus { text-decoration: underline;}
.container {width: 1100px;	background: #FFF;	margin: 0 auto; }
.header {	background: #dfd4e5; padding: 5px 10px ;}
.mainlinks {
	background: #c2cfc0;
	font-size:16px;
	border-top: 1px solid #666; 
	padding: 5px 10px;
	border-bottom: 1px solid #666; 
}
.docs {
	font: 80%/1.2 arial, helvetica, sans-serif;
}
.sidebar1 {
	float: left;
	width: 100px;
	height: 1000px;
	background: #c2cfc0 repeat;
	padding-bottom: 5px;
}
.content {
	padding: 5px 5;
	width: 970px;
	margin-left: 10px;
	float: left;
}
.current {
	font-size: 20px;
	font-weight:bold;
	color:#F00;
}
.content ul, .content ol { padding: 0 15px 15px 40px;}
ul.nav {list-style: none;margin-bottom: 15px; }
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	background: #c2cfc0;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {background:#042900;color:#FFF;}
.active { font-weight:900;text-transform:uppercase;color:#C00}
.footer {padding: 5px 0;background: #dfd4e5;clear:both; }
.fltrt { float: right;margin-left: 8px;}
.fltlft {float: left;margin-right: 8px;}
.clearfloat { clear:both;height:0;font-size: 1px;line-height: 0px;}

/* code for jquery sort tables */
table.tablesorter {
	font-family:arial;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #c2cfc0;
	border: 1px solid #B9B9B9;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	border: 1px solid #B9B9B9;
	padding: 2px;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #dfd4e5;
}
