﻿
 #wrapper {
width : 790px;
margin : 0 auto;
background-image : url(images/topbg.jpg);
background-repeat : repeat-x;
background-color : #fff;
}

#header {
height : 150px;
background-color : #fff;
background-image : url(images/bgp.jpg);
background-repeat : no-repeat;
padding-left : 30px;
padding-right : 30px;
border-bottom : 3px solid #4F9292;
background-position : right 0%;
}

.black {
color : #000000;
}
.green {
color : #4F9292;
}

* {
padding : 0;
margin : 0;
}
body {
font-family : Arial, Helvetica, sans-serif;
color : #666666;
font-size : 12px;
background-color : #f2efde;
color : #949494;
scrollbar-base-color:#F2EFDE; /*80C9B8*/
    /*scrollbar-face-color: #DEC9C4;
    scrollbar-shadow-color: #856767;
    scrollbar-highlight-color: #F3EBE9;
    scrollbar-3dlight-color: #856767;
    scrollbar-darkshadow-color: #F3EBE9;
    scrollbar-track-color: #F3EBE9;
    scrollbar-arrow-color: #F3EBE9;*/
}




/*::::::::::::: BEGINE MENU ::::::::::::::*/
ul#menu {
direction:rtl;
margin : 0;
padding : 0;
list-style-type : none;
width : auto;
position : relative;
display : block;
height : 36px;
text-transform : uppercase;
font-size : 12px;
font-weight : bold;
background-image : url(images/bgOFF1.jpg);
background-repeat : repeat-x;
background-position : top left;
font-family : Helvetica, Arial, Verdana, sans-serif;
border-bottom : 4px solid #4F9292;
border-top : 1px solid #c0e2d4;
/*border-right : 4px solid #336666;
border-left : 4px solid #336666;*/
/*border : 1px solid #000000;*/
}
ul#menu li {
  height : 36px;
display : block;
float : right;
margin : 0;
padding : 0;
border-left : 1px solid #f2efde;
}
ul#menu li a {
display : block;
float : left;
color : #ffffff;
text-decoration : none;
padding : 12px 20px 0 20px;
height : 36px;
/*background-image : url(images/bgDIVIDER.gif);*/
background-repeat : no-repeat;
background-position : top left;
}
ul#menu li a:hover {
height : 36px;
background-image : url(images/bgHOVER1.jpg);
background-repeat : no-repeat;
background-position : top right;
}
ul#menu li a.current, ul#menu li a.current:hover {
height : 36px;
color : #fffffe;
background-image : url("images/bgON.jpg");
background-repeat : no-repeat;
background-position : top right;
}
/*::::::::::::: END MENU ::::::::::::::*/
.box {
width : 270px;
/*border : 1px solid #c9e3d8;*/
float : none;
padding-bottom : 0px;
       /*top Right bottom left*/
margin : 8px 0 10px 0px;
/*background-image : url(images/h3bg.jpg);
background-repeat : repeat-x;*/
background-position : top 0%;
}
.box p {
color : #333;
text-align : justify;
padding-left : 10px;
padding-right : 10px;
padding-top : 10px;
font-size : 18;
}
.box h3 {
padding-top : 5px;
padding-left : 10px;
padding-bottom : 7px;
border-bottom : 3px solid #caff7a;
color : #393939;
font-weight : lighter;
font-family : Arial, Helvetica, sans-serif;
font-size : 18;
}
.box ul {
margin-left : 40px;
line-height : 18px;
padding-top : 10px;
}
.box li {
  padding-right : 10px;
list-style-type : none
color : #80b86a;
font-weight : bold;
font-style : italic;
}
.box a {
padding-left : 5px;
color : #003E1F; /*#80b86a*/
font-weight:bold;
text-decoration : none;
}
#title1 {
display : inline;
width : 275px;
float : left;
background-color : #fff;
min-height : 531px;
}
#title1 h2 {
font-family : "courier new";
font-size : 1.8em;
color : #0099ff;
padding-left : 15px;
padding-top : 15px;
font-family : Arial, Helvetica, sans-serif;
font-weight : lighter;
}