#header {
  margin: 0; 
  padding: 0;
  height: 90px;
  background: url(/ppImg/b10x90.gif) repeat-x top;
}

#header H1 {
  color: black;
  font-size: 18px;
  font-family: "Times New Roman", serif;
  padding: 4px;
  /*
  position: absolute;
  left: 30px;
  top: 20px;
  */
  border-bottom: 4px solid #E5EEF8;
}

#header img {
  /*
  position:absolute; 
  left:0px; 
  top:0px;
  */
}

#content {
  margin-left: 4px; 
  margin-right: 2px; 
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
  background-color: #fff;
}

#navcontainer
{
  padding: 0;
  width: 100%;
  background-color: #057FFC;
}

#navcontainer UL
{
  padding-left: 10px;
}

#navcontainer LI
{
  width: auto;
}

#navcontainer A
{
  color: black;
  background-color: #70B6FD;
}

#navselected {
  font-weight:bold;
  text-decoration: underline;
  /*background: url(./ppImg/arrow1.gif) no-repeat 0 0;*/
  padding-left: 10px;
}

.info {
  left:10px;
  padding-left:5px; 
  padding-right:5px; 
  padding-top:5px;
  padding-bottom:5px;
  overflow:auto; 
  color:#0B027B; 
  background-color:#E5EEF8; 
}

#cvhead {
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
  background: #ccc url(./ppImg/checkmark.gif) no-repeat 2px 3px;
  border-bottom: 1px solid black;
}

#footer {
  background-color: #fff;
}

#footer img {
  display: none;
}

#cvnavmenu {
  display: none;
}

#name, #from, #subject, #Msg {
  width: 350px;
}  

#formmail fieldset {
  width: 350px;
}

.pp {
  font-size: 12px;
  font-weight:900;
  font-variant:normal;
  font-family: "Times New Roman", serif;
  color: black;
}
