
body {
  font-family:"Lucida Grande",Verdana,"Bitstream Vera Sans",Arial;
  font-size: 12px;
  background: #d7ecfb; 
}
  
h1,h2,h3,h4 {
  font-family:Georgia,"Bitstream Vera Serif","Times New Roman",serif;
}

#container {
  width: 760px;
  padding: 30px;
  padding-bottom: 5px;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 auto;
}
  
#header {
  margin: 0 auto;
  margin-bottom: 20px;
}

/* navigation */

#tabnav  {
  height: 20px;
  margin: 0;
  padding-left: 10px;
  background: url(../images/tab_bottom.gif) repeat-x bottom;
}

#tabnav li {
  margin: 0; 
  padding: 0;
  display: inline;
  list-style-type: none;
}
  
#tabnav a:link, #tabnav a:visited {
  float: left;
  background: #f3f3f3;
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  padding: 2px 10px 2px 10px;
  margin-right: 4px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #0033cc;
}

#tabnav a:link.active, #tabnav a:visited.active  {
  border-bottom: 1px solid #fff;
  background: #fff;
  color: #000;
}

#tabnav a:hover  {
  background: #fff;
  text-decoration: underline;
}
  
/* content */

#content {
  width: 550px;
  margin-top: 15px;
}
  
#content h2 {
  font-size: 20px;
}
  
#content p {
  font-size: 16px;
}
  
#content ul {
  font-size: 16px;
}

#content a, a:visited {
  color: #0033cc; 
  text-decoration: underline;
}
  
#content a:hover {
  color: #cc0000; 
  text-decoration: none;
}
  
/* sidebar */

#sidebar {
  width: 190px;
  float: right;
  clear: none;
  margin-top: 15px;
}
  
#sidebar h3 {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}
  
#sidebar ul {
  font-size: 12px;
}
  
#sidebar a, a:visited {
  color: #0033cc; 
  text-decoration: underline;
}
  
#sidebar a:hover {
  color: #cc0000; 
  text-decoration: none;
}
  
/* footer */

#footer {
  color: #666;
  text-align: center;
  border-top: 1px solid #ccc;
  size: 10px;
  margin-top: 30px;
  margin-bottom: 0;
}
  
#footer a, a:visited {
  color: #666666;
  text-decoration: underline;
}
  
#footer a:hover {
  color: #000000;
}
