.gray {color: #CCCCCC}
.small {font-size: 11px}
body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	scrollbar-arrow-color: orange;
	scrollbar-base-color: white;
	scrollbar-DarkShadow-Color: white;
	scrollbar-Face-Color: white;
	scrollbar-Highlight-Color: #F3F3F3;
	scrollbar-Shadow-Color: #F0F0F0;
	scrollbar-Track-Color: white;
}

.border {
	border: solid 1px #d68200;
}

#BodyDiv {
	height: 100%;
	width: 100%;
}
#MenuDiv {
	border-top: solid 1px #d68200;
	border-bottom: solid 1px #d68200;
	height: 21px;
	background-color: #000;
}
#HeaderDiv {
	padding-top: 73px;
	width: 100%;
}
#LogoDiv {
	position: absolute;
	z-index: 2;
	top: 8px;
	left: 19px;
	background-color: #000;
}
#MiddleArea {
	width: 950px;
	clear:both;
}
#LeftArea {
	width: 192px;
	height: 400px;
	float: left;
}
#ContentArea {
	float: left;
	width: 576px;
	background-image: url(../images/flowers.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#RightArea {
	position: absolute;
	left: 740px;
	top: 131px;
}
#TextArea {
	margin-top: 35px;
	margin-left: 34px;
	margin-bottom: 70px;
	width: 494px;
	border: solid 1px #d68200;
	height: 400px;
	background-color: #FFF;
	overflow:auto;
	overflow-x: hidden;
}
#TextField {
	margin-top: 38px;
	margin-right: 34px;
	margin-bottom: 38px;
	margin-left: 34px;
}



#Menu li {
	display: inline;
	list-style-type: none;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-size: 14px;
	padding: 8px;
	font-weight: bold;
}
#LangDiv {
	position: absolute;
	z-index: 20;
	left: 776px;
	top: 78px;
	visibility: hidden;
}
h1 {
	font-size: medium;
	line-height: normal;
}
a {
	color: #EB0605;
}

.schema {
	border: solid 1px #EFEFEF;
}
.schema tr td {
	line-height: 16px;
	width: 50px;
	vertical-align: middle;
	text-align:center;
}

.odd {
	background-color: orange;
}
ul.list {
	list-style-image:url(../images/pil.gif);
}

h2, h3 {
	font-size: small;
	line-height: normal;
}
.announcements {
	border: 1px solid #d68200;
	padding: 10px;
	width: 160px;
	background-color: #FFF;
}
.large {
	font-size: 110%;
	font-weight: bold;
}

.Orange {color: #D68200}
.Bookdiv {
	float: right;
	margin-right: 10px;
}
