/* Global Theme Style */
    * {
        margin: 0 0;
        padding: 0 0;
        font-family: arial;
    }
    
    body {
        background: #FFF url('/asset/path/48/bg.gif') repeat-x left top;
        color: #000;
    }
    

img {
    border: none;
}

    #content ul,
    #content ol {
        margin: 0 0 0 80px;
    }

    #content ol li,
    #content ul li {
        font-size: 18pt;
        line-height: 1em;
        padding: 10px 0;
    }

    h1, h2, h3, h4, h5 {
        line-height: 1em;
    }

    h1 {
        font-size: 18pt;
        font-weight: bold;
    }

    h2 {
        font-size: 14pt;
        font-weight: bold;
    }

    h3 {
        font-size: 12pt;
        font-weight: bold;
    }

pre {
  font-size: 9pt;
}

    #content ol ol li,
    #content ul ul li {
        margin: 0 0 0 -10px;
        font-size: 16pt;
        line-height: 1em;
        padding: 5px 0;
    }

    a,
    a:hover {
        background: transparent;
    }

a,
a:visited {
  color: #1e75a5;
}

    #content,
    #title,
    #logo {
        clear: both;
    }
    
#pageInfo {
  position: absolute;
  top: 83px;
  right: 20px;
  font-size: 12pt;
  font-weight: bold;
  color: #636363;
}

    #logo
    {
        float: right;
        margin: 13px 20px 0 0;
    }
    
    #logo,
    #logo span
    {
        width: 100px;
        height: 62px;
    }
    
    #logo .logo
    {
        height: 62px;
        position: relative;
        /* hide overflow: hidden from IE5/Mac */
        /* \\*/
        overflow: hidden;
        /* */
    }
    
    #logo .logo span
    {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1; /*for Opera 5 and 6*/
    }

    #logo, #logo span {
        background: url('/asset/path/46/logo-medium.gif') no-repeat center left;
    }

/* Page Navigation - START */

#pageNav {
   position: absolute;
   top: 83px;
   left: 30px;
}
#pageNav img {
    margin: 0 3px 0 0;
}

.clearFix {
    clear: both;
}

/* Page Navigation - END */

/* Title - START */

h1#title {
  position: absolute;
  top: 47px;
  left: 30px;
   font-size: 26pt;
  color: #92ab37;
  font-weight: normal;
}

/* Title - END */

/* Content - START */

#content {
  margin: 30px;
  padding: 10px 0 0 0;
  min-height: 300px;
}

#content p,
#content div,
#content li
 {
  font-size: 18pt;
}

/* Content - END */

/* Footer - START */
#footer {
  position: relative;
  bottom: 30px;
  left: 0;
  width: auto;
  margin: 0 auto;
  padding: 10px 0 0 0;
}

#footer p,
#footer a,
#footer a:visited {
  text-align: center;
  margin: 10px 0 0 0;
  color: #92ab37;
  text-decoration: underline;
  font-weight: bold;
  font-size: 10pt;
}