/* The style and layout for this site was derived from The Layout Reservoir at BlueRobot,
http://bluerobot.com/web/layouts/layout1.html.  Layout used with permission */

body	{
	  margin:0em;
	  padding:0em;
	  font-family:"trebuchet ms","trebuchet",verdana,arial,helvetica,sans-serif;
	  font-size:1em;
	  color:#333;
	  background-color:white;
	}
h1	{
	  margin:0em 0em 0.5em;
	  padding:0em;
	  font-size:xx-large;
	  font-weight:900;
	  color:#CCC;
	}
h2	{
	font-size:x-large;
	}
th  {
	font-size:large;
	}
td,th	{
	  padding:2px 15px;
	}
td,li	{
	  font-family:"trebuchet ms","trebuchet",verdana,arial,helvetica,sans-serif;
	  line-height:1.5em;
	  text-align:justify;
	}
ol.lower-alpha	{
		  list-style-type:lower-alpha;
		}
ul.none	{
	  list-style-type:none;
	}
ul.none li { text-indent:-1.5em}
td.subtable	{
		  text-align:center;
		  padding:1em 0em 0em;
		  font-size:1.5em;
		}
td.junior	{ font-weight:600;}

p	{
	  font-family:"trebuchet ms","trebuchet",verdana, arial, helevetica, sans-serif;
	  line-height:1.5em;
	  margin:0em 0em 1.5em;
	  padding:0em;
	  text-align:justify;
	  font-style:inherit;
	}
a	{
	  color:#09C;	
	  text-decoration:none;
	  font-weight:600;
	  font-family:"trebuchet ms","trebuchet",verdana, arial, helvetica, sans-serif;
	}
a.mail  {
	font-weight:100;
	text-decoration:underline;
	}
a:link	{color:#09C;}
a:visited	{color:#07A;}
a:hover	{background-color:#CCC;}


#Header	{
	  font-variant:small-caps;
	  margin:3.5em 0em 0em 0em;
	  padding:1em 0em 0em 1.5em;
	  border-style:solid;
	  border-color:black;
	  border-width:1px 0px;
	  background-color:#EEE;
}
#Content	{
		  margin:0px 2em 0em 13em;
		  padding:1em 1em 1em 2em;
		}

#Menu	{
	  position:absolute;
	  top:7em;
	  left:1em;
	  width:10em;
	  padding:10px;
	  background-color:#EEE;
	  border:1px dashed #999;
	  line-height:1.5em;
	}
#Footer {
	  background-color:#EEE;
	  border-style:solid;
	  border-color:black;
	  border-width:1px 0px;
	  padding:0.5em;
	}

#Counter	{
	  position:absolute;
	  right:0em;
	}
#Address	{
		  display:none;
		}
blockquote,
blockquote p	{
		  line-height:1.2em;
		  font-family:"trebuchet ms","trebuchet",verdana, arial, helvetica, sans-serif;
		  font-style:italic;
		  text-align:justify;
		}
abbr,acronym	{
		  border-bottom:1px dotted;
		  cursor:help;
		}
em, cite	{
		  font-style:italic;
		}
strong	{
 	  font-weight:900;
	}
	
span.changed	{
	  font-size:0.8em;
	  color:#666;
	  border:1px dotted;
	  border-color:#888;
	}
sup, sub  {
	font-size:smaller;
	}
.address {
	border:1px dotted #888;
	}