div#container
{
   width: 1000px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #F5F5DC;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
   overflow-x: auto;
   overflow-y: auto;
}
.wb-theme-header
{
   background-color: #DEEDF7;
   background-image: none;
   border: 1px solid #AED0EA;
   border-radius: 0px;
   color: #222222;
   --background-color: rgba(222,237,247,1.00);
   --border-color: #AED0EA;
   --border-width: 1px;
   --color: #222222;
}
.wb-theme-content
{
   background-color: #F2F5F7;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 0px;
   color: #362B36;
   --background-color: rgba(242,245,247,1.00);
   --border-color: #DDDDDD;
   --border-width: 1px;
   --color: #362B36;
   --icon-color: #72A7CF;
   --colorize: invert(72%) sepia(10%) saturate(2020%) hue-rotate(171deg) brightness(89%) contrast(80%);
}
.wb-theme-button, .wb-theme-static
{
   background-color: #D7EBF9;
   background-image: none;
   border: 1px solid #AED0EA;
   border-radius: 0px;
   color: #2779AA;
   --background-color: rgba(215,235,249,1.00);
   --border-color: #AED0EA;
   --border-width: 1px;
   --color: #2779AA;
}
.wb-theme-button:hover
{
   background-color: #E4F1FB;
   background-image: none;
   border: 1px solid #74B2E2;
   border-radius: 0px;
   color: #0070A3;
   --background-color: rgba(228,241,251,1.00);
   --border-color: #74B2E2;
   --border-width: 1px;
   --color: #0070A3;
}
.wb-theme-button.active, .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #3BAAE3;
   background-image: none;
   border: 1px solid #2694E8;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(59,170,227,1.00);
   --border-color: #2694E8;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-header
{
   background-color: #DEEDF7;
   background-image: none;
   border: 1px solid #AED0EA;
   border-radius: 0px;
   color: #222222;
   --background-color: rgba(222,237,247,1.00);
   --border-color: #AED0EA;
   --border-width: 1px;
   --color: #222222;
}
.darktheme .wb-theme-content
{
   background-color: #212529;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 0px;
   color: #DEE2E6;
   --background-color: rgba(33,37,41,1.00);
   --border-color: #DDDDDD;
   --border-width: 1px;
   --color: #DEE2E6;
   --icon-color: #72A7CF;
   --colorize: invert(64%) sepia(80%) saturate(267%) hue-rotate(172deg) brightness(86%) contrast(88%);
}
.darktheme .wb-theme-button, .darktheme .wb-theme-static
{
   background-color: #D7EBF9;
   background-image: none;
   border: 1px solid #AED0EA;
   border-radius: 0px;
   color: #2779AA;
   --background-color: rgba(215,235,249,1.00);
   --border-color: #AED0EA;
   --border-width: 1px;
   --color: #2779AA;
}
.darktheme .wb-theme-button:hover
{
   background-color: #E4F1FB;
   background-image: none;
   border: 1px solid #74B2E2;
   border-radius: 0px;
   color: #0070A3;
   --background-color: rgba(228,241,251,1.00);
   --border-color: #74B2E2;
   --border-width: 1px;
   --color: #0070A3;
}
.darktheme .wb-theme-button.active, .darktheme .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #3BAAE3;
   background-image: none;
   border: 1px solid #2694E8;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(59,170,227,1.00);
   --border-color: #2694E8;
   --border-width: 1px;
   --color: #FFFFFF;
}
.ui-widget-header
{
   background-color: #DEEDF7;
   background-image: none;
   border: 1px solid #AED0EA;
   border-radius: 0px;
   color: #222222;
   --background-color: rgba(222,237,247,1.00);
   --border-color: #AED0EA;
   --border-width: 1px;
   --color: #222222;
}
.ui-widget-content
{
   background-color: #F2F5F7;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 0px;
   color: #362B36;
   --background-color: rgba(242,245,247,1.00);
   --border-color: #DDDDDD;
   --border-width: 1px;
   --color: #362B36;
   --icon-color: #72A7CF;
   --colorize: invert(77%) sepia(6%) saturate(4762%) hue-rotate(176deg) brightness(87%) contrast(84%);
}
.ui-state-default
{
   background-color: #D7EBF9;
   background-image: none;
   border: 1px solid #AED0EA;
   border-radius: 0px;
   color: #2779AA;
   --background-color: rgba(215,235,249,1.00);
   --border-color: #AED0EA;
   --border-width: 1px;
   --color: #2779AA;
}
.ui-state-hover
{
   background-color: #E4F1FB;
   background-image: none;
   border: 1px solid #74B2E2;
   border-radius: 0px;
   color: #0070A3;
   --background-color: rgba(228,241,251,1.00);
   --border-color: #74B2E2;
   --border-width: 1px;
   --color: #0070A3;
}
.ui-state-default.active, .ui-state-active, .active > .ui-state-default
{
   background-color: #3BAAE3;
   background-image: none;
   border: 1px solid #2694E8;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(59,170,227,1.00);
   --border-color: #2694E8;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .ui-widget-header
{
   background-color: #DEEDF7;
   background-image: none;
   border: 1px solid #AED0EA;
   border-radius: 0px;
   color: #222222;
   --background-color: rgba(222,237,247,1.00);
   --border-color: #AED0EA;
   --border-width: 1px;
   --color: #222222;
}
.darktheme .ui-widget-content
{
   background-color: #212529;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 0px;
   color: #DEE2E6;
   --background-color: rgba(33,37,41,1.00);
   --border-color: #DDDDDD;
   --border-width: 1px;
   --color: #DEE2E6;
   --icon-color: #72A7CF;
   --colorize: invert(73%) sepia(10%) saturate(2064%) hue-rotate(172deg) brightness(87%) contrast(84%);
}
.darktheme .ui-state-default, .darktheme .wb-theme-static
{
   background-color: #D7EBF9;
   background-image: none;
   border: 1px solid #AED0EA;
   border-radius: 0px;
   color: #2779AA;
   --background-color: rgba(215,235,249,1.00);
   --border-color: #AED0EA;
   --border-width: 1px;
   --color: #2779AA;
}
.darktheme .ui-state-hover
{
   background-color: #E4F1FB;
   background-image: none;
   border: 1px solid #74B2E2;
   border-radius: 0px;
   color: #0070A3;
   --background-color: rgba(228,241,251,1.00);
   --border-color: #74B2E2;
   --border-width: 1px;
   --color: #0070A3;
}
.darktheme .ui-state-default.active, .darktheme .ui-state-active, .active > .ui-state-default
{
   background-color: #3BAAE3;
   background-image: none;
   border: 1px solid #2694E8;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(59,170,227,1.00);
   --border-color: #2694E8;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .ui-button{
   background-color: #D7EBF9;
   background-image: none;
   border: 1px solid #AED0EA;
   border-radius: 0px;
   color: #2779AA;
   --background-color: rgba(215,235,249,1.00);
   --border-color: #AED0EA;
   --border-width: 1px;
   --color: #2779AA;
}
.darktheme .ui-button:hover
{
   background-color: #E4F1FB;
   background-image: none;
   border: 1px solid #74B2E2;
   border-radius: 0px;
   color: #0070A3;
   --background-color: rgba(228,241,251,1.00);
   --border-color: #74B2E2;
   --border-width: 1px;
   --color: #0070A3;
}
.darktheme .ui-button:active
{
   background-color: #3BAAE3;
   background-image: none;
   border: 1px solid #2694E8;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(59,170,227,1.00);
   --border-color: #2694E8;
   --border-width: 1px;
   --color: #FFFFFF;
}
#TabMenu1
{
   text-align: left;
   float: left;
   margin: 0;
   width: 100%;
   font-family: Arial;
   font-weight: bold;
   font-size: 13px;
   font-style: normal;
   list-style-type: none;
   padding: 15px 0 4px 10px;
   overflow: hidden;
}
#TabMenu1 li
{
   float: left;
}
#TabMenu1 li a.active, #TabMenu1 li a:hover.active
{
   position: relative;
   font-weight: 1;
   font-style: normal;
   text-decoration: none;
   z-index: 2;
}
#TabMenu1 li a
{
   padding: 5px 14px 8px 14px;
   margin-right: 3px;
   text-decoration: none;
   text-transform: none;
   border-bottom: none;
   position: relative;
   top: 0;
   transition: 500ms all linear;
}
#TabMenu1 li a:hover
{
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   top: -4px;
}
#TabMenu1
{
   border-bottom: 1px solid #5A7394;
}
#TabMenu1 li a.active, #TabMenu1 li a:hover.active
{
   background-color: #2E8B57;
   color: #FFFFFF;
}
#TabMenu1 li a
{
   border: 1px solid #5A7394;
   border-top-left-radius: 7px;
   border-top-right-radius: 7px;
   background-color: #F5F5DC;
   color: #666666;
}
#TabMenu1 li a:hover
{
   background-color: #C0C0C0;
   color: #FFFFFF;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text2 div
{
   text-align: left;
}
#jQueryButton1
{
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   border-style: solid;
   border-width: 1px;
   margin: 0;
   padding: 0;
   text-align: center;
   vertical-align: top;
}
#jQueryButton1 .ui-button
{
   position: absolute;
   padding: 0;
}
#jQueryButton1.ui-corner-all
{
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
#jQueryButton1.ui-corner-all
{
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
}
#Combobox1
{
   border: 1px solid #A9A9A9;
   border-radius: 2px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   margin: 0;
   text-align: left;
   padding: 0;
   box-sizing: border-box;
}
#Combobox1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#TextArt1
{
   border-width: 0;
   vertical-align: top;
}
#SlideShow1 .image
{
   border-width: 0;
   border-radius: inherit;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#SlideShow1 .caption
{
   margin: 0;
   padding: 0;
   z-index: 10;
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 20px;
   overflow: hidden;
}
#SlideShow1 .caption_background
{
   background-color: #F5F5DC;
   position: absolute;
   bottom: 0;
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
}
#SlideShow1 .caption_text
{
   margin: 3px;
   color: #696969;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: italic;
   text-align: center;
}
#SlideShow1
{
   border: 0px solid #000000;
   border-radius: 0px;
}
#html5_banner
{
   background-color: #F5F5F5;
   background-image: none;
   border: 1px ridge #A9A9A9;
   border-radius: 6px;
   box-shadow: 0px 0px 7px #FFFF00;
}
#TextArt2
{
   border-width: 0;
   vertical-align: top;
}
#TextArt2
{
   filter: drop-shadow(2px 2px 0px rgba(205,205,205,0.20));
}
#wb_TextArt2
{
   margin: 0;
   animation: puff-in 4000ms linear 0ms 1 normal, transform-wiggle 6000ms linear 4000ms 1 normal;
   vertical-align: top;
}
#wb_cover_Image1
{
   vertical-align: top;
}
#cover_Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_cover_Image2
{
   vertical-align: top;
}
#cover_Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_txt_Date 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
   animation: animate-fade-in-down 3000ms linear 3000ms 1 normal, invisible 3000ms linear 0ms 1 normal;
}
#wb_txt_Date div
{
   text-align: left;
}
#TheBanner
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   text-decoration: none;
   text-align: left;
   text-shadow: 0px 0px 4px rgba(0,0,0,1.00);
   margin: 0;
}
#TheBanner span
{
   display: block;
   height: 32px;
   margin: -1px 0 -1px 0 ;
}
#TheBanner
{
   margin: 0;
   animation: animate-fade-in-down 5000ms linear 2000ms 1 normal, transform-pulse 3000ms linear 7000ms 2 normal, invisible 2000ms linear 0ms 1 normal;
}
#TheBanner .single-char
{
   float: left;
}
#TheBanner div
{
   display: inline-block;
   text-align: left;
}
.TheBanner_ShowAnimation
{
   animation: transform-swing 1000ms linear 0s 1 normal both;
}
.TheBanner_HideAnimation
{
   animation: fadeout 1000ms linear 0s 1 normal both;
}
#timeBanner
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   text-decoration: none;
   text-align: left;
   text-shadow: 0px 0px 4px rgba(0,0,0,1.00);
   margin: 0;
}
#timeBanner span
{
   display: block;
   height: 32px;
   margin: -1px 0 -1px 0 ;
}
#timeBanner
{
   margin: 0;
   animation: animate-fade-in-down 5000ms linear 2000ms 1 normal, transform-pulse 3000ms linear 7000ms 2 normal, invisible 2000ms linear 0ms 1 normal;
}
#timeBanner .single-char
{
   float: left;
}
#timeBanner div
{
   display: inline-block;
   text-align: left;
}
.timeBanner_ShowAnimation
{
   animation: transform-swing 1000ms linear 0s 1 normal both;
}
.timeBanner_HideAnimation
{
   animation: fadeout 1000ms linear 0s 1 normal both;
}
#Layer1
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#Layer2
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#IFrame_main
{
   box-sizing: border-box;
   border: 0px solid transparent;
   border-radius: 0px;
   margin: 0;
}
#cover_left
{
   background-color: #FFDEAD;
   background-image: none;
   border-radius: 0px;
   animation: slide-left---phil 3000ms linear 4000ms 1 normal forwards, animate-fade-in 1000ms linear 0ms 1 normal forwards;
}
#cover_right
{
   background-color: #FFDEAD;
   background-image: none;
   border-radius: 0px;
   box-sizing: border-box;
   animation: slide-right---phil 3000ms linear 4000ms 1 normal, animate-fade-in 1000ms linear 0ms 1 normal forwards, opacity-0---phil 5000ms linear 7000ms 1 normal;
}
