body {
	margin: 0;
	padding: 0;
	background-color:#ddffdd;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
/*	border-top: 2px solid #2A4F6F; */
}
#wrapper {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ccffcc;
/*	min-width: 400px;
	width: 100%; */
}
#header {
/*	border-top: 1px solid #778899; */
/*	border-bottom: 1px dotted #B2BCC6; */
	height: 6em;
}
#header .strapline {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #778899;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.5em;
}
#header .logo {
	float: left;
	margin-left: 1.5em;
	margin-top: 0.5em;
}
#nav1 {
	position: absolute;
	top: 7em;
	left: 1em;
	width: 12em;
}
#nav {
	position: absolute;
	top: 14em;
	left: 1em;
	width: 11em;
	background-color:#BBFFBB;
}
#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
#nav li {
	font-size: 75%;
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0.3em;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #2A4F6F;
	background-color: transparent;
}
#nav a:hover {
	color: #778899;
}
#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}
#content {
	margin-left: 13em;
	margin-right: 6em;
}
h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-size: 1 em;
	line-height: 1.6em; 
	padding-left: 1.2em;
}
#content td {
	font-size: 80%;
	line-height: 1.6em; 
/*	padding-left: 1.2em; */
}

img {
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
}
#style1 {
	font-size:14px;
}
#style2 {
	font-size: 9px;
}