/*
My style...
*/
a {
  color:#ff;
  text-decoration:none;
  text-underline:none;
}
a:link {
  color:#ff;
  text-decoration:none;
  text-underline:none;
  }
a:visited {
  color:#FF0066;
  text-decoration:none;
  text-underline:none;
  }
a:hover {
  color:#c60;
  text-decoration:underline;
  }
a img {
  border-width:0;
  text-decoration:none;
  text-underline:none;
  }


/* Headings
----------------------------------------------- */
  h1,h2,h3,h4,h5,h6 {
  	font-family: "Trebuchet MS", arial, sans-serif;
  }
  h1 {
  	color: #FF0000;
  	font-size: 1.2em;
  	letter-spacing: 0.0em;
  	font-weight: bold;
  }
  h2 {
  	color: #FF0000;
  	font-size: 1.0em;
  	letter-spacing: 0.0em;
  	font-weight: bold;
  	text-transform:none;
  }
  h3 {
  	font-size: 1.2em;
  	background: #eee;
  	border: dotted 1px #C7C7C7;
  	padding: 0.2em;
  }
  h4 {
  	font-size: 1.2em;
  	padding: 0 0 0.2em 0;
  	margin: 0.6em 0 0 0.4em;
  	color: #777;
  }
  h5 {
  	border-bottom: dotted 1px #C7C7C7;
  }
  h6 {
  	color: #777;
  	border-left: solid 1.2em #777;
  	padding-left: 0.6em;
  }



/* Sitemap
---------------------------------------- */

div.sitemap-display {
	border: 1px solid #000;
	margin: 2em;
	width: 55em;
	padding: 5px;
}
div.sitemap-display ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 
div.sitemap-display ul li {
	margin-left: 0;
	padding: 3px 15px;
	display: inline;
	}
div.sitemap-display ul li a:hover {
	display: inline;
	color:#c60;
	text-decoration:underline;
}

/* Paragraphs
-------------------------------------------*/

div.latest-changes ul li {
	text-align:justify;
}

/* Header
----------------------------------------------- */

#navigationtd{
 	font-family:"Trebuchet MS", helvetica, sans-serif;
 	font-size:14px;
 	background-color:#ffffff;
 	padding:3px 0px 0px 3px;
 	color:#333333;
 	border:2px solid #557755;
/*        background-color: #FFF8C6; */
}
