/* Main application stylesheet */
/* general tag styles */
body {
    background: url(/images/bg.gif) bottom fixed repeat-x;
    background-color: #006600;
    text-align: center;
    font-size: 12px;
    font-family: arial, verdana, sans-serif;
    color: #000;
    margin: 0px;
    } 

img { border: 0px; } 

table { border-collapse: collapse; font-size: 100%; }

td { 
    vertical-align: top; 
    text-align: left;
    }         
    
th {
   vertical-align: top;
   text-align: left;
   font-weight: bold;
   }

a { color: #000; }
a:visited { color: #; }
a:hover { color: #; }

input {
    color: #;
    font-size: 11px;
    padding: 3px;
    }

textarea {
    color: #;
    font-size: 11px;
    padding: 3px;
    }

form { margin: 0px; padding: 0px; }

/* useful general styles */
.bold {
    font-weight: bold;
    }

.center {
    text-align: center;
    } 

.page_heading {
    font-size: 1.6em;
    font-weight: bold;
    color: #;
    }

.section_heading {
    font-size: 1.4em;
    font-weight: bold;
    color: #;
    }    
    
.subsection_heading {
    font-size: 1em;
    font-weight: bold;
    color: #;
    }    
    
h2{
    font-weight: bold;
    color: #006600;
    font-size: 220%;
}

h3{
    font-weight: bold;
    color: #006600;
    font-size: 140%;
}

.green{
    color: #006600;
    }
.darkgreen{
    color: #003300;
}
.red{
    color: #E42A55;
    }
    
.black{
    color: #000;
    }
    
span.bold-green{
    font-weight: bold;
    color: #006600;
    }

ol.alpha {
    list-style-type: lower-alpha;
    }

.hidden {
    display: none;
    }
    
.align-right {
    text-align: right;
    }

.picture-center {
    float: left;
    width: 728px;
    height: auto;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
    }    

.picture {
    float: left;
    width: 350px;
    height: 218px;
    margin: auto;
    margin-top: 20px;
    padding: 0px 7px 0px 7px;
    overflow: hidden;
    }
.picture-text {
    float: left;
    width: 350px;
    height: auto;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 80%;
    padding: 0px 7px 0px 7px;
    text-align: center;
    font-weight: bold;
    color: #006600;
    }
.picture-aishat {
    float: left;
    position: relative;
    display: inline;
    width: auto;
    height: auto;
    margin: auto;
    margin-top: 20px;
    margin-left: 20px;
    padding: 0px 9px 0px 9px;
    overflow: hidden;
    }
.picture-aishat-text {
    width: auto;
    height: auto;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 80%;
    padding: 0px 8px 0px 8px;
    text-align: center;
    font-weight: bold;
    color: #006600;
    }
.picture-mohammed {
    float: left;
    width: 210px;
    height: auto;
    margin: auto;
    margin-top: 20px;
    padding: 0px 11px 0px 11px;
    margin-left: 8px;
    overflow: hidden;
    }
.picture-mohammed-text {
    width: 200px;
    height: auto;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 75%;
    padding: 0px 9px 0px 9px;
    text-align: center;
    font-weight: bold;
    color: #006600;
    }
.picture-archive {
    float: left;
    width: 345px;
    height: auto;
    margin: auto;
    margin-top: 20px;
    padding: 0px 9px 0px 9px;
    overflow: hidden;
    }
.picture-archive-text {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 80%;
    padding: 0px 9px 0px 9px;
    text-align: center;
    font-weight: bold;
    color: #006600;
    }
    
#flags{
    float: left;
    padding: 30px;
    }
.flag{
    float: left;
    width: 100px;
    height: 100px;
    padding: 17px;
    }
.flag-text{
    float: left;
    width: 100px;
    height: auto;
    font-size: 80%;
    color: #000;
    text-align: center;
    }
.flag-img{
    float: left;
    clear: both;
    width: 100px;
    height: 64px;
    }

/* outer container styles */
#primary_wrapper {
    margin: auto;
    margin-top: 0px;
    width: 760px;
    }

#secondary_wrapper {
    width: auto;
    padding: 0px;
    float: left;
    text-align: center;
    background-color: #;
    }

/* header */
#header { 
    float: left; 
    clear: right;
    width: 760px; 
    height: 116px;
    margin-top: 15px;
    text-align: left;
    background: url(/images/header.png);
    }

#header #logo { float: left;}

#header img { margin-top: 7px; margin-left: 5px; }

/* navbar */
/* horizontal navbar */
#navbar {
    float:left;
    width: 750px;
    height: 28px;
    background: #003300;
    margin-left: 5px;
    display: inline;
    }

#navbar ul {
    float: left;
    height: 33px;
    width: auto;
    margin: 0px;
    padding: 0px;
    padding-left: 7px;
    list-style-type: none;
    text-align: left;
    }
    
#navbar ul li {
    float: left;
    margin: 0px;
    padding: 0px;
    font-size: 9px;
    width: auto;
    padding-right: 9px;
    padding-left: 8px;
    text-align: left;    
    vertical-align: middle;
    }
  
#navbar ul li a {
    float: left;
    height: 17px;   
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 2px;
    color: #fff;
    }
    
#navbar li a:hover {
    background-color: #006600;
    }
    
/* content_for_layout container */
#main_content {
    float: left;
    width: 760px;
    height: 100%;
    min-height: 500px;
    color: #;
    font-size: 100%;
    text-align: left;
    }

#main_content #top {
    margin-top: 5px;
    width: 760px;
    height: 14px;
    background: url(/images/main-body-top.gif) top left repeat-x;
    }
    
#main_content #main_content_inner {
    float: left;
    margin: 0px;
    background: #fff;
    min-height: 500px;
    height: auto;
    width: 760px;
    }

#left-spacer {
    float: left;
    width: 5px;
    height: 100px;
    background: #;
}

#main-body {
    float: left;
    width: 730px;
    height: auto;
    background: #;
    padding: 10px;
}


/* footer */
#footer {
    float: left;
    clear: left;
    width: 100%;
    height: 66px;
    font-size: .8em;
    margin-top: 10px;
    background: #;
    color: #fff;
    } 

#footer #copyright, #footer #credits, #footer #credits a {
    color: #fff;
    }
