body {
  width: 800px; background: black; margin:5% auto ; color: antiquewhite ;
  font-family: verdana; font-size: 16px; text-align: justify;}
  
h1 { margin:0;color:gold; text-align: center; font-size: 32pt;font-family:"comic sans ms"; }
h2 {  margin:0; color:beige;text-align:center; font-size: 24pt;}
h2.subTitle{;margin:0;text-align:center;font-size:12pt}
h3 {  margin-top:80px; color:White;text-align: center; font-size: 18pt;}
h4 { margin:10px 0 8px; color:cornsilk; text-align:left;font-size:14pt;}
h5 {margin-top:80px;color:mediumaquamarine; background:darkGreen;text-align:center;
    font-size:16pt;}

p{line-height:1.5em;}
ul{ line-height:1.5em;}

a:link { color:yellow; text-decoration: none; background: transparent;}
a:visited { color:palegoldenrod;}
a:active {color: green; background:mintcream;}
a:hOver{text-decoration:underline;color:aquamarine;}

  #header{position: relative; width:100%; height:100px; margin:20px 0 0; background: none;}
  #lBox{ position: absolute; top: -1em; right: 1em;}
  #leftBox {width:350px; float:left;margin:0 10px}
  #content{width:400px;;float:left;margin:90px 0 0; }
  #noteBox{position:absolute;top:200px; left:450px; width:400px;
          background:linen; padding:30px 20px;border:solid 1px red;  color:darkGreen ;display:none;
          cursor:pointer;font-size:11pt;}
  #dom { position:fixed; bottom:2%; left: 40%; text-align:center; width: 200px; font-size:.7em;}
  #fImg {margin:40px 0 0 ;}
  
  .marg30{margin:30px 0 10px 30px;}
  .marg80{margin:80px 0 0}
  .list1{margin:10px 0;color:mistyrose;list-style:none;}

  .cvItm {font-size: 14px; }

  /* menuBar */
  
   #mb {width:600px; display:block;z-index:10; margin:0 20px 0 0; padding:1.5em ;}
   #mb ul { margin:0; padding:0 5px ;}
   #mb li {margin:0;padding:0 .5em;list-style:none;float:left;font:bold 11pt arial;}

   #mb a {color:white;}
   #dd li a.menu {display:block;text-align:center; background:url(img/tab11.png);
                   padding:2px 7px;margin:0;width:108px; color:#FFF; text-decoration:none;}
   #dd li a.menu:active {background:url(img/tab10.png);background:gold;color:red;}
   #dd li a.menu:visited {background:url(img/tab11.png);}
   #dd li a.menu:hover {background:url(img/tab12.png);color:red;}

   #dd li a.selMen { display:block;text-align:center;
                     padding:2px 7px;margin:0;width:108px;
                     background:url(img/tab10.png);color:red;}

.left   {text-align:left;}
.center {text-align:center;}
.right  {text-align:right;}
.justify {text-align:justify;}

.noBullet{list-style:none;}
.legend { font-size:11pt; text-align:center; font-weight:bold; color:navy;  }

.blockA{ float:left; padding:0 60px 0 20px; width:400px;height:650px;background:gray; color:white;  }
.blockB{ float:left;  padding:0 40px 0 60px; width:400px;  }

.bckImg{ display: block; width: 15px; height: 15px; margin: 50px auto; background: url(img/backBtnAll3small.png)}
.bckImg:hOver { cursor: pointer; background: url(img/backBtnAll3small.png) 40px 0}
.bckImg:active { background: url(img/backBtnAll3small.png) 20px 0}

