/* CSS Document */



BODY         { font-family : Verdana, Arial, Helvetica, sans-serif;
              font-size: 14px; color:rgb(0,0,0);
              background-color:rgb(238,238,238);

               }

H1          { font-size: 20px; font_weight: bold; color : #9e9e9e; }


H2          { font-size: 14px ; color : #9e9e9e;}
    
H3        { font-size: 12px ; color:black ; line-height: 1,2em;}

H4          { font-size: 16px; font_weight: bold;  color : #9e9e9e;}

H5          { font-size: 16px; font_weight: bold; color:white;}

H6           { font-size: 14px; font_weight: bold; color:#9e9e9e;}

b.head      { font-size: 20px; font_weight: bold; }

small	    { font-size: 10px; }

small.hor   { font-size: 12px; }

small.iptc  { font-size: 10px; color: #333333; }

small.exif  { font-size: 10px; color: #333333; }

p.title     { color: #333333; }

A:link      { color: #333333; text-decoration: none; }
A:visited   { color: #333333; text-decoration: none; }
A:active    { color: #99CCFF; text-decoration: none; }
A:hover     { color: #99CCFF; text-decoration: none; }

ul {
  list-style-type: square ;
    text-align : left;
      color: red;
  list-style-position: outside;
  margin: 0ex 1ex 0ex 1ex;
  padding: 0ex 1ex 0ex 1ex;
}


/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 15%;
  float: left;
  clear: left;
   margin: 0ex 2ex 0ex 0ex;
    padding: 1ex 1ex 1ex 1ex;
  background-color:rgb(255,255,255);
  border: 0 px;
}

.leftSideBar .sideBarTitle {
  color: red;
  background-color: white;
  text-align : center;
 
   margin: 1ex 1ex 0 1ex;
  padding: 0.9ex 1ex 1ex 0.9ex;
}

.leftSideBar ul {
  list-style-type: square ;
    text-align : left;
      color: red;
  list-style-position: outside;
  margin: 0ex 1ex 0ex 1ex;
  padding: 0ex 1ex 0ex 1ex;
}

.leftSideBar li {
  margin: 1ex;
  padding: 0 0 1.25ex 0.75ex;
}

.leftSideBar a {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar a:hover {
  color: #99CCFF;
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar .sideBarText {
  color:  #9e9e9e ;
  text-align : center;
  background-color:transparent;
  font-size: 11px;
  line-height: 1,2em;
  padding: 1ex 1ex 1ex 1ex;
  display: block;
 
}

.leftSideBar .sideBarText a {
  text-decoration: none;
  color: #9e9e9e 
   ;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none ;
 color : #99CCFF;
}

.leftSideBar .thisPage {
  color: white;
  background-color: transparent;
  font-weight: bold;
}


/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 18%;
  margin: 0 1ex  1ex 1ex;
  padding: 0;
  float: right;
  clear: right;
  background-color: transparent;
   border: 1px solid rgb(0,0,0);
}

[class~="rightSideBar"] {
  margin-right: 5;
}

.rightSideBar .sideBarTitle {
  color: black;
  background-color:transparent;
  font-weight: bold;
  margin: 1ex 1ex 1ex 1ex;
  padding: 1ex 1ex 1ex 1ex;
  text-align : center;
}

.rightSideBar a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.rightSideBar a:hover {
  color: #99CCFF;
  text-decoration: none;
}

.rightSideBar .sideBarText {
  line-height: 1.1em;
  margin: 0ex;

 padding: 1ex 1ex 1ex 1ex;
  color:black;
 text-align : center;
  background-color:transparent;
}

.rightSideBar ul {
list-style-type: square ;
    text-align : left;
      color: red;
  list-style-position: inside;
  margin: 1ex 1ex 1ex 1ex;
  padding: 1ex 1ex 1ex 1ex;
}
         

} 

/* ##### FOOTER ##### */

.footer  { color : black; font-size:10px; text-align: center; text-decoration : none; }

