﻿/* clear all*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* helpers */
.aL{text-align:left}.aR{text-align:right}.aC{text-align:center}
.vaT{vertical-align:top}.vaB{vertical-align:bottom}.vaM{vertical-align:middle}
.fL{float:left!important}.fR{float:right!important}
.p100{width:100%}.p75{width:75%}.p50{width:50%}
.justify{text-align:justify}
.pb-0{padding-bottom:0px!important}.pb-5{padding-bottom:5px}.pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}
.pb-20{padding-bottom:20px}
.pt-0{padding-top:0px!important}.pt-5{padding-top:5px}.pt-10{padding-top:10px}.pt-15{padding-top:15px}
.pt-20{padding-top:20px}
.pl-0{padding-left:0px!important}.pl-5{padding-left:5px}.pl-10{padding-left:10px}.pl-15{padding-left:15px}
.pl-20{padding-left:20px}
.pr-0{padding-right:0px!important}.pr-5{padding-right:5px}.pr-10{padding-right:10px}.pr-15{padding-right:15px}
.pr-20{padding-right:20px}
.p-0{padding:0px!important}.p-5{padding:5px}.p-10{padding:10px}.p-15{padding:15px}
.p-20{padding:20px}
.ml-15{margin-left:15px}.mb-15{margin-bottom:15px}.mb-5{margin-bottom:5px}.mt-20{margin-top:20px}
.m-20{margin:20px}.mt-10{margin-top:10px}.mb-20{margin-bottom:20px}.m-5{margin:5px}.mr-5{margin-right:5px}.mr-20{margin-right:20px}
.blc{display:block}.bold{font-weight:bold}
.cR{clear:right;}.cL{clear:left}.cB{clear:both}
.w-200{width:200px}
/* END helpers */


/* GENERAL */
a { color: #777777; cursor: pointer; }
a:hover { text-decoration: underline; }
table { border-collapse: collapse; }
td, th { vertical-align: top; text-align: left; font-weight: normal; }
p { line-height: 18px; font-size: 12px; }
strong { font-weight: bold; }
div { text-align: left; }
/* END GENERAL */

* { font-size: 11px; font-family: Verdana, Tahoma, Arial; }
body { background: #69b419 url(../Images/bg.jpg) repeat-x; text-align: center; margin: 40px 0px; font-size: 11px; font-family: Verdana, Tahoma, Arial; }

#all { margin: auto; width: 990px; }
#wrapper { background: #94d53d; width: 990px; float: left; padding: 5px; }

#header { height: 132px; clear: both; }
    #logo { width: 387px; height: 132px; background: transparent url(../Images/logo.jpg) no-repeat; float:  left; }
    
    #menu { height: 132px; background: transparent url(../Images/bg_menu.jpg) repeat-x; width: 598px; float: left; }
        .menu { float: left; margin: 20px 5px; }
            .menu a { font-weight: bold; text-align: center; color: #fff; font-size: 11px; float: left; text-decoration: none; padding: 10px; border: 1px solid transparent; }
            .menu a:hover { border: 1px solid #fff; text-decoration: none; padding: 10px; }
            .menu span { width: 1px; height: 40px; border-right: 1px solid #fff; float: left; margin: 0px 5px 0px 5px; }
            
#left { float: left; width: 220px; background: #fff; padding-bottom: 10px; }
    #left .padding { width: 210px; padding-left: 5px; float: left;  }
        #left .submenu { clear: both; background: #dff1c7; padding-bottom: 10px; }
            #left .submenu h1 { padding: 5px 0px 20px 10px; font-size: 12px; text-align: left; background: transparent url(../Images/bg_menu_header.jpg) repeat-x; color: #fff; font-weight: bold; } 
            #left ul { margin: 10px; list-style: none; }
                #left li { padding: 4px 0px 4px 10px; border-bottom: 1px solid #d5d5d5; }
                    #left li a { text-decoration: none; font-size: 12px; }
            
#right { float: left; background: #fff; width: 765px; position: relative; }
    #right .padding { padding: 5px; }
        #right h1 { padding: 7px 0px 20px 10px; font-size: 12px; text-align: left; background: transparent url(../Images/bg_content_header.jpg) repeat-x; color: #fff; font-weight: bold; }
        #right p { text-align: justify; padding-bottom: 15px; } 
        
#footer { background: #dff1c7; float: left; padding: 10px; margin: 5px; float: right; width: 740px; }
    #footer a { text-decoration: none; float: left; margin: 0px 15px; padding: 3px; }
    #footer a:hover { background: #fff; padding: 3px; }
    
#rights { clear: both; text-align: right; padding: 15px; }
    #rights a { color: #fff; }
    
.phide p { display: none; }
.phide strong, .phide img { cursor: pointer; }

.s1 { font-size: 11px; padding-left: 10px; text-align: left !important; }

ul li { font-size: 12px; }

p { text-align: justify !important; }