* {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #3C4694;
	background: white;
}

img {
	border: none;
}

body {
	text-align: center;
/*	font-size: 12px;
	font-family: Verdana, Arial;
	line-height: 120%;
	color: #333;
	background: #7F7F7F;*/
}

div.container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
/*	border: 1px green solid;*/
/*	background: white;*/
}

div.clearer {
	clear: left;
}

div.float_clear {
	clear: left;
}

div.chain {
	background: white url(../images/chain.gif) repeat-x center;
	height: 24px;
	margin: 14px 0 14px 0;
}


div.write_comment {
	border-top: #3C4694 dashed 1px;
	margin: 33px 0 12px 0;
}

div.lecture_comments {
	margin: 33px 0 12px 0;
}

div.comment {
	border-top: #3C4694 dashed 1px;
	margin: 33px 0 12px 0;
}

div.comment_from {
	padding: 12px 0 0 0;
}

div.comment_body {
	margin: 12px 33px 12px 33px;
	padding: 5px 10px;
	background-color: #E8E8E8;
}

.comment_counter {
	font-size: small;
	margin-left: 6px;
}

p {
	margin: 8px 0 12px 0;
}

p.link_to {
	margin: -6px 0 24px 0;
}

p.center {
	text-align: center;
}

p.authors_info {
	margin-top: 36px;
	margin-bottom: 36px;
}

h2.center {
	text-align: center;
}

span.selected {
	font-weight: bold;
}

input {
	color: black;
/*	background: gray;*/
}

textarea {
	color: black;
}

fieldset {
	border: none;
}
/*span.symbol {
	font-family: symbol, courier;
	color: red;
}*/

td {
	padding: 0 2px 0 2px;
}

* tr:hover {
	background-color: #DDD;
}	

tr.selected:hover {
	background-color: white;
}	

* ul {
	list-style: none;
}

* ul li {
/*	font-weight: bold;*/
}

* ul li a:hover {
	background-color: #DDD;
}

* ul li a {
/*	display: block;
	padding: 12px 16px 12px 12px;*/
}

* ul li span {
/*	display: block;
	padding: 12px 16px 12px 12px;*/
	font-weight: bold;
}

.lecture_body ul {
	list-style-type: disc;
	padding-left: 15px;
}

* ol {
	padding-left: 44px;
}

hr {
	border-width: 0;
	background-color: #3C4694;
	height: 1px;
	margin: 18px 0px 12px 0px;
}

#navigation {
	float: left;
	width: 150px;
	margin: 0 9px 0 0;
/*	border: 1px green solid;*/
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
/*	font-weight: bold;*/
}

#navigation ul li a:hover {
	background-color: #DDD;
}

#navigation ul li a {
	display: block;
	padding: 12px 16px 12px 12px;
}

#navigation ul li span {
	display: block;
	padding: 12px 16px 12px 12px;
	font-weight: bold;
}

#content {
	float: left;
	width: 638px;
	margin: 4px 0 0 0;
/*	border: 1px blue solid;*/
}

#content * {
	font-size: 14px;
}

#content h1 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	margin-bottom: 16px;
}

ul.wiki {
	list-style-type: square;
	padding-left: 15px;
}

.left_img {
	float: left;
/*	text-align: center;*/
/*	margin: 0 16px 12px 0;*/
	margin-right: 16px;
	margin-bottom: 12px;
}

.center_img {
	text-align: center;
	margin: 16px 0 12px 0;
}

.right_img {
	float: right;
/*	text-align: center;*/
/*	margin: 0 0 12px 16px;*/
	margin-left: 16px;
	margin-bottom: 12px;
}

.img_content {
	border: 1px black solid;
}

.faq_q {
  font-weight: bold;
  padding-top: 15px;
}

.faq_a {
}


