/* Start of CMSMS style sheet 'Page' */
div#Container  {
               position: relative;
               z-index: 10;
               margin: 0 auto;
               padding: 0;
               width: 760px;
               background: #FFFFFF;
               height: auto !important;
               height: 100%;
               min-height: 100%;
               }

div#Path {
         height: 30px;
         border-bottom: 5px solid #D8D9DB;
         }

div#BreadCrumbs   {
                  line-height: 25px;
                  color: #006600;
                  margin: 0 20px;
                  font-family: arial, sans-serif;
                  }

div#BreadCrumbs span.ItemFirst   {
                                 position: relative;
                                 top: 2px;
                                 font-size: 18px;
                                 font-weight: bold;
                                 font-variant: small-caps;
                                 letter-spacing: 1px;
                                 color: #007700;
                                 margin: 0 5px 0 0;
                                 }

div#BreadCrumbs span.lastitem {
                              position: relative;
                              top: 2px;
                              margin: 0 3px;
                              }

div#BreadCrumbs span {
                     position: relative;
                     top: 2px;
                     margin: 0 3px;
                     }

div#BreadCrumbs a {
                  position: relative;
                  top: 2px;
                  margin: 0 3px;
                  }

div#Search  {
            position: absolute;
            float: right;
            top: 3px;
            right: 5px;
            }

div#Search form   {
                  margin: 0;
                  padding: 0;
                  }

div#Header  {
            width: 100%;
            height: 180px;
            background-color: #FFFFFF;
            border-bottom: 1px solid #000;
            }

div#HeaderLogo {
               position: relative;
               float: left;
               top: 15px;
               left: 15px;
               width: 260px;
               height: 135px;
               background-image: none;
               background-repeat: no-repeat;
               }

div#HeaderIMG  {
               position: relative;
               float: right;
               top: 25px;
               right: 25px;
               height: 120px;
               width: 420px;
               border: 1px solid #333;
               }


div#Content {
            padding: 0 0 0 0;
            margin: 15px 0 0 0;
            }

div#Left {
         float: left;
         z-index: 100;
         width: 250px;
         padding: 0 0 60px 0;
         }

div#LeftInner  {
               margin: 0 15px;
               }

div#LeftIMG  {
               position: relative;
               float: left;
               z-index: 100;
               top: 0px;
               left: 25px;
               height: 420px;
               width: 200px;
               display: block;
               margin: 5px 0 20px 0;
               border: 1px solid #333;
               }

div#Right   {
            float: right;
            z-index: 100;
            width: 500px;
            padding: 0 0 60px 0;
            }

div#RightInner {
               margin: 0 20px 20px 15px;
               }

div#Footer  {
            position: absolute;
            display: block;
            height: 40px;
            width: 3000px;
            margin: 0 0 0 -1120px;
            overflow: hidden;
            clear: both;
            bottom: 0;
            background-color: #DDDDDD;
            border-top: 2px solid #808080;
            text-align: center;
            }
div#Footer a {
color: #666666;
text-decoration: none;
font-size: 12px;
}
div#Footer a:hover {
color: #888888;
text-decoration: underline;
}

div#FooterInner   {
                  text-align: center;
                  }

div#FooterInner p {
                  line-height: 20px;
                  font-family: tahoma;
                  font-size: 14px;
                  font-variant: small-caps;
                  letter-spacing: 1px;
                  color: #666666;
                  }
/* End of 'Page' */

