
/* all body text */
body 	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	color: Black;
	background-color: #9DB38E;
	margin: 20px;
	padding: 0px;
	font-size: small;
}

h1, h2, h3, h4, h5, h6{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}

/* heading sizes */

h1 {
	font-size: xx-large;
	margin:0px 0px 15px 0px;
	padding:0px;
	font-weight:900;
	color:#084D13;
}
h2 {
	font-size: x-large;
	color:#084D13;
}
h3 {
	font-size: large;
	color:#084D13;
}
h4 {
	font-size: medium;
	color:#084D13;
	margin:0px 0px 5px 0px;
	padding:0px;
}
h5 {
	font-size: small;
	color:#084D13;
}
h6 {
	font-size: x-small;
	color:#084D13;
}

/* menu */

#menu {
	padding:0; 
	margin:0px 0px; 
	width:0;
}
#menu li {
	list-style-type: none;
	width: 120px;
	height: 20px;
	margin: 2px 0;
	clear: both;
}
#menu a, #menu a:visited {
	position: relative;
	display: block;
	width: 120px;
	height: 18px;
	border: 1px solid #000;
	background-color: #9DB38E;
	color: Black;
	padding-left: 3px;
	text-decoration: none;
}
#menu a span, #menu a:visited span {
	display: none;
}
#menu a:hover {
	color: White;
	background-color: #084D13;
	border: 1px solid #000;
	text-decoration: none;
}

/* link control */

a {
	text-decoration: none;
	font-weight:600;
}
a:link {
	color: #084D13;
}
a:active {
	color: Black;
}
a:visited {
	color: #063;
}
a:hover {
	text-decoration: underline;
	background: none;
}

/* images */

a img {
	border: none;
}

p {
	margin:0px 0px 16px 0px;
	padding:0px;
	}

/* content control */
	
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

.content {
	position:relative; 
	width:auto;
	top:4px;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows. */
	}

.pagetitle>p {margin:0px;}
.pagetitle>p+p {text-indent:30px;}

.pagetitle {
	position:relative; 
	width:auto;
	top:4px;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid black;
	background-color:#9DB38E;
	padding:0px 0px 0px 15px;
	z-index:3;
	}

/* left bar */
	
#navLeft {
	position:absolute;
	width:150px;
	top:86px;
	left:20px;
	border:1px solid black;
	background-color:#CDCFA2;
	padding:10px;
	z-index:2;

/* The Tantek Celik IE5/Win hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* be nice to Opera 5 */
	body>#navLeft {width:128px;}

/* right bar */

#navRight {
	position:absolute;
	width:190px;
	top:86px;
	right:20px;
	border:1px solid black;
	background-color:#CDCFA2;
	padding:10px;
	z-index:1;
	voice-family: "\"}\"";
/*	voice-family:inherit; */
	width:168px;
	}

body>#navRight {width:168px;}

/* header control */

#header {
		position:relative;
		background:#CDCFA2;
		height:60px;
		border:1px solid black;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:60px;
		}

/*html>body #header {
		height:60px;
		}*/
