@charset "windows-1251";
body { 
	color: black; 
	background: #fbffb0; 
}
h1 {
	font-family: "Georgia", Sans-serif;
	font-size: 24px;
	color: #D24600;
}
h2 {
	font-family: "Georgia", Sans-serif;
	font-size: 20px;
	color: #648200;
	<!-- color was #648200 -->
}
h3 {
	font-family: "Times", serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: #D24600;
}
h4 {
	font-family: "Times", serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: #000000;
}
h5 {
	font-family: "Times", serif;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	color: #648200;
}
hr {
	color: #D24600;
}
a:link {
	text-decoration: none;
	color: #D24600;
}
a:visited {
	text-decoration: none;
	color: #D24600;
}
a:hover {
	text-decoration: underline;
	color: #D24600;
}
a:active {
	text-decoration: underline;
	color: #648200;
}
.header {
	background-color: #D24600;
	<!-- color was #05FA74 which was vivid green  -->
	width: 100%;
	font-family: "Georgia", sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
}
.header2 {
	background-color: #D24600;
<!-- color was #05FA74 -->
	border-color:#D24600;
	border-top: 2px solid #FFFFFF;
	font-family: "Georgia", sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
}
.header2 a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.header2 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.header2 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.header2 a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.navbar {
	background-color: #B4C800;
	height: 25px;
	width: 100%;
}
.navbutton {
	background-color: #B4C800;
	width: 70px;
	float: left;
	font-family: "Georgia", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	line-height: 19px;
	color: #FFFFFF;
}
.navbutton a:link {
	border-top: 2px outset #DCFF71;
	border-left: 2px outset #DCFF71;
	border-bottom: 2px outset #648200;
	border-right: 2px outset #648200;
	border-collapse: collapse;
	padding-top: 2px;
	text-decoration: none;
	color: #FFFFFF;
}
.navbutton a:visited {
	border-top: 2px outset #DCFF71;
	border-left: 2px outset #DCFF71;
	border-bottom: 2px outset #648200;
	border-right: 2px outset #648200;
	padding-top: 2px;
	text-decoration: none;
	color: #FFFFFF;
}
.navbutton a:hover {
	background-color: #D24600;
	border-top: 2px inset #648200;
	border-left: 2px inset #648200;
	border-bottom: 2px inset #DCFF71;
	border-right: 2px inset #DCFF71;
	padding-top: 2px;
	text-decoration: underline;
	color: #FFFFFF;
}
.navbutton a:active {
	border-top: 2px outset #DCFF71;
	border-left: 2px outset #DCFF71;
	border-bottom: 2px outset #648200;
	border-right: 2px outset #648200;
	padding-top: 2px;
	text-decoration: underline;
	color: #FFFFFF;
}

#leftpanel {
	vertical-align: top;
	width: 150pt;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	background-color: pink;
	float: right; 
	margin-right: 0px;
}