﻿@charset "utf-8";

body               	            { margin:           0;
                    	          background-color: white; }

.bold                           { font-weight:      600;   }
.introductory-box               { background-color: #FFF;
						          margin-right:     10px;
					              border-right:     2px solid #666;
					              border-bottom:    2px solid #666;
						          border-top:       1px solid silver;
		                          border-left:      1px solid silver;  }
.mbamba-nsoan                   { height:           2.65em;						  
		                          background-image: url(../images/introduction1.png); }
.introductory-text              { color:            #000;
                                  margin:           0.50em;        }
.central-section-box            { height:           36px;
                                  margin-right:     10px;
						          border-right:     2px solid #666;
						          border-bottom:    2px solid #666;
					              border-top:       1px solid silver;
						          border-left:      1px solid silver;
						          background-image: url(../images/section1.png); }
.central-section-title          { margin-top:       6px;
						          font-weight:      800;  
						          margin-left:      20px;
						          font-size:        20px;                        }

.articles-container             { border-width:     0;   
                                  border-color:     red;
								  width:            100%;   
								  height:           250px;          }
.articles-container .left-side  { border-width:     0;   
					              width:            50%;
                                
					              float:            left;            }
.articles-container .right-side { border-width:     0;   
								  width:            50%; 
								
            					  float:            left;            }
.articles-holder                { margin-right:     10px;
								  height:           85px;
								  background-color: white;
								  border-right:     2px solid #666;
								  border-bottom:    2px solid #666;
							      border-top:       1px solid silver;
								  border-left:      1px solid silver;   }   
.clear                          { clear:            both;            }
.empty-space                    { height:           10px;            }
.bordered                       { border:           1px solid black; }

.article-title                  { border-bottom:    1px dashed red; }
a.article-lead:link             { text-decoration:  none;
								  color:            blue;
								  font-weight:      600;             }
a.article-lead:visited          { color:            green;            }
a.article-lead:active           { color:            maroon;            }
a.article-lead:hover            { color:            red;
								  text-decoration:  underline;         }

.pcenter                        { text-align:       center; }