div#container
{
   width: 1280px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFE0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
@-webkit-keyframes fall
{
   0% { -webkit-transform: perspective(1300px) rotateX(20deg) translate3d(0px,0px,600px); opacity: 0;  }
   100% { -webkit-transform: rotateX(0deg) translate3d(0px,0px,0px); opacity: 1;  }
}
@-moz-keyframes fall
{
   0% { -moz-transform: perspective(1300px) rotateX(20deg) translate3d(0px,0px,600px); opacity: 0;  }
   100% { -moz-transform: rotateX(0deg) translate3d(0px,0px,0px); opacity: 1;  }
}
@-o-keyframes fall
{
   0% { -o-transform: perspective(1300px) rotateX(20deg) translate3d(0px,0px,600px); opacity: 0;  }
   100% { -o-transform: rotateX(0deg) translate3d(0px,0px,0px); opacity: 1;  }
}
@-ms-keyframes fall
{
   0% { -ms-transform: perspective(1300px) rotateX(20deg) translate3d(0px,0px,600px); opacity: 0;  }
   100% { -ms-transform: rotateX(0deg) translate3d(0px,0px,0px); opacity: 1;  }
}
@keyframes fall
{
   0% { transform: perspective(1300px) rotateX(20deg) translate3d(0px,0px,600px); opacity: 0;  }
   100% { transform: rotateX(0deg) translate3d(0px,0px,0px); opacity: 1;  }
}
@-webkit-keyframes transform-bounce-in-down
{
   0% { -webkit-transform:  rotate(0deg) translate(0px,-1000px); opacity: 0;  }
   50% { opacity: 1;  }
   60% { -webkit-transform:  rotate(0deg) translate(0px,30px);  }
   80% { -webkit-transform:  rotate(0deg) translate(0px,-10px);  }
   100% { -webkit-transform:  rotate(0deg) translate(0px,0px);  }
}
@-moz-keyframes transform-bounce-in-down
{
   0% { -moz-transform:  rotate(0deg) translate(0px,-1000px); opacity: 0;  }
   50% { opacity: 1;  }
   60% { -moz-transform:  rotate(0deg) translate(0px,30px);  }
   80% { -moz-transform:  rotate(0deg) translate(0px,-10px);  }
   100% { -moz-transform:  rotate(0deg) translate(0px,0px);  }
}
@-o-keyframes transform-bounce-in-down
{
   0% { -o-transform:  rotate(0deg) translate(0px,-1000px); opacity: 0;  }
   50% { opacity: 1;  }
   60% { -o-transform:  rotate(0deg) translate(0px,30px);  }
   80% { -o-transform:  rotate(0deg) translate(0px,-10px);  }
   100% { -o-transform:  rotate(0deg) translate(0px,0px);  }
}
@-ms-keyframes transform-bounce-in-down
{
   0% { -ms-transform:  rotate(0deg) translate(0px,-1000px); opacity: 0;  }
   50% { opacity: 1;  }
   60% { -ms-transform:  rotate(0deg) translate(0px,30px);  }
   80% { -ms-transform:  rotate(0deg) translate(0px,-10px);  }
   100% { -ms-transform:  rotate(0deg) translate(0px,0px);  }
}
@keyframes transform-bounce-in-down
{
   0% { transform:  rotate(0deg) translate(0px,-1000px); opacity: 0;  }
   50% { opacity: 1;  }
   60% { transform:  rotate(0deg) translate(0px,30px);  }
   80% { transform:  rotate(0deg) translate(0px,-10px);  }
   100% { transform:  rotate(0deg) translate(0px,0px);  }
}
@-webkit-keyframes transform-tada
{
   0% { -webkit-transform:  rotate(0deg);  }
   10% { -webkit-transform:  rotate(-3deg) scale(0.9,0.9);  }
   20% { -webkit-transform:  rotate(-3deg) scale(0.9,0.9);  }
   30% { -webkit-transform:  rotate(3deg) scale(1.1,1.1);  }
   40% { -webkit-transform:  rotate(-3deg) scale(1.1,1.1);  }
   50% { -webkit-transform:  rotate(3deg) scale(1.1,1.1);  }
   60% { -webkit-transform:  rotate(-3deg) scale(1.1,1.1);  }
   70% { -webkit-transform:  rotate(3deg) scale(1.1,1.1);  }
   80% { -webkit-transform:  rotate(-3deg) scale(1.1,1.1);  }
   90% { -webkit-transform:  rotate(3deg) scale(1.1,1.1);  }
   100% { -webkit-transform:  rotate(0deg) scale(1.0,1.0);  }
}
@-moz-keyframes transform-tada
{
   0% { -moz-transform:  rotate(0deg);  }
   10% { -moz-transform:  rotate(-3deg) scale(0.9,0.9);  }
   20% { -moz-transform:  rotate(-3deg) scale(0.9,0.9);  }
   30% { -moz-transform:  rotate(3deg) scale(1.1,1.1);  }
   40% { -moz-transform:  rotate(-3deg) scale(1.1,1.1);  }
   50% { -moz-transform:  rotate(3deg) scale(1.1,1.1);  }
   60% { -moz-transform:  rotate(-3deg) scale(1.1,1.1);  }
   70% { -moz-transform:  rotate(3deg) scale(1.1,1.1);  }
   80% { -moz-transform:  rotate(-3deg) scale(1.1,1.1);  }
   90% { -moz-transform:  rotate(3deg) scale(1.1,1.1);  }
   100% { -moz-transform:  rotate(0deg) scale(1.0,1.0);  }
}
@-o-keyframes transform-tada
{
   0% { -o-transform:  rotate(0deg);  }
   10% { -o-transform:  rotate(-3deg) scale(0.9,0.9);  }
   20% { -o-transform:  rotate(-3deg) scale(0.9,0.9);  }
   30% { -o-transform:  rotate(3deg) scale(1.1,1.1);  }
   40% { -o-transform:  rotate(-3deg) scale(1.1,1.1);  }
   50% { -o-transform:  rotate(3deg) scale(1.1,1.1);  }
   60% { -o-transform:  rotate(-3deg) scale(1.1,1.1);  }
   70% { -o-transform:  rotate(3deg) scale(1.1,1.1);  }
   80% { -o-transform:  rotate(-3deg) scale(1.1,1.1);  }
   90% { -o-transform:  rotate(3deg) scale(1.1,1.1);  }
   100% { -o-transform:  rotate(0deg) scale(1.0,1.0);  }
}
@-ms-keyframes transform-tada
{
   0% { -ms-transform:  rotate(0deg);  }
   10% { -ms-transform:  rotate(-3deg) scale(0.9,0.9);  }
   20% { -ms-transform:  rotate(-3deg) scale(0.9,0.9);  }
   30% { -ms-transform:  rotate(3deg) scale(1.1,1.1);  }
   40% { -ms-transform:  rotate(-3deg) scale(1.1,1.1);  }
   50% { -ms-transform:  rotate(3deg) scale(1.1,1.1);  }
   60% { -ms-transform:  rotate(-3deg) scale(1.1,1.1);  }
   70% { -ms-transform:  rotate(3deg) scale(1.1,1.1);  }
   80% { -ms-transform:  rotate(-3deg) scale(1.1,1.1);  }
   90% { -ms-transform:  rotate(3deg) scale(1.1,1.1);  }
   100% { -ms-transform:  rotate(0deg) scale(1.0,1.0);  }
}
@keyframes transform-tada
{
   0% { transform:  rotate(0deg);  }
   10% { transform:  rotate(-3deg) scale(0.9,0.9);  }
   20% { transform:  rotate(-3deg) scale(0.9,0.9);  }
   30% { transform:  rotate(3deg) scale(1.1,1.1);  }
   40% { transform:  rotate(-3deg) scale(1.1,1.1);  }
   50% { transform:  rotate(3deg) scale(1.1,1.1);  }
   60% { transform:  rotate(-3deg) scale(1.1,1.1);  }
   70% { transform:  rotate(3deg) scale(1.1,1.1);  }
   80% { transform:  rotate(-3deg) scale(1.1,1.1);  }
   90% { transform:  rotate(3deg) scale(1.1,1.1);  }
   100% { transform:  rotate(0deg) scale(1.0,1.0);  }
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
#Layer1
{
   background-color: #FFFFFF;
   background-image: url(images/mos.jpg);
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: накрывает;
}
#ClipArt1
{
   border-width: 0;
   -webkit-animation: transform-tada 500ms linear 2000ms 3 normal;
   -moz-animation: transform-tada 500ms linear 2000ms 3 normal;
   animation: transform-tada 500ms linear 2000ms 3 normal;
}
#ClipArt4
{
   border-width: 0;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text1 div
{
   text-align: left;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text2 div
{
   text-align: center;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text4 div
{
   text-align: center;
}
#Image7
{
   border: 0px #000000 solid;
   padding: 0px 0px 0px 0px;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text3 div
{
   text-align: center;
}
#Image1
{
   border: 0px #000000 solid;
   padding: 0px 0px 0px 0px;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Image2
{
   border: 0px #000000 solid;
   padding: 0px 0px 0px 0px;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#ClipArt2
{
   border-width: 0;
   -webkit-animation: transform-tada 500ms linear 2000ms 3 normal;
   -moz-animation: transform-tada 500ms linear 2000ms 3 normal;
   animation: transform-tada 500ms linear 2000ms 3 normal;
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text7 div
{
   text-align: center;
}
#ClipArt3
{
   border-width: 0;
}
#Image3
{
   border: 0px #000000 solid;
   padding: 0px 0px 0px 0px;
   -webkit-animation: transform-bounce-in-down 1600ms linear 0ms 1 normal;
   -moz-animation: transform-bounce-in-down 1600ms linear 0ms 1 normal;
   animation: transform-bounce-in-down 1600ms linear 0ms 1 normal;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Image4
{
   border: 0px #000000 solid;
   padding: 0px 0px 0px 0px;
   -webkit-animation: transform-bounce-in-down 1600ms linear 0ms 1 normal;
   -moz-animation: transform-bounce-in-down 1600ms linear 0ms 1 normal;
   animation: transform-bounce-in-down 1600ms linear 0ms 1 normal;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Layer3
{
   background-color: #85BB45;
   background-image: none;
}
#MenuBar3
{
   background-color: transparent;
   border: 0px solid #228B22;
}
.MenuBar3SubMenu
{
   background-color: transparent;
   border: 0px solid #FFFFFF;
   position:	absolute;
   visibility: hidden;
   overflow: visible;
   z-index: 100;
}
.MenuBar3SubMenuTable
{
   cursor: default;
   border: 0;
   padding: 0;
}
.MenuBar3SubMenuTable tr
{
   margin: 0;
   padding: 0;
}
.MenuBar3Menu
{
   background-color: transparent;
   margin: 0px 0 0px 0px;
   padding: 0;
}
.MenuBar3MenuOuter
{
   background-color: transparent;
   border: 0px solid #228B22;
}
.MenuBar3Menu tr
{
   margin: 0;
   padding: 0;
}
.MenuBar3MainItem .MenuBar3MainItemLeft,
.MenuBar3MainItem .MenuBar3MainFolderLeft
{
   width: 0px;
   cursor: pointer;
   border-width: 0;
   text-align: center;
   padding: 7px 0px 7px 0px;
   font-size: 1px;
}
.MenuBar3MainItem .MenuBar3MainItemText, 
.MenuBar3MainItem .MenuBar3MainItemText a,
.MenuBar3MainItem .MenuBar3MainFolderText,
.MenuBar3MainItem .MenuBar3MainFolderText a
{
   background-color: transparent;
   color: #FFFFFF;
   font-size: 24px;
   font-family: "Palatino Linotype";
   font-weight: bold;
   line-height: 32px;
   text-align: left;
   text-decoration: none;
   white-space: nowrap;
   margin: 0;
   cursor: pointer;
   border-bottom: 0px solid #CCCCCC;
   border-right: 0px solid #CCCCCC;
   border-top: 0px solid #CCCCCC;
   border-left: 0px solid #CCCCCC;
   padding: 7px 40px 7px 40px;
   vertical-align: middle;
}
.MenuBar3MainItem .MenuBar3MainItemRight,
.MenuBar3MainItem .MenuBar3MainFolderRight
{
   width: 0px;
   cursor: pointer;
   border-width: 0;
   padding: 7px 0px 7px 0px;
   font-size: 1px;
}
.MenuBar3MainItemHover .MenuBar3MainItemLeft,
.MenuBar3MainItemActive .MenuBar3MainItemLeft,
.MenuBar3MainItemHover .MenuBar3MainFolderLeft,
.MenuBar3MainItemActive .MenuBar3MainFolderLeft
{
   width: 0px;
   cursor: pointer;
   border-width: 0;
   padding: 7px 0px 7px 0px;
   font-size: 1px;
}
.MenuBar3MainItemHover .MenuBar3MainItemText,
.MenuBar3MainItemActive .MenuBar3MainItemText,
.MenuBar3MainItemHover .MenuBar3MainItemText a,
.MenuBar3MainItemActive .MenuBar3MainItemText a,
.MenuBar3MainItemHover .MenuBar3MainFolderText,
.MenuBar3MainItemActive .MenuBar3MainFolderText,
.MenuBar3MainItemHover .MenuBar3MainFolderText a,
.MenuBar3MainItemActive .MenuBar3MainFolderText a
{
   background-color: transparent;
   color: #F9841B;
   font-size: 24px;
   font-family: "Palatino Linotype";
   font-weight: bold;
   line-height: 32px;
   text-align: left;
   text-decoration: none;
   white-space: nowrap;
   margin: 0;
   cursor: pointer;
   border-bottom: 0px solid #FFFFFF;
   border-right: 0px solid #FFFFFF;
   border-top: 0px solid #FFFFFF;
   border-left: 0px solid #FFFFFF;
   padding: 7px 40px 7px 40px;
   vertical-align: middle;
}
.MenuBar3MainItemHover .MenuBar3MainItemRight,
.MenuBar3MainItemActive .MenuBar3MainItemRight,
.MenuBar3MainItemHover .MenuBar3MainFolderRight,
.MenuBar3MainItemActive .MenuBar3MainFolderRight
{
   width: 0px;
   cursor: pointer;
   border-width: 0;
   padding: 7px 0px 7px 0px;
   font-size: 1px;
}
.MenuBar3MenuItem .MenuBar3MenuItemLeft,
.MenuBar3MenuItem .MenuBar3MenuFolderLeft
{
   width: 0px;
   cursor: pointer;
   border-width: 0;
   text-align: center;
   padding: 11px 0px 11px 0px;
   font-size: 1px;
}
.MenuBar3MenuItem .MenuBar3MenuItemText, 
.MenuBar3MenuItem .MenuBar3MenuItemText a,
.MenuBar3MenuItem .MenuBar3MenuFolderText,
.MenuBar3MenuItem .MenuBar3MenuFolderText a
{
   background-color: #85BB45;
   color: #FFFFFF;
   font-size: 20px;
   font-family: "Palatino Linotype";
   font-weight: bold;
   line-height: 27px;
   text-align: left;
   text-decoration: none;
   white-space: nowrap;
   margin: 0;
   cursor: pointer;
   border-bottom: 0px none #CCCCCC;
   border-top: 0px none #CCCCCC;
   border-right: 0px none #CCCCCC;
   border-left: 0px none #CCCCCC;
   padding: 11px 5px 11px 5px;
   vertical-align: middle;
}
.MenuBar3MenuItem .MenuBar3MenuItemRight,
.MenuBar3MenuItem .MenuBar3MenuFolderRight
{
   width: 0px;
   cursor: pointer;
   border-width: 0;
   padding: 11px 0px 11px 0px;
   font-size: 1px;
}
.MenuBar3MenuItemHover .MenuBar3MenuItemLeft, 
.MenuBar3MenuItemActive .MenuBar3MenuItemLeft,
.MenuBar3MenuItemHover .MenuBar3MenuFolderLeft,
.MenuBar3MenuItemActive .MenuBar3MenuFolderLeft
{
   width: 0px;
   cursor: pointer;
   border-width: 0;
   padding: 11px 0px 11px 0px;
   font-size: 1px;
}
.MenuBar3MenuItemHover .MenuBar3MenuItemText,
.MenuBar3MenuItemActive .MenuBar3MenuItemText,
.MenuBar3MenuItemHover .MenuBar3MenuItemText a,
.MenuBar3MenuItemActive .MenuBar3MenuItemText a,
.MenuBar3MenuItemHover .MenuBar3MenuFolderText,
.MenuBar3MenuItemActive .MenuBar3MenuFolderText,
.MenuBar3MenuItemHover .MenuBar3MenuFolderText a,
.MenuBar3MenuItemActive .MenuBar3MenuFolderText a
{
   background-color: #85BB45;
   color: #EF7F1A;
   font-size: 20px;
   font-family: "Palatino Linotype";
   font-weight: bold;
   line-height: 27px;
   text-align: left;
   text-decoration: none;
   white-space: nowrap;
   margin: 0;
   cursor: pointer;
   border-bottom: 0px none #FFFFFF;
   border-top: 0px none #FFFFFF;
   border-right: 0px none #FFFFFF;
   border-left: 0px none #FFFFFF;
   padding: 11px 5px 11px 5px;
   vertical-align: middle;
}
.MenuBar3MenuItemHover .MenuBar3MenuItemRight,
.MenuBar3MenuItemActive .MenuBar3MenuItemRight,
.MenuBar3MenuItemHover .MenuBar3MenuFolderRight,
.MenuBar3MenuItemActive .MenuBar3MenuFolderRight
{
   width: 0px;
   cursor: pointer;
   border-width: 0;
   padding: 11px 0px 11px 0px;
   font-size: 1px;
}
.MenuBar3SubMenu td,
.MenuBar3Menu td,
.MenuBar3Menu tr
{
   vertical-align: middle;
}
.MenuBar3MenuSplitText div
{
   height: 1px;
   padding: 0;
   background-color: #666666;
   overflow: hidden;
}
.MenuBar3MenuItem .MenuBar3MenuSplitLeft
{
   height: 23px;
   padding: 0px 0px 0px 0px;
}
.MenuBar3MenuItem .MenuBar3MenuSplitText
{
   background-color: #85BB45;
   height: 23px;
   padding: 0px 6px 0px 6px;
}
.MenuBar3MenuItem .MenuBar3MenuSplitRight
{
   height: 23px;
   padding: 0px 0px 0px 0px;
}
.MenuBar3MainSplitText div
{
   background-color: #666666;
   height: 1px;
   padding: 0;
   overflow: hidden;
}
.MenuBar3MainItem .MenuBar3MainSplitLeft 
{
   height: 15px;
   padding: 0px 0px 0px 0px;
}
.MenuBar3MainItem .MenuBar3MainSplitText
{
   background-color: transparent;
   height: 15px;
   padding: 0px 0px 0px 0px;
}
.MenuBar3MainItem .MenuBar3MainSplitRight
{
   height: 15px;
   padding: 0px 0px 0px 0px;
}
.MenuBar3MainItem
{
   vertical-align: middle;
}
.MenuBar3HorizontalSplit
{
   border-right: 0 solid #8080FF;
   border-left: 0 solid #8080FF;
   width: 85px;
   background-color: transparent;
   padding: 7px 0px 7px 0px;
   vertical-align: middle;
   text-align: center;
   text-decoration: none;
   color: #666666;
   font-size: 24px;
   font-family: "Palatino Linotype";
   font-style: normal;
}
.MenuBar3MainItem, .MenuBar3MainItemHover, .MenuBar3MainItemActive,
.MenuBar3MenuItem, .MenuBar3MenuItemHover, .MenuBar3MenuItemActive
{
   white-space: nowrap;
}
.MenuBar3SpacerDiv
{
   background: transparent;
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 1px;
}
#wb_Text12 
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text12 div
{
   text-align: center;
}
#Banner1
{
   background-color: transparent;
   background-image: none;
   border: 1px transparent solid;
   color: #85BB45;
   font-family: "Segoe UI";
   font-weight: normal;
   font-style: italic;
   font-size: 43px;
   text-align: center;
}
#Banner1 span
{
   display: block;
   height: 43px;
   margin: 3px 0px 3px 0px;
}
#Banner1 .single-char
{
   float: left;
}
#Banner1 div
{
   display: inline-block;
   text-align: center;
}
.Banner1_ShowAnimation
{
   -webkit-animation: fall 350ms linear 0s 1 normal both;
   -moz-animation: fall 350ms linear 0s 1 normal both;
   animation: fall 350ms linear 0s 1 normal both;
}
.Banner1_HideAnimation
{
}
#Image5
{
   border: 0px #000000 solid;
   padding: 0px 0px 0px 0px;
   -webkit-animation: transform-bounce-in-down 1600ms linear 0ms 1 normal;
   -moz-animation: transform-bounce-in-down 1600ms linear 0ms 1 normal;
   animation: transform-bounce-in-down 1600ms linear 0ms 1 normal;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Image6
{
   border: 0px #000000 solid;
   padding: 0px 0px 0px 0px;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#ClipArt5
{
   border-width: 0;
   -webkit-animation: transform-tada 500ms linear 2000ms 3 normal;
   -moz-animation: transform-tada 500ms linear 2000ms 3 normal;
   animation: transform-tada 500ms linear 2000ms 3 normal;
}
#wb_Text10 
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text10 div
{
   text-align: center;
}
#ClipArt6
{
   border-width: 0;
}
#wb_Text15 
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text15 div
{
   text-align: center;
}
#Banner2
{
   background-color: transparent;
   background-image: none;
   border: 1px transparent solid;
   color: #85BB45;
   font-family: "Segoe UI";
   font-weight: normal;
   font-style: italic;
   font-size: 29px;
   text-align: center;
}
#Banner2 span
{
   display: block;
   height: 29px;
   margin: 10px 0px 10px 0px;
}
#Banner2 .single-char
{
   float: left;
}
#Banner2 div
{
   display: inline-block;
   text-align: center;
}
.Banner2_ShowAnimation
{
   -webkit-animation: fall 350ms linear 0s 1 normal both;
   -moz-animation: fall 350ms linear 0s 1 normal both;
   animation: fall 350ms linear 0s 1 normal both;
}
.Banner2_HideAnimation
{
}
#Layer2
{
   background-color: #87BC45;
   background-image: none;
}
#MenuBar2
{
   background-color: transparent;
   border: 0px solid #228B22;
}
.MenuBar2SubMenu
{
   background-color: transparent;
   border: 0px solid #FFFFFF;
   position:	absolute;
   visibility: hidden;
   overflow: visible;
   z-index: 100;
}
.MenuBar2SubMenuTable
{
   cursor: default;
   border: 0;
   padding: 0;
}
.MenuBar2SubMenuTable tr
{
   margin: 0;
   padding: 0;
}
.MenuBar2Menu
{
   background-color: transparent;
   margin: 0px 0 0px 0px;
   padding: 0;
}
.MenuBar2MenuOuter
{
   background-color: transparent;
   border: 0px solid #228B22;
}
.MenuBar2Menu tr
{
   margin: 0;
   padding: 0;
}
.MenuBar2MainItem .MenuBar2MainItemLeft,
.MenuBar2MainItem .MenuBar2MainFolderLeft
{
   width: 0px;
   cursor: pointer;
   border-width: 0;
   text-align: center;
   padding: 7px 0px 7px 0px;
   font-size: 1px;
}
.MenuBar2MainItem .MenuBar2MainItemText, 
.MenuBar2MainItem .MenuBar2MainItemText a,
.MenuBar2MainItem .MenuBar2MainFolderText,
.MenuBar2MainItem .MenuBar2MainFolderText a
{
   background-color: transparent;
   color: #FFFFFF;
   font-size: 24px;
   font-family: "Palatino Linotype";
   font-weight: bold;
   line-height: 32px;
   text-align: left;
   text-decoration: none;
   white-space: nowrap;
   margin: 0;
   cursor: pointer;
   border-bottom: 0px solid #CCCCCC;
   border-right: 0px solid #CCCCCC;
   border-top: 0px solid #CCCCCC;
   border-left: 0px solid #CCCCCC;
   padding: 7px 30px 7px 30px;
   vertical-align: middle;
}
.MenuBar2MainItem .MenuBar2MainItemRight,
.MenuBar2MainItem .MenuBar2MainFolderRight
{
   width: 0px;
   cursor: pointer;
   border-width: 0;
   padding: 7px 0px 7px 0px;
   font-size: 1px;
}
.MenuBar2MainItemHover .MenuBar2MainItemLeft,
.MenuBar2MainItemActive .MenuBar2MainItemLeft,
.MenuBar2MainItemHover .MenuBar2MainFolderLeft,
.MenuBar2MainItemActive .MenuBar2MainFolderLeft
{
   width: 0px;
   cursor: pointer;
   border-width: 0;
   padding: 7px 0px 7px 0px;
   font-size: 1px;
}
.MenuBar2MainItemHover .MenuBar2MainItemText,
.MenuBar2MainItemActive .MenuBar2MainItemText,
.MenuBar2MainItemHover .MenuBar2MainItemText a,
.MenuBar2MainItemActive .MenuBar2MainItemText a,
.MenuBar2MainItemHover .MenuBar2MainFolderText,
.MenuBar2MainItemActive .MenuBar2MainFolderText,
.MenuBar2MainItemHover .MenuBar2MainFolderText a,
.MenuBar2MainItemActive .MenuBar2MainFolderText a
{
   background-color: transparent;
   color: #F9841B;
   font-size: 24px;
   font-family: "Palatino Linotype";
   font-weight: bold;
   line-height: 32px;
   text-align: left;
   text-decoration: none;
   white-space: nowrap;
   margin: 0;
   cursor: pointer;
   border-bottom: 0px solid #FFFFFF;
   border-right: 0px solid #FFFFFF;
   border-top: 0px solid #FFFFFF;
   border-left: 0px solid #FFFFFF;
   padding: 7px 30px 7px 30px;
   vertical-align: middle;
}
.MenuBar2MainItemHover .MenuBar2MainItemRight,
.MenuBar2MainItemActive .MenuBar2MainItemRight,
.MenuBar2MainItemHover .MenuBar2MainFolderRight,
.MenuBar2MainItemActive .MenuBar2MainFolderRight
{
   width: 0px;
   cursor: pointer;
   border-width: 0;
   padding: 7px 0px 7px 0px;
   font-size: 1px;
}
.MenuBar2MenuItem .MenuBar2MenuItemLeft,
.MenuBar2MenuItem .MenuBar2MenuFolderLeft
{
   width: 0px;
   cursor: pointer;
   border-width: 0;
   text-align: center;
   padding: 11px 0px 11px 0px;
   font-size: 1px;
}
.MenuBar2MenuItem .MenuBar2MenuItemText, 
.MenuBar2MenuItem .MenuBar2MenuItemText a,
.MenuBar2MenuItem .MenuBar2MenuFolderText,
.MenuBar2MenuItem .MenuBar2MenuFolderText a
{
   background-color: #85BB45;
   color: #FFFFFF;
   font-size: 20px;
   font-family: "Palatino Linotype";
   font-weight: bold;
   line-height: 27px;
   text-align: left;
   text-decoration: none;
   white-space: nowrap;
   margin: 0;
   cursor: pointer;
   border-bottom: 0px none #CCCCCC;
   border-top: 0px none #CCCCCC;
   border-right: 0px none #CCCCCC;
   border-left: 0px none #CCCCCC;
   padding: 11px 5px 11px 5px;
   vertical-align: middle;
}
.MenuBar2MenuItem .MenuBar2MenuItemRight,
.MenuBar2MenuItem .MenuBar2MenuFolderRight
{
   width: 0px;
   cursor: pointer;
   border-width: 0;
   padding: 11px 0px 11px 0px;
   font-size: 1px;
}
.MenuBar2MenuItemHover .MenuBar2MenuItemLeft, 
.MenuBar2MenuItemActive .MenuBar2MenuItemLeft,
.MenuBar2MenuItemHover .MenuBar2MenuFolderLeft,
.MenuBar2MenuItemActive .MenuBar2MenuFolderLeft
{
   width: 0px;
   cursor: pointer;
   border-width: 0;
   padding: 11px 0px 11px 0px;
   font-size: 1px;
}
.MenuBar2MenuItemHover .MenuBar2MenuItemText,
.MenuBar2MenuItemActive .MenuBar2MenuItemText,
.MenuBar2MenuItemHover .MenuBar2MenuItemText a,
.MenuBar2MenuItemActive .MenuBar2MenuItemText a,
.MenuBar2MenuItemHover .MenuBar2MenuFolderText,
.MenuBar2MenuItemActive .MenuBar2MenuFolderText,
.MenuBar2MenuItemHover .MenuBar2MenuFolderText a,
.MenuBar2MenuItemActive .MenuBar2MenuFolderText a
{
   background-color: #85BB45;
   color: #EF7F1A;
   font-size: 20px;
   font-family: "Palatino Linotype";
   font-weight: bold;
   line-height: 27px;
   text-align: left;
   text-decoration: none;
   white-space: nowrap;
   margin: 0;
   cursor: pointer;
   border-bottom: 0px none #FFFFFF;
   border-top: 0px none #FFFFFF;
   border-right: 0px none #FFFFFF;
   border-left: 0px none #FFFFFF;
   padding: 11px 5px 11px 5px;
   vertical-align: middle;
}
.MenuBar2MenuItemHover .MenuBar2MenuItemRight,
.MenuBar2MenuItemActive .MenuBar2MenuItemRight,
.MenuBar2MenuItemHover .MenuBar2MenuFolderRight,
.MenuBar2MenuItemActive .MenuBar2MenuFolderRight
{
   width: 0px;
   cursor: pointer;
   border-width: 0;
   padding: 11px 0px 11px 0px;
   font-size: 1px;
}
.MenuBar2SubMenu td,
.MenuBar2Menu td,
.MenuBar2Menu tr
{
   vertical-align: middle;
}
.MenuBar2MenuSplitText div
{
   height: 1px;
   padding: 0;
   background-color: #666666;
   overflow: hidden;
}
.MenuBar2MenuItem .MenuBar2MenuSplitLeft
{
   height: 23px;
   padding: 0px 0px 0px 0px;
}
.MenuBar2MenuItem .MenuBar2MenuSplitText
{
   background-color: #85BB45;
   height: 23px;
   padding: 0px 6px 0px 6px;
}
.MenuBar2MenuItem .MenuBar2MenuSplitRight
{
   height: 23px;
   padding: 0px 0px 0px 0px;
}
.MenuBar2MainSplitText div
{
   background-color: #666666;
   height: 1px;
   padding: 0;
   overflow: hidden;
}
.MenuBar2MainItem .MenuBar2MainSplitLeft 
{
   height: 15px;
   padding: 0px 0px 0px 0px;
}
.MenuBar2MainItem .MenuBar2MainSplitText
{
   background-color: transparent;
   height: 15px;
   padding: 0px 0px 0px 0px;
}
.MenuBar2MainItem .MenuBar2MainSplitRight
{
   height: 15px;
   padding: 0px 0px 0px 0px;
}
.MenuBar2MainItem
{
   vertical-align: middle;
}
.MenuBar2HorizontalSplit
{
   border-right: 0 solid #8080FF;
   border-left: 0 solid #8080FF;
   width: 65px;
   background-color: transparent;
   padding: 7px 0px 7px 0px;
   vertical-align: middle;
   text-align: center;
   text-decoration: none;
   color: #666666;
   font-size: 24px;
   font-family: "Palatino Linotype";
   font-style: normal;
}
.MenuBar2MainItem, .MenuBar2MainItemHover, .MenuBar2MainItemActive,
.MenuBar2MenuItem, .MenuBar2MenuItemHover, .MenuBar2MenuItemActive
{
   white-space: nowrap;
}
.MenuBar2SpacerDiv
{
   background: transparent;
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 1px;
}
#MenuBar4
{
   background-color: transparent;
   border: 0px solid #228B22;
}
.MenuBar4SubMenu
{
   background-color: transparent;
   border: 0px solid #FFFFFF;
   position:	absolute;
   visibility: hidden;
   overflow: visible;
   z-index: 100;
}
.MenuBar4SubMenuTable
{
   cursor: default;
   border: 0;
   padding: 0;
}
.MenuBar4SubMenuTable tr
{
   margin: 0;
   padding: 0;
}
.MenuBar4Menu
{
   background-color: transparent;
   margin: 0px 0 0px 0px;
   padding: 0;
}
.MenuBar4MenuOuter
{
   background-color: transparent;
   border: 0px solid #228B22;
}
.MenuBar4Menu tr
{
   margin: 0;
   padding: 0;
}
.MenuBar4MainItem .MenuBar4MainItemLeft,
.MenuBar4MainItem .MenuBar4MainFolderLeft
{
   width: 0px;
   cursor: pointer;
   border-width: 0;
   text-align: center;
   padding: 7px 0px 7px 0px;
   font-size: 1px;
}
.MenuBar4MainItem .MenuBar4MainItemText, 
.MenuBar4MainItem .MenuBar4MainItemText a,
.MenuBar4MainItem .MenuBar4MainFolderText,
.MenuBar4MainItem .MenuBar4MainFolderText a
{
   background-color: transparent;
   color: #FFFFFF;
   font-size: 20px;
   font-family: "Palatino Linotype";
   font-weight: bold;
   line-height: 27px;
   text-align: left;
   text-decoration: none;
   white-space: nowrap;
   margin: 0;
   cursor: pointer;
   border-bottom: 0px solid #CCCCCC;
   border-right: 0px solid #CCCCCC;
   border-top: 0px solid #CCCCCC;
   border-left: 0px solid #CCCCCC;
   padding: 7px 10px 7px 10px;
   vertical-align: middle;
}
.MenuBar4MainItem .MenuBar4MainItemRight,
.MenuBar4MainItem .MenuBar4MainFolderRight
{
   width: 0px;
   cursor: pointer;
   border-width: 0;
   padding: 7px 0px 7px 0px;
   font-size: 1px;
}
.MenuBar4MainItemHover .MenuBar4MainItemLeft,
.MenuBar4MainItemActive .MenuBar4MainItemLeft,
.MenuBar4MainItemHover .MenuBar4MainFolderLeft,
.MenuBar4MainItemActive .MenuBar4MainFolderLeft
{
   width: 0px;
   cursor: pointer;
   border-width: 0;
   padding: 7px 0px 7px 0px;
   font-size: 1px;
}
.MenuBar4MainItemHover .MenuBar4MainItemText,
.MenuBar4MainItemActive .MenuBar4MainItemText,
.MenuBar4MainItemHover .MenuBar4MainItemText a,
.MenuBar4MainItemActive .MenuBar4MainItemText a,
.MenuBar4MainItemHover .MenuBar4MainFolderText,
.MenuBar4MainItemActive .MenuBar4MainFolderText,
.MenuBar4MainItemHover .MenuBar4MainFolderText a,
.MenuBar4MainItemActive .MenuBar4MainFolderText a
{
   background-color: transparent;
   color: #F9841B;
   font-size: 20px;
   font-family: "Palatino Linotype";
   font-weight: bold;
   line-height: 27px;
   text-align: left;
   text-decoration: none;
   white-space: nowrap;
   margin: 0;
   cursor: pointer;
   border-bottom: 0px solid #FFFFFF;
   border-right: 0px solid #FFFFFF;
   border-top: 0px solid #FFFFFF;
   border-left: 0px solid #FFFFFF;
   padding: 7px 10px 7px 10px;
   vertical-align: middle;
}
.MenuBar4MainItemHover .MenuBar4MainItemRight,
.MenuBar4MainItemActive .MenuBar4MainItemRight,
.MenuBar4MainItemHover .MenuBar4MainFolderRight,
.MenuBar4MainItemActive .MenuBar4MainFolderRight
{
   width: 0px;
   cursor: pointer;
   border-width: 0;
   padding: 7px 0px 7px 0px;
   font-size: 1px;
}
.MenuBar4MenuItem .MenuBar4MenuItemLeft,
.MenuBar4MenuItem .MenuBar4MenuFolderLeft
{
   width: 0px;
   cursor: pointer;
   border-width: 0;
   text-align: center;
   padding: 11px 0px 11px 0px;
   font-size: 1px;
}
.MenuBar4MenuItem .MenuBar4MenuItemText, 
.MenuBar4MenuItem .MenuBar4MenuItemText a,
.MenuBar4MenuItem .MenuBar4MenuFolderText,
.MenuBar4MenuItem .MenuBar4MenuFolderText a
{
   background-color: #85BB45;
   color: #FFFFFF;
   font-size: 20px;
   font-family: "Palatino Linotype";
   font-weight: bold;
   line-height: 27px;
   text-align: left;
   text-decoration: none;
   white-space: nowrap;
   margin: 0;
   cursor: pointer;
   border-bottom: 0px none #CCCCCC;
   border-top: 0px none #CCCCCC;
   border-right: 0px none #CCCCCC;
   border-left: 0px none #CCCCCC;
   padding: 11px 5px 11px 5px;
   vertical-align: middle;
}
.MenuBar4MenuItem .MenuBar4MenuItemRight,
.MenuBar4MenuItem .MenuBar4MenuFolderRight
{
   width: 0px;
   cursor: pointer;
   border-width: 0;
   padding: 11px 0px 11px 0px;
   font-size: 1px;
}
.MenuBar4MenuItemHover .MenuBar4MenuItemLeft, 
.MenuBar4MenuItemActive .MenuBar4MenuItemLeft,
.MenuBar4MenuItemHover .MenuBar4MenuFolderLeft,
.MenuBar4MenuItemActive .MenuBar4MenuFolderLeft
{
   width: 0px;
   cursor: pointer;
   border-width: 0;
   padding: 11px 0px 11px 0px;
   font-size: 1px;
}
.MenuBar4MenuItemHover .MenuBar4MenuItemText,
.MenuBar4MenuItemActive .MenuBar4MenuItemText,
.MenuBar4MenuItemHover .MenuBar4MenuItemText a,
.MenuBar4MenuItemActive .MenuBar4MenuItemText a,
.MenuBar4MenuItemHover .MenuBar4MenuFolderText,
.MenuBar4MenuItemActive .MenuBar4MenuFolderText,
.MenuBar4MenuItemHover .MenuBar4MenuFolderText a,
.MenuBar4MenuItemActive .MenuBar4MenuFolderText a
{
   background-color: #85BB45;
   color: #EF7F1A;
   font-size: 20px;
   font-family: "Palatino Linotype";
   font-weight: bold;
   line-height: 27px;
   text-align: left;
   text-decoration: none;
   white-space: nowrap;
   margin: 0;
   cursor: pointer;
   border-bottom: 0px none #FFFFFF;
   border-top: 0px none #FFFFFF;
   border-right: 0px none #FFFFFF;
   border-left: 0px none #FFFFFF;
   padding: 11px 5px 11px 5px;
   vertical-align: middle;
}
.MenuBar4MenuItemHover .MenuBar4MenuItemRight,
.MenuBar4MenuItemActive .MenuBar4MenuItemRight,
.MenuBar4MenuItemHover .MenuBar4MenuFolderRight,
.MenuBar4MenuItemActive .MenuBar4MenuFolderRight
{
   width: 0px;
   cursor: pointer;
   border-width: 0;
   padding: 11px 0px 11px 0px;
   font-size: 1px;
}
.MenuBar4SubMenu td,
.MenuBar4Menu td,
.MenuBar4Menu tr
{
   vertical-align: middle;
}
.MenuBar4MenuSplitText div
{
   height: 1px;
   padding: 0;
   background-color: #666666;
   overflow: hidden;
}
.MenuBar4MenuItem .MenuBar4MenuSplitLeft
{
   height: 23px;
   padding: 0px 0px 0px 0px;
}
.MenuBar4MenuItem .MenuBar4MenuSplitText
{
   background-color: #85BB45;
   height: 23px;
   padding: 0px 6px 0px 6px;
}
.MenuBar4MenuItem .MenuBar4MenuSplitRight
{
   height: 23px;
   padding: 0px 0px 0px 0px;
}
.MenuBar4MainSplitText div
{
   background-color: #666666;
   height: 1px;
   padding: 0;
   overflow: hidden;
}
.MenuBar4MainItem .MenuBar4MainSplitLeft 
{
   height: 15px;
   padding: 0px 0px 0px 0px;
}
.MenuBar4MainItem .MenuBar4MainSplitText
{
   background-color: transparent;
   height: 15px;
   padding: 0px 0px 0px 0px;
}
.MenuBar4MainItem .MenuBar4MainSplitRight
{
   height: 15px;
   padding: 0px 0px 0px 0px;
}
.MenuBar4MainItem
{
   vertical-align: middle;
}
.MenuBar4HorizontalSplit
{
   border-right: 0 solid #8080FF;
   border-left: 0 solid #8080FF;
   width: 25px;
   background-color: transparent;
   padding: 7px 0px 7px 0px;
   vertical-align: middle;
   text-align: center;
   text-decoration: none;
   color: #666666;
   font-size: 20px;
   font-family: "Palatino Linotype";
   font-style: normal;
}
.MenuBar4MainItem, .MenuBar4MainItemHover, .MenuBar4MainItemActive,
.MenuBar4MenuItem, .MenuBar4MenuItemHover, .MenuBar4MenuItemActive
{
   white-space: nowrap;
}
.MenuBar4SpacerDiv
{
   background: transparent;
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 1px;
}
#Image8
{
   border: 0px #000000 solid;
   padding: 0px 0px 0px 0px;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text6 div
{
   text-align: left;
}
#wb_Text8 
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text8 div
{
   text-align: left;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text5 div
{
   text-align: left;
}
#Layer2_Container
{
   width: 1278px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_MenuBar4
{
   position: absolute;
   left: -80px;
   top: -12px;
   width: 630px;
   height: 49px;
   visibility: hidden;
   z-index: 1000;
}
#ClipArt6
{
   width: 30px;
   height: 22px;
}
#wb_uid1
{
   color: #218921;
   font-family: Times New Roman;
   font-size: 15px;
}
#wb_uid2
{
   position: absolute;
   left: -9999px;
}
#wb_Text1
{
   position: absolute;
   left: 1081px;
   top: 112px;
   width: 189px;
   height: 24px;
   z-index: 4;
   text-align: left;
}
#Banner1
{
   position: absolute;
   left: 173px;
   top: 263px;
   width: 933px;
   height: 48px;
   z-index: 20;
}
#wb_uid3
{
   color: #218921;
   font-family: Arial;
   font-size: 11px;
}
#wb_Text2
{
   position: absolute;
   left: 221px;
   top: 932px;
   width: 141px;
   height: 18px;
   text-align: center;
   z-index: 5;
}
#Banner2
{
   visibility: hidden;
   position: absolute;
   left: 174px;
   top: 323px;
   width: 699px;
   height: 48px;
   z-index: 27;
}
#wb_Image1
{
   position: absolute;
   left: 364px;
   top: 0px;
   width: 557px;
   height: 201px;
   z-index: 11;
}
#wb_uid4
{
   color: #85BB45;
   font-family: Calibri;
   font-size: 24px;
}
#wb_Text3
{
   position: absolute;
   left: 1077px;
   top: 36px;
   width: 196px;
   height: 29px;
   text-align: center;
   z-index: 10;
}
#Layer1
{
   position: absolute;
   text-align: left;
   left: 0%;
   top: 330px;
   width: 100%;
   height: 546px;
   z-index: 32;
}
#wb_Image2
{
   position: absolute;
   left: 356px;
   top: 135px;
   width: 557px;
   height: 201px;
   visibility: hidden;
   z-index: 12;
}
#wb_uid5
{
   color: #85BB45;
   font-family: Times New Roman;
   font-size: 24px;
}
#wb_Text4
{
   position: absolute;
   left: 860px;
   top: 920px;
   width: 400px;
   height: 42px;
   text-align: center;
   z-index: 7;
}
#35954500
{
   width: 80px;
   height: 31px;
   border: 0;
}
#Layer2
{
   position: absolute;
   text-align: center;
   left: 0%;
   top: 209px;
   width: 99.8438%;
   height: 51px;
   z-index: 34;
}
#wb_Text5
{
   position: absolute;
   left: 107px;
   top: 1026px;
   width: 189px;
   height: 17px;
   visibility: hidden;
   z-index: 31;
   text-align: left;
}
#wb_Image3
{
   position: absolute;
   left: 4px;
   top: 11px;
   width: 214px;
   height: 181px;
   z-index: 16;
}
#wb_uid6
{
   color: #85BB45;
   font-family: Calibri;
   font-size: 17px;
}
#Layer3
{
   position: absolute;
   text-align: center;
   visibility: hidden;
   left: 7.8125%;
   top: 336px;
   width: 100%;
   height: 51px;
   z-index: 33;
}
#wb_Text6
{
   position: absolute;
   left: 744px;
   top: 173px;
   width: 189px;
   height: 19px;
   visibility: hidden;
   z-index: 29;
   text-align: left;
}
#wb_Image4
{
   position: absolute;
   left: 78px;
   top: 137px;
   width: 214px;
   height: 181px;
   visibility: hidden;
   z-index: 17;
}
#wb_uid7
{
   color: #85BB45;
   font-family: Times New Roman;
   font-size: 17px;
}
#Html1
{
   position: absolute;
   left: 136px;
   top: 997px;
   width: 80px;
   height: 31px;
   z-index: 6;
}
#wb_Image5
{
   position: absolute;
   left: 106px;
   top: 118px;
   width: 170px;
   height: 143px;
   visibility: hidden;
   z-index: 21;
}
#wb_uid8
{
   display: none;
}
#wb_Text7
{
   position: absolute;
   left: 680px;
   top: 106px;
   width: 196px;
   height: 21px;
   visibility: hidden;
   text-align: center;
   z-index: 14;
}
#wb_Text8
{
   position: absolute;
   left: 244px;
   top: 254px;
   width: 189px;
   height: 24px;
   visibility: hidden;
   z-index: 30;
   text-align: left;
}
#wb_uid10
{
   color: #85BB45;
   font-family: Calibri;
   font-size: 24px;
}
#wb_Text10
{
   position: absolute;
   left: 197px;
   top: 179px;
   width: 196px;
   height: 29px;
   visibility: hidden;
   text-align: center;
   z-index: 24;
}
#wb_Image6
{
   position: absolute;
   left: 225px;
   top: 130px;
   width: 557px;
   height: 201px;
   visibility: hidden;
   z-index: 22;
}
#wb_uid9
{
   color: #218921;
   font-family: Arial;
   font-size: 11px;
}
#Html3
{
   position: absolute;
   left: 441px;
   top: 897px;
   width: 100px;
   height: 100px;
   z-index: 8;
}
#wb_ClipArt1
{
   position: absolute;
   left: 1020px;
   top: 35px;
   width: 30px;
   height: 30px;
   z-index: 2;
}
#wb_uid11
{
   color: #85BB45;
   font-family: Times New Roman;
   font-size: 24px;
}
#wb_ClipArt2
{
   position: absolute;
   left: 652px;
   top: 105px;
   width: 20px;
   height: 20px;
   visibility: hidden;
   z-index: 13;
}
#wb_Image7
{
   position: absolute;
   left: 134px;
   top: 915px;
   width: 82px;
   height: 69px;
   z-index: 9;
}
#wb_Image8
{
   position: absolute;
   left: 617px;
   top: 897px;
   width: 153px;
   height: 215px;
   z-index: 28;
}
#wb_uid12
{
   color: #218921;
   font-family: Arial;
   font-size: 11px;
}
#wb_Text12
{
   position: absolute;
   left: 874px;
   top: 920px;
   width: 400px;
   height: 42px;
   visibility: hidden;
   text-align: center;
   z-index: 19;
}
#wb_ClipArt3
{
   position: absolute;
   left: 652px;
   top: 166px;
   width: 20px;
   height: 12px;
   visibility: hidden;
   z-index: 15;
}
#wb_uid13
{
   color: #85BB45;
   font-family: Arial;
   font-size: 16px;
}
#wb_ClipArt4
{
   position: absolute;
   left: 1021px;
   top: 113px;
   width: 30px;
   height: 22px;
   z-index: 3;
}
#Layer3_Container
{
   width: 1280px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_uid14
{
   color: #85BB45;
   font-family: Arial;
   font-size: 21px;
}
#wb_ClipArt5
{
   position: absolute;
   left: 169px;
   top: 178px;
   width: 30px;
   height: 30px;
   visibility: hidden;
   z-index: 23;
}
#ClipArt1
{
   width: 30px;
   height: 30px;
}
#wb_uid15
{
   color: #85BB45;
   font-family: Arial;
   font-size: 15px;
}
#wb_Text15
{
   position: absolute;
   left: 229px;
   top: 759px;
   width: 400px;
   height: 42px;
   visibility: hidden;
   text-align: center;
   z-index: 26;
}
#wb_ClipArt6
{
   position: absolute;
   left: 115px;
   top: 221px;
   width: 30px;
   height: 22px;
   visibility: hidden;
   z-index: 25;
}
#ClipArt2
{
   width: 20px;
   height: 20px;
}
#wb_uid16
{
   display: none;
}
#ClipArt3
{
   width: 20px;
   height: 12px;
}
#wb_uid17
{
   display: none;
}
#wb_MenuBar2
{
   position: absolute;
   left: 68px;
   top: 2px;
   width: 1145px;
   height: 46px;
   z-index: 1001;
}
#ClipArt4
{
   width: 30px;
   height: 22px;
}
#ClipArt5
{
   width: 30px;
   height: 30px;
}
#wb_MenuBar3
{
   position: absolute;
   left: 0px;
   top: 336px;
   width: 1090px;
   height: 49px;
   visibility: hidden;
   z-index: 1018;
}
#wb_uid0
{
   color: #85BB45;
   font-family: Arial;
   font-size: 21px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px)
{
div#container
{
   width: 768px;
}
body
{
   background-color: #FFFFE0;
   background-image: none;
}
#Layer1
{
   left: 0px;
   top: 301px;
   height: 546px;
   visibility: visible;
   display: inline;
   background-color: #FFFFFF;
   background-image: url(images/mos.jpg);
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: накрывает;
}
#Layer1
{
   left: 0%;
   width: 100%;
}
#wb_ClipArt1
{
   left: 1047px;
   top: 35px;
   visibility: hidden;
   display: none;
}
#wb_ClipArt4
{
   left: 1047px;
   top: 96px;
   visibility: hidden;
   display: none;
}
#wb_Text1
{
   left: 1101px;
   top: 89px;
   width: 149px;
   height: 24px;
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: none;
}
#wb_Text2
{
   left: 414px;
   top: 945px;
   width: 141px;
   height: 18px;
   visibility: visible;
   display: inline;
   background-color: transparent;
   background-image: none;
}
#Html1
{
   left: 318px;
   top: 1269px;
   width: 80px;
   height: 31px;
   visibility: visible;
   display: inline;
}
#wb_Text4
{
   left: 836px;
   top: 928px;
   width: 400px;
   height: 42px;
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: none;
}
#Html3
{
   left: 15px;
   top: 901px;
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline;
}
#wb_Image7
{
   left: 318px;
   top: 915px;
   width: 82px;
   height: 69px;
   visibility: visible;
   display: inline;
}
#wb_Text3
{
   left: 1075px;
   top: 36px;
   width: 196px;
   height: 29px;
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: none;
}
#wb_Image1
{
   left: 362px;
   top: 0px;
   width: 557px;
   height: 201px;
   visibility: hidden;
   display: none;
}
#wb_Image2
{
   left: 185px;
   top: 4px;
   width: 399px;
   height: 144px;
   visibility: visible;
   display: inline;
}
#wb_ClipArt2
{
   left: 593px;
   top: 53px;
   visibility: visible;
   display: inline;
}
#wb_Text7
{
   left: 623px;
   top: 53px;
   width: 142px;
   height: 21px;
   visibility: visible;
   display: inline;
   background-color: transparent;
   background-image: none;
}
#wb_ClipArt3
{
   left: 594px;
   top: 115px;
   visibility: visible;
   display: inline;
}
#wb_Image3
{
   left: 4px;
   top: 11px;
   width: 214px;
   height: 181px;
   visibility: hidden;
   display: none;
}
#wb_Image4
{
   left: 0px;
   top: 4px;
   width: 170px;
   height: 143px;
   visibility: visible;
   display: inline;
}
#Layer3
{
   left: 0px;
   top: 182px;
   height: 51px;
   visibility: visible;
   display: inline;
   background-color: #85BB45;
   background-image: none;
}
#Layer3
{
   left: 0%;
   width: 100%;
}
#Layer3_Container
{
   width: 768px;
}
#wb_MenuBar3
{
   left: 95px;
   top: 170px;
   width: 1090px;
   height: 49px;
   visibility: hidden;
   display: none;
}
#wb_Text12
{
   left: 393px;
   top: 930px;
   width: 349px;
   height: 42px;
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: none;
}
#Banner1
{
   left: 34px;
   top: 243px;
   width: 701px;
   height: 50px;
   visibility: visible;
   display: inline;
   color: #85BB45;
   font-size: 32px;
   background-color: transparent;
   background-image: none;
}
#Banner1 span
{
   height: 32px;
   margin: 8px 0px 8px 0px;
}
#wb_Image5
{
   left: 0px;
   top: 0px;
   width: 131px;
   height: 111px;
   visibility: hidden;
   display: none;
}
#wb_Image6
{
   left: 140px;
   top: 1px;
   width: 266px;
   height: 95px;
   visibility: hidden;
   display: none;
}
#wb_ClipArt5
{
   left: 95px;
   top: 115px;
   visibility: hidden;
   display: none;
}
#wb_Text10
{
   left: 123px;
   top: 116px;
   width: 196px;
   height: 29px;
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: none;
}
#wb_ClipArt6
{
   left: 95px;
   top: 157px;
   visibility: hidden;
   display: none;
}
#wb_Text15
{
   left: 197px;
   top: 1339px;
   width: 325px;
   height: 42px;
   visibility: visible;
   display: inline;
   background-color: transparent;
   background-image: none;
}
#Banner2
{
   left: 0px;
   top: 266px;
   width: 701px;
   height: 50px;
   visibility: hidden;
   display: none;
   color: #85BB45;
   font-size: 21px;
   background-color: transparent;
   background-image: none;
}
#Banner2 span
{
   height: 21px;
   margin: 14px 0px 14px 0px;
}
#Layer2
{
   left: 34px;
   top: 242px;
   height: 53px;
   visibility: hidden;
   display: none;
   font-size: 13px;
   background-color: #87BC45;
   background-image: none;
}
#Layer2
{
   left: 4.4271%;
   width: 154.2969%;
}
#Layer2_Container
{
   width: 1185px;
}
#wb_MenuBar2
{
   left: 0px;
   top: 2px;
   width: 1145px;
   height: 49px;
   visibility: hidden;
   display: none;
}
#wb_MenuBar4
{
   left: 61px;
   top: 1px;
   width: 630px;
   height: 49px;
   visibility: visible;
   display: inline;
}
#wb_Image8
{
   left: 293px;
   top: 1046px;
   width: 133px;
   height: 187px;
   visibility: visible;
   display: inline;
}
#wb_Text6
{
   left: 623px;
   top: 112px;
   width: 143px;
   height: 19px;
   visibility: visible;
   display: inline;
   background-color: transparent;
   background-image: none;
}
#wb_Text8
{
   left: 244px;
   top: 254px;
   width: 189px;
   height: 24px;
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: none;
}
#wb_Text5
{
   left: 107px;
   top: 1026px;
   width: 189px;
   height: 17px;
   visibility: visible;
   display: inline;
   background-color: transparent;
   background-image: none;
}
}
@media only screen and (max-width: 767px)
{
div#container
{
   width: 414px;
}
#Layer1
{
   left: 0px;
   top: 329px;
   height: 546px;
   visibility: visible;
   display: inline;
   background-color: #FFFFFF;
   background-image: url(images/mos.jpg);
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: накрывает;
}
#Layer1
{
   left: 0%;
   width: 100.4831%;
}
#wb_ClipArt1
{
   left: 1047px;
   top: 35px;
   visibility: hidden;
   display: none;
}
#wb_ClipArt4
{
   left: 1047px;
   top: 96px;
   visibility: hidden;
   display: none;
}
#wb_Text1
{
   left: 1101px;
   top: 89px;
   width: 149px;
   height: 24px;
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: none;
}
#wb_Text2
{
   left: 266px;
   top: 946px;
   width: 141px;
   height: 18px;
   visibility: visible;
   display: inline;
   background-color: transparent;
   background-image: none;
}
#Html1
{
   left: 162px;
   top: 1381px;
   width: 80px;
   height: 31px;
   visibility: visible;
   display: inline;
}
#wb_Text4
{
   left: 860px;
   top: 920px;
   width: 400px;
   height: 42px;
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: none;
}
#Html3
{
   left: 148px;
   top: 1250px;
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline;
}
#wb_Image7
{
   left: 166px;
   top: 915px;
   width: 82px;
   height: 69px;
   visibility: visible;
   display: inline;
}
#wb_Text3
{
   left: 1075px;
   top: 36px;
   width: 196px;
   height: 29px;
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: none;
}
#wb_Image1
{
   left: 362px;
   top: 0px;
   width: 557px;
   height: 201px;
   visibility: hidden;
   display: none;
}
#wb_Image2
{
   left: 356px;
   top: 135px;
   width: 557px;
   height: 201px;
   visibility: hidden;
   display: none;
}
#wb_ClipArt2
{
   left: 652px;
   top: 105px;
   visibility: hidden;
   display: none;
}
#wb_Text7
{
   left: 680px;
   top: 106px;
   width: 196px;
   height: 21px;
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: none;
}
#wb_ClipArt3
{
   left: 652px;
   top: 166px;
   visibility: hidden;
   display: none;
}
#wb_Image3
{
   left: 4px;
   top: 11px;
   width: 214px;
   height: 181px;
   visibility: hidden;
   display: none;
}
#wb_Image4
{
   left: 78px;
   top: 137px;
   width: 214px;
   height: 181px;
   visibility: hidden;
   display: none;
}
#Layer3
{
   left: 100px;
   top: 336px;
   height: 51px;
   visibility: hidden;
   display: none;
   background-color: #85BB45;
   background-image: none;
}
#Layer3
{
   left: 24.1546%;
   width: 309.1787%;
}
#Layer3_Container
{
   width: 1280px;
}
#wb_MenuBar3
{
   left: 0px;
   top: 336px;
   width: 1090px;
   height: 49px;
   visibility: hidden;
   display: none;
}
#wb_Text12
{
   left: 874px;
   top: 920px;
   width: 400px;
   height: 42px;
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: none;
}
#Banner1
{
   left: 221px;
   top: 262px;
   width: 935px;
   height: 50px;
   visibility: hidden;
   display: none;
   color: #85BB45;
   font-size: 43px;
   background-color: transparent;
   background-image: none;
}
#Banner1 span
{
   height: 43px;
   margin: 3px 0px 3px 0px;
}
#wb_Image5
{
   left: 0px;
   top: 0px;
   width: 131px;
   height: 111px;
   visibility: visible;
   display: inline;
}
#wb_Image6
{
   left: 140px;
   top: 1px;
   width: 266px;
   height: 95px;
   visibility: visible;
   display: inline;
}
#wb_ClipArt5
{
   left: 95px;
   top: 115px;
   visibility: visible;
   display: inline;
}
#wb_Text10
{
   left: 140px;
   top: 116px;
   width: 196px;
   height: 29px;
   visibility: visible;
   display: inline;
   background-color: transparent;
   background-image: none;
}
#wb_ClipArt6
{
   left: 95px;
   top: 181px;
   visibility: visible;
   display: inline;
}
#wb_Text15
{
   left: 45px;
   top: 1429px;
   width: 325px;
   height: 42px;
   visibility: visible;
   display: inline;
   background-color: transparent;
   background-image: none;
}
#Banner2
{
   left: 4px;
   top: 237px;
   width: 406px;
   height: 50px;
   visibility: visible;
   display: inline;
   color: #85BB45;
   font-size: 17px;
   background-color: transparent;
   background-image: none;
}
#Banner2 span
{
   height: 17px;
   margin: 16px 0px 16px 0px;
}
#Layer2
{
   left: 0px;
   top: 157px;
   height: 170px;
   visibility: hidden;
   display: none;
   background-color: #87BC45;
   background-image: none;
}
#Layer2
{
   left: 0%;
   width: 292.5121%;
}
#Layer2_Container
{
   width: 1211px;
}
#wb_MenuBar2
{
   left: 66px;
   top: 0px;
   width: 1145px;
   height: 49px;
   visibility: hidden;
   display: none;
}
#wb_MenuBar4
{
   left: -100px;
   top: -58px;
   width: 630px;
   height: 49px;
   visibility: hidden;
   display: none;
}
#wb_Image8
{
   left: 141px;
   top: 1028px;
   width: 133px;
   height: 187px;
   visibility: visible;
   display: inline;
}
#wb_Text6
{
   left: 623px;
   top: 112px;
   width: 143px;
   height: 19px;
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: none;
}
#wb_Text8
{
   left: 148px;
   top: 180px;
   width: 189px;
   height: 24px;
   visibility: visible;
   display: inline;
   background-color: transparent;
   background-image: none;
}
#wb_Text5
{
   left: 19px;
   top: 947px;
   width: 129px;
   height: 17px;
   visibility: visible;
   display: inline;
   background-color: transparent;
   background-image: none;
}
}
