body { 
    margin: 0px; padding: 0px;
    background-color: #98D887;
    
    text-align: center;
    font-family:  "Trebuchet MS",arial,sans-serif;
	
}

a{
    color: #156300;    
}


    a:hover{
        color: #4D9D37;    
    }

input, textarea{
     background-color: #F1FFB7;
     border-width: 0px 0px 1px 0px; 
     border-style: dotted;
     border-color: #156300;   
}

    input.button{
        font-size: 11px; font-weight: bold; border: none; background-color: #156300; color: white;    
    }

img{    
    border: none;
}
    
    #main{
        margin: auto;
        position: relative;
        width: 734px; 
        background-color: white;       
        text-align: left;
        padding-bottom: 34px;
        margin-top: 3px;
        margin-bottom: 0px;
               
    }
    
        #header{
            position: relative;
            height: 129px;
            background-color: white;
            
        
        }
    
            #logo{
                display: block; position: absolute;
                right: 13px; top:0px; 
                
            }
            
            #header .menu{
                padding: 0px; margin: 0px;
                position: absolute; left: 13px; top: 87px; height: 25px; width: 707px;
                border-left: 1px solid white;
		  background-color: #4D9D37;
            }
            
                #header .menu li{
                    float: left; height: 25px; list-style: none; border-right: 1px solid white;
                    font-family: arial,sans-serif; font-size: 11px; font-weight: bold; line-height: 25px; padding: 0px 20px 0px 6px;
                    cursor: pointer;
                    
                }
                
                #header .menu li.active{
                    background-color: #156300;
                }
                
                #header .menu li:hover{
                     
                }
                    #header .menu li a{
                         color: #F0EDBE; text-decoration: none;
                    }
                    
                    #header .menu li a:hover, 
                    #header .menu li.active a{
                         color: #FFFFFF;
                    }
            
           #header .path{
                font-size: 11px; font-family: arial,sans-serif;
                position: absolute; left: 13px; top: 5px;
                color: #999999;
            }
            
                #header .path a{
                    text-decoration: none;
                    color: #999999;
                }
                
                #header .path a:hover{
                    text-decoration: underline;
                }
            
            #header h1{    
                 font-family: arial,sans-serif;
                 margin: 0px; padding: 0px;
            }
                    
            #tagline1{
                position: absolute; left: 13px; top: 57px;
                font-size: 22px;
                color: black;
            }

            
    #content{
        font-size: 13px; line-height: 20px;
        margin: 30px 70px 50px 253px;
        color: #393023;
        text-align: left;
        min-height: 270px;
    }
    
        #content .attention{
            
            background-color: /*#E3FF4C;* /#7B5B0B;*/ #EACF5C;
            background-image: url("../img/attbg.jpg"); background-repeat: repeat-x;
                                                             
            float: right; padding: 0px; margin-top: 8px; margin-left: 8px; margin-bottom: 8px;
            font-weight: bold; text-align: left;
        }
            #content .attention h3{
                color: /*#A4B700; #DDCC66; */white;
                text-transform: none; font-size: 14px;
                margin-top: 0px; margin-bottom: 0px; padding: 3px 8px 1px 8px;
            }
            #content .attention ul{
                list-style: none;   
                padding: 4px 8px;
                font-size: 14px;
                margin: 0px;
            }
                #content .attention ul li{
                    line-height: 24px;
                }
                
                #content .attention ul a{
                    color: #7B5B0B; /*#737600;*/
                    text-decoration: none;
                }
                    #content .attention ul a:hover{
                        text-decoration: underline;
                    }
            
        #content code,
        #content pre{
            display: block;
            background-color: #F1FFB7; 
            padding: 8px;
            font-weight: bold; font-size: 10px;
            margin-bottom: 18px;
            text-align: left;
        }
        
        #content em,
        #content strong{
            color: black;    
        }
        
        #content ul, #content ol{
            color: #7B5B0B;
            list-style: square; 
            font-size: 12px; font-weight: bold;
            margin-top: 0px; padding-top: 3px;
            margin-left: 0px; padding-left: 20px;
        }
            #content ul li{
                line-height: 15px; padding-bottom: 5px;
            }
        #content h2{
            color: #156300;
            font-family: arial,sans-serif; font-size: 20px; font-weight: normal; margin-top: 22px; margin-bottom: 8px; padding-bottom: 0px;    
            text-align: left;
        }
        
            #content h2 a{
                text-decoration: none; color: #156300;    
            }
        
         #content h3{
             color: #C90000; /* #7B5B0B;*/
             
            font-family: arial,sans-serif; font-size: 12px; margin-bottom: 0px; padding-bottom: 0px; text-transform: uppercase;           
        }
        
        #content img{
            margin: 8px; border-width: auto;   
        }
        
        #content p{
            margin-top: 0px;   
        }
    
    #sidebar{
        position: absolute; left: 13px; top: 162px;
    }
        #sidebar dl{
            margin: 0px 0px 16px 0px; padding:0px;
            width: 180px;
            font-family: arial,sans-serif;
        }
        
            #sidebar dl dt{
                height: 21px;
                margin: 0px; padding: 0px 0px 0px 9px;
                z-index: 5;
                position: relative;
                background-color: #4D9D37;
        
                
                font-family: verdana;
                font-size: 11px; text-transform: lowercase; font-weight: bold;
                line-height: 21px; letter-spacing: 1px;
            }
            
                #sidebar dl dt,
                #sidebar dl dt a{
                    color: white;
                    text-decoration: none;                    
                }
            
            #sidebar dl dd{
                position: relative;
                left: 0px; top: 0px;
                margin: 0px; padding: 8px 0px;
                z-index: 1;
                /*border: 1px dashed #B2B2B2;*/
                background-color: #DDFFD4;
                
            }
                #sidebar dd a{
                    color: /*#7F932C;*/ #156300;    
                }
                #sidebar dl dd p{
                    font-family: arial, sans-serif; font-size: 11px; 
                    color: #156300;
                    padding: 0 8px;
                }
                
                    #sidebar dl dd p.buttons{
                        /*text-align: right;*/
                        padding: 0 8px; margin: 0px;
                    }
                        #sidebar dl dd p.buttons a{
                            font-weight: bold; color: #E95D00; 
                            text-decoration: none;
                        }
            
                #sidebar dl dd ul{
                    margin: 0px; padding: 0px;
                }
                
                    #sidebar dl dd ul li{
                        line-height: 20px;
                        margin: 0px; padding: 0px 0px 0px 20px;
                        background-image: url('../img/submenuarrow.gif'); background-repeat: no-repeat; background-position: 8px 8px; list-style: none;
                        font-family: arial,sans-serif; font-size: 11px; font-weight: bold;
                    }
                        #sidebar dl dd ul ul li{
                            padding-left: 12px; background-position: 0px 6px;
                            line-height: 16px;
                        }
                    
                        #sidebar dl dd ul li a{
                            text-decoration: none;
                            color: #7B5B0B;
                        }
                        
                        #sidebar dl dd ul li a:hover{
                            text-decoration: underline;
                        }
                        
                        
                        #sidebar dl dd ul ul{
                            padding: 0px 0px 1px 0px;    
                        }
                        
                        #sidebar dl dd ul li.active ul a{
                            color: #7B5B0B;
                        }
                        
                        #sidebar dl dd ul li.active a,
                        #sidebar dl dd ul li.active ul li.active a{
                            color: #D30000;
                        }
                        
    #footer{
        margin: auto;
        position: relative; left: 0px; top: -20px; height: 20px;
        width: 734px;
        padding: 0px;
        line-height: 20px;
        font-size: 10px; font-family: verdana,sans-serif;
        
        background-color: #C1FFB0;
        color: #4D9D37;
    }
    
        #footer a{
            color: #4D9D37;
        }

