/*  --------------------------------------------------------------------------------------
    Name:  Minimalist stylesheet
    Version:  1.0
    Author:  Marjorie Johns
    Date:  March 2007
    Licence: GPL 
    Licence URL:  http://www.gnu.org/copyleft/gpl.html
    Notes:  If you want to know how to get alternate stripes on your tables, read the article at:
		http://www.alistapart.com/articles/zebratables/
    --------------------------------------------------------------------------------------  */

body {
  margin: 0;
  padding: 0;
  background: #ffe;
}
strong  {
  background: #ff9;
  padding: 2px;
  font-weight: bold;
}
#top,
#content  {
  margin: 4% 15%;
}
#banner  {
  margin: 2.5em 0;
  padding: 1em 0 1em 15%;
  background: #9c9;
  border-top: 6px solid #696;
  border-bottom: 6px solid #696;
}
p.notes a:link,
p.notes a:visited,
a:visited  {
  color: #555;
}
a:link,
a:hover,
p.notes a:hover  {
  color: #00f;
}
#content p, 
#content li {
  font: 0.9em/1.5em "Lucida Grande", Lucida, Arial, sans-serif;
  color: #000;
  background: transparent;
}
h2, h3  {
  margin-top: 2em;
}
h3#copyright  {
  font-size: 1.2em;
  color: #666;
  margin-top: 4em;
}
#content p.notes  {
  font: 0.8em "Lucida Grande", Lucida, Arial, sans-serif;
  color: #666;
}
table  {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
tbody tr td,
tbody tr th {
  font-family: Lucida Grande, Verdana, Geneva, Helvetica, sans-serif;
  font-size: 0.8em;
  padding: 3px 15px 3px 8px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
  color: #222;
  background-color: transparent;
}
tbody tr th  {
  border-bottom: 1px solid #666;
  color: #000;background-color: #ffa;
}


/*
 	Malarkey Image Replacement method   */
	[http://www.stuffandnonsense.co.uk/archives/mir_image_replacement.html] 
*/
.mir { letter-spacing : -1000em; }
/*\*/html>body .mir { letter-spacing: normal; text-indent: -999em; overflow: hidden;}


#download a {
  display: block;
  width: 280px;
  height: 85px;
  background: url(./images/download.png) 0 0 no-repeat;
  margin: 0;
  padding: 0;
  border-bottom: 0;
  outline: 0;
  color: #000;
}