/* Peppermint.css -- lime green theme -- copyright © samira pandor 2005 */

   
body
   {text-align: center;
    margin: 50px 0px;
    padding: 0px;
    font-family: verdana, 'trebuchet ms', sans-serif;
}
a
   {text-decoration: none;
    font-weight: bold;
}

#header
	{letter-spacing: 25px;
	 text-align: center;
	 font-weight: normal;
		color: gray;
	 padding-bottom: 1em;
}

#navigation
   {padding: 0px;
	  margin: 0px;
	  width: 145px;
	  vertical-align: top;
	  border-right: 2px lime solid;
}
#main
   {width: 80%;
    margin: 0px auto;
    text-align: justify;
    padding: 15px;
    border: 1px dashed black;
    font-size: 9pt;
	  background-color: white;
}

#menu
   {width: 140px;
		 font-size: 9pt;
}
#menu td
   {padding: 5px 0px 5px 0px;
	  text-align: left;
}
#menu a
   {color: gray;
}
#menu a:hover
   {color: lightsteelblue;
}
#top
   {background-color: lime;
    text-align: center;
    color: white;
    font-weight: bold;
    font-family: arial, sans-serif;
    font-size: 11pt;
    letter-spacing: 2px;
	  cursor: default;
}
#top:hover
	{color: #eeeeee;
}
#content
   {vertical-align: top;
	  padding-left: 10px;
    color: #333333;
}

#content a
	{color: limegreen;
}
#content a:hover
	{text-decoration: underline;
		color: lime;
}
#content a:visited
	{color: #009900;
}	

h2
	{color: lightsteelblue;
	 font-size: 1.1em;
	 text-align: left;
}

.centre
	{text-align: center;
}

.small
	{font-size: 7pt;
	 color: gray;
}
.small a
	{font-weight: normal;
}

.green
	{color: lime;
 }
img
	{border: none;
}