body 
{ 
  padding: 30px; 
  margin: 0;  
  font-size: 13px;
}

a 
{
  color: #949494; 
  text-decoration:none;
}

a:hover 
{
  text-decoration:underline;
}

* 
{ 
  font-family: arial;
}

p 
{ 
  width: 70%; 
  color: #666; 
  font-size: 13px; 
  margin-bottom: 20px; 
  margin-top: 5px
}

hr
{
  width: 50%;
  color: #EFF6FF;
  height: 1px;
}

select 
{
  color: #666; 
  font-size: 13px; 
}

.header 
{ 
  font-weight: normal;
  font-size: 27px;
  margin: -30px;
  margin-bottom: 20px;
  padding: 12px;
  padding-top:37px;
  padding-left: 28px;
  background-image: url(../img/cellpic1.png); 
}

.header a
{
  text-decoration: none;
  color: white; 
}

h1.title 
{ 
  color: #444; 
  text-decoration: none; 
  font-size: 16px; 
  font-weight: bold; 
  padding-right: 25px; 
  border-bottom:1px solid #EFF6FF; 
  max-width:300px;
}

h2.title 
{ 
  color: #444; 
  text-decoration: none; 
  font-size: 14px; 
  font-weight: bold; 
  padding-right: 25px; 
 /* border-bottom:1px solid #EFF6FF; */
  max-width:300px;
}


span 
{
  margin-left:30px;
  font-size:13px ;
  color: #888; 
  display: none
}

#copyright 
{
  margin-left:0px;
  display:inline; 
  font-size:13px ;
  color: #aaa;
}

#navlinks 
{
  list-style:none;
  padding:5px;
}

#navcontainer 
{
  width:90px; position:absolute; 
  -moz-border-radius:4px;
  float:right; 
  margin-top: 60px; 
  background: #f5f5f5; 
  border: 1px solid #ddd; 
  right:30px; top:80px; 
  padding: 10px  30px 15px 30px; 
  font-size: 12px; 
  color: #aaa; 
  border-width: 0 1px 1px 0;
}
