﻿body {
    margin:0;
    padding:0;
    background:#fff;
    color:#000;
    min-width:780px;
    
    font: 76% Arial, Helvetica, sans-serif;
    color:#303030;
}

textarea, input {
    font:13px Arial, Helvetica, sans-serif;
    color:#303030;
}

#outer {
    background:#fff;
    margin:0 auto;
    width:780px;
    border-left:1px solid #ddecdd;
    border-right:1px solid #ddecdd;
    border-left:1px solid #74a8f5;
    border-right:1px solid #74a8f5;
}

#main {
    background:#fff;
    float:right;
    width:540px;
    padding:0px 30px 0px 20px;
    line-height: 1.6em;
    text-align: left;
    min-height:400px;
}

* html #main {height:400px;}

#menutop {
    margin-bottom:20px;
}

#sidebar {
    background:#fff;
    float:left;
    width:130px;
    padding:0px 10px 0px 30px;
    min-height:500px;
}
* html #sidebar {height:500px;}

#footer {
    background:#ddecdd;
    padding:4px;
    border:1px solid #fff;
    border-top:0px solid #ccc;
    height:1.5em ;
    clear:both;
}
#footer a:link, #footer a:visited {
    color:#303030;
}    

#copyright {
    font-size:90%;
    line-height:120%;
    padding:1em 0.5em;
    color:#aaa;
    clear:both;
    margin:1em 0em;
}

    
#menu {
    clear: left;
    float: left;
    width: 150px;
    margin: 0 0 0px 0;
    padding: 0;
    font-size: 0.9em;
}

#menu ul {  
    list-style: none;
    width: 135px;
    margin: 5px 0 5px 15px;
    padding: 0;
    font-size: 1.1em;
}   

#menu li {
    list-style: none;
    margin-bottom: 4px;
}

#menu li a {
    font-weight: bold;
    height: 20px;
    text-decoration: none;
    color: #0063ce;
    display: block;
    padding: 5px 0 0 8px;
    background: #ffffff;
    border-left: 5px solid #0063ce;
}   

#menu li a:visited.this, #menu li a:link.this  {
    background: #0063ce;
    color: #ffffff;
    border-left: 5px solid #0063ce;
}

#menu li a:hover {
    background: #0063ce;
    color: #ffffff;
    border-left: 5px solid #0063ce;
}

.shadowimg, .shadowimg_left, .shadowimg_right {
    float:right ;
    position: relative;
    margin:0px;padding:0px;
    background: url(../images/shadow.gif) no-repeat bottom right;
    XXmargin-top:16px;
    margin-left:12px ;
}

.shadowimg_left {
    float:left;
    margin-left:0px ;
    margin-right:24px ;
}
.shadowimg img, .shadowimg_left img, .shadowimg_right img {
    margin: 0px 6px 6px 0px;
    padding:4px;
    border: 1px solid #ccc;
    background:#fff;
}

a:link {
    color:#0063ce;
}

.clearer {
    margin: 0 0 0 0 !important;
    padding:0;
    clear: both;
    height:1px;
    line-height: 1px;
    overflow:hidden;
}


h1 {
   font-size:1.6em;
   letter-spacing:0.2px;
   color:#006abc;
   padding-bottom:4px;
   border-bottom:1px solid #74a8f5;
}

h2 {
   font-size:1.4em;
   letter-spacing:0.2px;
   color:#006abc;
   padding-bottom:2px;
   border-bottom:1px solid #74a8f5;
   width:300px;
}

div.arabic {
    direction: rtl;
    unicode-bidi: normal; 
    font-family:Times New Roman;
    font-size:2em;
    text-align:right;
}

p {
    margin:0; padding:0;
    margin-bottom:20px;
}

tr {
    vertical-align:top;
}    
