H1 {font-family: Arial, Helvetica, sans-serif; font-weight: 500}
H2 {font-family: Arial, Helvetica, sans-serif; font-weight: 500}
body.Static, body.Static td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
code {
	font-family: "Courier New", Courier, mono;
	font-size: 100%;

}
.Static h2 {
	font-size:150%;
	font-weight: bold;
	color: #333300;
}
.Static h3 {
	font-size: 120%;
	color: #666600;

}

img.righthand {
	float: right;
	margin-left: 12px;
	margin-top:8px; margin-bottom:12px;
}

/* @media(screen) { */
/* Menu styles taken and adapted from Matthew James Taylor's http://matthewjamestaylor.com/ */

	body {
		margin:0;
		padding:0;
		border:0;
		width:100%;
/*		background:#fff;
		font-size:90%; */
	}
	/* -------------------------------------------------- */
	/* metaltop */
	/* -------------------------------------------------- */
	#metaltop {
		clear:left;
		float:left;
		padding:0;
/* A URL relative to this stylesheet should be enough, but for some reason some browsers get confused. */
		background: rgb(170,184,188) url(/bin/metaltop.gif) top repeat-x;
		border-bottom:1px solid rgb(119,142,149);
		width:100%;
		border-top:1px solid #000;
		overflow:hidden;
		font-family:Verdana, sans-serif;
	}
	#metaltop ul {
		float:left;
		margin:0;
		padding:0;
		list-style:none;
		position:relative;
		left:50%;
		text-align:center;
	}
	#metaltop ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
	}
	#metaltop ul li.first {
		border-left:1px solid #7E7567;
	}
	#metaltop ul li.last {
		border-right:1px solid #ECE9D8;
	}
	#metaltop ul li a {
		display:block;
		float:left;
		margin:0;
		padding:13px 10px 13px 10px;
		border-left:1px solid #ECE9D8;
		border-right:1px solid #7E7567;
		text-decoration:none;
		color:#645538;
/*		color:#7D6A46; */
/*		font-size:.8em; */
/*		font-weight:bold; */
/*		text-transform:uppercase; */
		line-height:1.3em;
	}
	#metaltop ul li a:hover {
		color:#000;
		background-color:#ECE9D8;
		border-left:1px solid #fff;
/*		font-weight:bold; */
/*		padding-top:18px;
		padding-bottom:8px; */
	}
	#metaltop ul li.active a,
	#metaltop ul li.active a:hover {
		color:#000;
/*		background:#000; */
/*		border-left:1px solid #000; */
		font-weight:bold; 
/*		padding-top:18px;
		padding-bottom:8px; */
	}

#leftlinks {
	float:left;
	width:11em;
	margin-left:10px;
	/*margin-right:2em; */
	margin-top:5em;
	}
#leftlinks a {
    display:block;
	}
#leftlinks p a {
    display:inline;
	}
#leftlinks p {
	margin: 0;
	}
#leftlinks h4 {
    font-size: 100%;
	}	
#mainbody {
	margin-right:5em;
	margin-left:14em;
	padding-bottom:32px;
	border-bottom:1px solid rgb(70%,70%,50%);
	}

#mainheading {
/* A URL relative to this stylesheet should be enough, but for some reason some browsers get confused. */
/*	background-image:url(/static/bin/tenuousMS.jpg); */
	background-color:#ded9bb;
	}
/* } */ /* from the media statement. */

.lastupload {
	color: red;
	text-align: right;
}
.quote {
	font-family: serif;
	font-size: 141%;
	font-style: italic;
	line-height: 120%;
	font-weight: bold;
	color: 768e95;


}
