body {
  font: 12px verdana, tahoma, arial, sans-serif;
	color: white; background-color: #453722;
}

h1 { font-size: 16px }
h2 { font-size: 14px }
h3 { font-size: 13px }
h4 { font-size: 12px }
h5 { font-size: 11px }

p, h1, h2, h3, h4, h5 {
  margin: 0 0 16px 0; padding: 0;
}

p {
  text-align: justify;
}

th {
  font-size: 12px;
  text-align: right;
}

td {
  font-size: 12px;
  text-align: left;
}

.zero {
  margin: 0; padding: 0;
}

a {
  color: #a00;
  cursor: default;
  text-decoration: none;
}

a:hover {
  color: #f60;
}

h2.big a {
  color: #000;
  cursor: default;
  text-decoration: none;
}

#container {
  width: 780px; margin: 0; padding: 0px;
}

#lay1 {
  width: 780px; height: 36px;
  background: url(gfx/1.gif); color: black;
}

#lay1 h1 {
  margin: 0; padding: 11px 0 0 0; font-size: 12px;
}

#lay2 {
  width: 780px; height: 212px;
  background: #555 url(gfx/2.jpg); color: white;
}

#lay3 {
  width: 780px; height: 28px;
  background: #444 url(gfx/3.gif); color: white;
  text-align: left;
}

#lay4 {
  width: 780px; height: 31px;
  background: url(gfx/4.gif) no-repeat; color: black;
}

#lay5 {
  margin: 0 auto 16px auto;
  width: 177px; height: 77px;
  background: url(gfx/cis-logo.gif) no-repeat; color: white;
}

#menu {
  margin: 0; padding: 2px 0 0 0;
}

#menu ul {
  margin: 0; padding: 0px; display: inline;
  list-style: none;
}

#menu li {
  color: white;
  margin: 0; padding: 0;
  display: inline; float: left;
  text-align: center;
}

#menu li a {
  color: white; text-decoration: none; cursor: default;
  margin: 0; padding: 3px 0 0 0;
  display: inline; float: left;
  width: 156px; height: 19px;
}

#menu li a:hover {
  background: #fb0; color: black;
}

#menu li a.current {
  color: #f90;
  font-weight: bold;
}

#menu li a:hover.current {
  color: white;
  background: none;
  font-weight: bold;
}

#main {
  display: block;
  width: 780px; min-height: 260px;
  background: #e5ddce; color: black;
  margin: 0; padding: 0; text-align: left;
  overflow: auto;
}

#left_panel {
  display: block; float: left;
  width: 262px; height: 238px;
  margin: 0; padding: 16px;
  border-right: 1px solid #ecb;

}

#right_panel {
  display: inline; float: left;
  width: 452px; height: 238px;
  overflow: visible;
  margin: 0; padding: 16px;
  border-left: 1px dotted #ea9;
}

#left_panel[id],#right_panel[id] {
  height: auto;
  min-height: 238px;
}

#left_panel ul {
  padding: 0; margin: 0;
}

#left_panel li {
  padding: 0 0 1px 0; margin: 0;
  list-style: none outside;
}

#left_panel li a {
  display: block;
  padding: 0 0 0 8px;
  font-size: 10px;
  font-weight: bold;
  color: #644;
  border-left: 8px solid #dcb;
}

#left_panel li a:hover {
  padding-left: 8px;
  color: #f60;
  border-left: 12px solid #db9;
}

#copyright {
  margin: 0 0 0 32px; padding: 0;
  display: inline; float: left;
  width: 97px; height: 31px;
  background: #fb0 url(gfx/copyright.gif); color: black;
}

#authors {
  margin: 0 32px 0 0; padding: 0;
  display: inline; float: right;
}

#authors th,#authors td {
  margin: 0; padding: 0; font-size: 9px;
}

#authors th {
  text-align: right;
}

#authors td {
  text-align: left;
}

#vxhtml {
  display: inline; float: right;
}

#vxhtml img, #vxhtml a img {
  margin: 0; padding: 0;
  text-decoration: none; border: none;
}

div.commentsbox{
	border-top: 1px dotted #EEAA99;
	margin-top: 15px;
}

.text {
	float:right;
}
.textw {
	float:none;
}
