html,body {
	color: #000000;
	background-color: #FFFFFF;
	margin: 3px;
	padding: 3px;
}
a:link{
	color:#000066;
	text-decoration:none;
}
a:visited{
	color: #330066;
}
a:active{
	color: #660000;
	text-decoration:underline;
}
a:hover{
	color: #660000;
	text-decoration:underline;
}
sub{
	color:#666666;
}
var {
	font-weight:normal;
	font-size: small;
	color: #999999;
}
#top{
	background-image: url(bg_sitettl.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
/*	background-attachment: */
	padding-left: 3em;
}
#sidemenu {
	border: 1px solid #999999;
	position: absolute;
	width: 220px;
	left:10px;
}
#sidemenu h2{
	margin:0;
	padding:0;
}
#sidemenu h2, #sidemenu h3{
	font-weight: normal;
	font-size: medium;
}
#sidemenu ul {
	list-style-position: inside;
	list-style-type: none;
	padding: 0px;
	margin: 0em;
	vertical-align: 120%;
}
#sidemenu ul li {
	vertical-align: 120%;
	margin-left: 1em;
}
#sidemenu sub {
	display: none;
}
#sidemenu ul.selected{
	background-color: #efe;
}
#sidemenu h2.selected{
	background-color: #ace;
}
#descript {
	margin-left: 240px;
}
#descript h1 {
	color: #310C00;
	background-color: #FDD1CA;
}
#descript h2 {
	color: #000000;
	background-color: #B7CDE3;
	border: thin dotted #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
#descript h2.categorylist {
	font-weight:normal;
	font-size: medium;
}
#descript h3 {
	color: #000000;
	background-color: #E2F1FF;
	padding: 0.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0em;
}
#descript p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
	padding-top: 0.1em;
	padding-right: 0px;
	padding-bottom: 0.1em;
	padding-left: 0px;
}

.table_left {
	float: left;
	width: 45%;
}
.table_right{
	margin-left:45%;
}
.table_right:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
/* for MacIE */
.table_left {
	float: none;
	width:auto;
}
.table_right{
	margin-left:0;
}
/* for NOT MacIE\*/
.table_left {
	float: left;
	width: 45%;
}
.table_right{
	margin-left:45%;
}
/* */


#descript dl dt {
	font-weight: bold;
	color: #000000;
	background-color: #e8e8e8;
	margin-left: 1em;
}
#descript dl dd {
	color: #000000;
	background-color: #FFFFFF;
/*	margin-left: 2em;*/
	margin-bottom: 0.5ex;
}
#samples h3 {
	color: #000000;
	background-color: #e8e8e8;
	border: thin dashed #999999;
	margin: 0 2em;
}
#samples p {
	color: #000000;
	background-color: #e8e8e8;
	border: thin dashed #999999;
	margin: 0 2em;
}

#footer{
	float:none;
	border:1px solid #eeeeee;
	margin: 0.1em 0.1em 0.1em 240px ;
	padding: 1ex;
	background-color: #CADCEF;
	color: #000000;
}
#footer p{
	margin:0;
	padding:0.1em;
}
#footer p.floating{
	float: left;
	width: 30%;
}
#footer a{
	color:#000000;
}
#footer img{
	border: 0 none;
}
#footer:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
/* for MacIE */
#footer {
	display: inline-table;
}
/* for NOT MacIE\*/
* html #footer{
	height:1%;
}
#footer {
	display:block;
}
#footer{
	clear:left;
}
/* */

