/* base font size: 12px */

/* header is 56px from top */
div#header {
	/*position: absolute;
	top: 3.5em;*/
	margin-top: 0;
	width: 100%;
	height: 4.2em;
	background-color: #9dcd4f;
}
div#header h1 {
	display: none;
}
div#header img {
	margin: .2em 0 0 3em; /*-36em;*/
}
div#header div {
	width: 80em;
	text-align: left;
	margin: 0 auto;
}

/* don't want any decoration on links */
a {
	text-decoration: none;
}
.center {
	text-align: center;
}
.maxwidth {
	width: 100%;
}
.leftimage {
	float: left;
	margin: 0 2em;
}

/* 60px between header & buttons */
div#content {
	margin: 3em auto 0 auto;
	width: 80em;
	
}
#content #contenttext {
	text-align: left;
	width: 43.18em; /* 570px @1.1em */
	font-size: 1.1em; /* 13.2px */
	padding: 0 0 0 29.55em; /* 390 @1.1em */
}
#content h3 {
	display: block;
	font-size: 1.15em;
	margin: 0 0 .2em 0;
	font-weight: bold;
	color: #6a6c6b;
}
h2{
	font-size: 1.5em;
	font-weight: bold;
	color: #6a6c6b;
	margin: 0;
}
em {
	/* font-size: .8em; */
	font-style: italics;
}


/* footer is about 100px from buttons */
div#footer {
	background-color: white; /*#9c9f9d;*/ /*#8b8e8d;*/ /*#6a6c6b;*/ /*#9dcd4f;*/
	/*position: absolute;
	top: -8em;*/
	margin: 9em auto 0 auto;
	width: 80em;
	clear: both;
	text-align: right;
}
div#footer #footermenu {
	/*padding: .2em 0 .3em 0;*/
	padding: .1em 0;
	font-size: 1.3em; /*1.8em;*/
	font-variant: small-caps;
	color: #9c9f9d;
}
div#footer #footermenu div {
	display: inline;
	padding: 0.8em;
}
div#footer #footermenu a:link, div#footer #footermenu a:visited {
	color: #9c9f9d;
}

/* one-em is used for me to judge size references */
#oneem {
	position: absolute;
	top:0;
	left: 0;
	width: 1em;
	height: 1em;
	background-color: transparent;
}

