html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background:#fff; 
	font-size: 12px;
	font-family:arial;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}
body {height:100%; max-height:100%; overflow:hidden; padding:0; margin:0; border:0; scrollbar-base-color: #CDD7CE;}

#head {
	position:absolute; margin:0; top:0; left:0; display:block; width:100%; height:140px; z-index:5; color:#fff;
}

#foot {
	position:absolute; margin:0; bottom:0%; left:0; display:block; width:100%; height:49px; background-color: white; z-index: 1000;	
}

#left1 {
	position:absolute; left:0; top:150px; bottom:49px; width:17%; font-size:1em; z-index:4; display: block;
	background:url(images/leftstripe.jpg); background-repeat:no-repeat; background-position:top left;
	background-color: #F2F4F1;
	/* height: expression((document.all?document.body.clientHeight:window.innerHeight)-200); */
	/* height: expression( document.body.offsetHeight - 200 + 'px'); */
	height: 100%;	
}
#left2 {
	position:relative; left:17%; top:150px; bottom:49px; 
  width:70%; font-size:1em; z-index:5; overflow-y: auto; 
  display: block; border: solid 0px #000000;
	/* height: expression((document.all?document.body.clientHeight:window.innerHeight)-200); */
	height: expression( document.body.offsetHeight - 200 + 'px');
	height: 73%!important;

}
#left3 {
	position:absolute; right:0; left:87%; top:150px; bottom:49px; 
  width: 13%; /*141px;*/ font-size:1em; z-index:4; overflow:none; display: block;
	background:url(images/rightstripe.jpg); background-repeat:no-repeat; background-position:top right;
	background-color:#F2F4F1;
	/* height: expression((document.all?document.body.clientHeight:window.innerHeight)-200); */
	/* height: expression( document.body.offsetHeight - 200 + 'px'); */
	height: 100%;	
}

.inner1 {
	padding:0 5px 5px 5px;
}
.inner2 {
	margin: 0 15px 0 10px;
}
.inner3 {
	padding:0 5px 5px 10px;
}

.bold {
	font-size:1.5em; font-weight:bold;
}

.menu_link {
	color: #1D531B;
	font-size: 15px;
	cursor: hand;
	text-decoration: none;
}
.menu_link:hover {
	color: #F2F4F1;
	font-size: 15px;
	cursor: hand;
	text-decoration: none;
}

.right_link {
	color: #1D531B;
	text-decoration: none;
}
.right_link:hover {
	color: #1D531B;
	text-decoration: underline;
}
.bottom_link {
	color: #1D531B;
	font-weight: bold;
	text-decoration: none;
}
.bottom_link:hover {
	color: #1D531B;
	text-decoration: underline;
}

.menu {
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
 	background-color: #F2F4F1;
	margin-top: 10px;
	color: #1D531B;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 2px; 
	padding-bottom: 2px;
	width: 100%;
	cursor: hand;
}
.menu2 {
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
 	background-color: #567857;
	margin-top: 10px;
	color: #F2F4F1;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 2px;
	padding-bottom: 2px;
	width: 100%;
	cursor: hand;
}

h1 {
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #1D531B;
}

.pics {
	margin-right:10px;
	margin-bottom:10px;
	height: 160px;
}

ul {
	margin-top: 10px; margin-left: 10px;
}
ol {
	margin-top: 10px;	margin-left: 20px;
}
li {
	margin: 3px;
}

b {
	color: #1D531B;
}

#left1_bottom {
	position:absolute; left:0; top:555px; bottom:0px; width:17%; font-size:1em; z-index:4; overflow:none; display: block;
	background:url(images/left1px.jpg); background-repeat:repeat-y; background-position:top left;
	background-color:#F2F4F1;
	height:100%;
	/* height: expression( document.body.offsetHeight - 200 + 'px'); */
}
#left3_bottom {
	position:absolute; right:0; /* left:87%; */ top:555px; bottom:0px; width: 13%; font-size:1em; z-index:4; overflow:none; display: block;
	background:url(images/right1px.jpg); background-repeat:repeat-y; background-position:top right;
	background-color:#F2F4F1;
	height:100%;
	/* height: expression( document.body.offsetHeight - 200 + 'px'); */
}

div.anim_box {
	position:absolute; top: 25px; right: 95px;
	border: solid: 1px red;
}
