
        body {
       
             background-image:url('bg.jpg');
            
            font-family: sans-serif;        
        }

        a {
            color: #139ea7;
            text-decoration: none;        }
        
        h1 {         
text-align: center;
            font-size: 1.5em; 
            color: #139ea7;       }


        div.container {

            width: 850px;
            height: auto;
            background-color: #ffffff;
            margin-left: auto;
            margin-right: auto;
            margin-top: 20px;
            padding: 20px;
            
           
        }
    
    div.content {
            text-align: center;
            width: 810px;
            margin-top: 25px;
            background-color: #ffffff;
            
        }
      
  div.roundme {
        
        background-color: #d8e6f5;
text-align: justify;
        }


        div.header {

            width: 100%;
            margin-left: 0px;
            margin-right: 0px;
            height: 100px;
            background-color: #cbdef1;
            /*background-image: url(logo.png);
            background-repeat: repeat-y;    */
        
        }

        div.header span {

            position: relative;
            left: 25px;
            top: 30px;
            font-family: sans-serif;
            font-size: 2.1em;
            color: #139ea7;

        }
        
        div.menu {

            width: 100%;
            height: 20px;
            padding: 0px;
            background-color: #a2c058;
            margin-top: 3px;
            overflow: hidden;


        }


        span.home {         
            
            background-color: #139ea7;    
            border-right: 1px SOLID #fff;
            padding-top: 3px;
            padding-bottom: 2px;
            padding-left: 10px;
            padding-right: 10px;
            color: #fff;
            font-size: 9pt;
            font-family: sans-serif;
            font-variant: small-caps;

        }

        span.home a, span.home a:hover {

            color: #fff;
            font-size: 9pt;
            font-family: sans-serif;
            font-variant: small-caps;
            text-decoration: none;

        }
        
        span.alt {

            background-color: #a2c058;
            border-right: 1px SOLID #fff;
            padding-top: 3px;
            padding-bottom: 2px;
            padding-left: 10px;
            padding-right: 10px;
            color: #fff;
            font-size: 9pt;
            font-family: sans-serif;
            font-variant: small-caps;

        }
        
        span.alt a  {

            color: #fff;
            font-size: 9pt;
            font-family: sans-serif;
            font-variant: small-caps;
            text-decoration: none;

        }
        span.alt:hover {

            background-color: #139ea7; 
            color: #fff;
            font-size: 9pt;
            font-family: sans-serif;
            font-variant: small-caps;
            text-decoration: none;

        }

        span.search {

            background-color: #fec529;
            padding-top: 0px;
            padding-bottom: 1px;
            padding-left: 15px;
            padding-right: 15px;
            color: #fff;
            font-size: 9pt;
            font-family: sans-serif;
            font-variant: small-caps;
            float: right;
            height: auto;
            width: 200px;
            border-left: 1px SOLID #fff;
            overflow: hidden;
        }

        span.anchors:hover {
           text-decoration: underline;
         }


       div.post_info {
            
            /* the comment/cms style info bar */

            width: 700px;
            text-align: left;
            font-size: 10px;

        }


        div.post_info a {

            font-size: 11px;
            color: #a2c058;
            font-weight: bold;
            text-decoration: none;

        }

        div.main_nav {

            width:275px;
            float: right;
            margin-left: 10px;
            margin-top: 10px;
            height: 100%
        }

        div.sub_menu {

            margin-right: auto;
            margin-top: 25px;
            font-size: 12px;
            width: auto;

        }

        div.sub_menu div {
        
            background-color: #a2c058;
            padding: 5px;
            color: #fff;
            width: auto;
            font-variant: small-caps;

        }

        div.sub_menu a {

            background-color: #fff;
            color: #666;
            text-decoration: none;
            line-height: 1.25em;
            display: block;
            padding: 1.25ex 0.5em 1.25ex 0.75em;

        }

        div.sub_menu a:hover {

            background-color: #f9f9f9;
    
            color: #666;
            text-decoration: none;
            line-height: 1.25em;
            display: block;
            padding: 1.25ex 0.5em 1.25ex 0.75em;
        }

     

        form, input {

            padding: 0px;
            border: 0px;
            margin: 0px;
            height: 14px;
            font-size: 9pt;

        }

        .button {

            background-color: #a2c058;
            color: #fff;
            border: 0px;
            padding: 0px;

        }
        
        .imgLeft {
    display: block;
    float: left;
    margin: 5px 10px 5px 0;
}
     
  input.submit {
  width:90px;
  height:25px;
  border-style: solid;
  border-color:black;
  border-width:1px;
}


   
