#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 15px;
	top: 20px;
}

.nav-menu {
	height:34px;
	background-color: LightGrey;
	float: left;
	width: 740px;
	border-bottom: 0.1em solid #006600;
	padding: 0;
	margin: 0;
	padding-left: 40px;
} 

.nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav-menu li {
	float: left;
	margin: 1px 0.15em 1px;
	list-style: none;
}

.nav-menu li a {
	background-color: LightGrey;    /*url(background.gif) #fff bottom left repeat-x;*/
	height: 30px;
	line-height: 30px;
	float: left;
	width: 9em;
	display: block;
	border: 0.1em solid black;
	color: black;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

.nav-menu li a:hover {
	background-color: DimGray ; 
	color: LightGrey;
}

/* Hide from IE5-Mac \*/
.nav-menu li a {
	float: none
}
/* End hide */

.bodyborder {
	border-right-width: thin;
	border-left-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #006600;
	border-left-color: #006600;
	border-bottom-color: #006600;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 8px;
	color: #FFFFFF;
	background-color: #006600;
	font-style: normal;
	font-size: 12px;
	padding-bottom: 5px;
}
.pic {
	border: 0.1em solid black;
	margin-left: 20px;
}
body {
	background: #CFD784 url(images/stripeBackground.gif) repeat-x;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-style: normal;
	font-size: 17pt;
}
strong {
	font-size: 11pt;
	color: #8A360F;
	font-weight: bold;
}
li {
	padding-bottom: 15px;
}
p {
	padding-top: 0 px;
}