body {
	color: black;
	background-color: #dedeff;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: "arial", sans-serif;
}

h1 {
	text-align: center;
	margin-top: 1.0em;
	margin-bottom: 0.5em;
}

td.bluehorizontal, td.bluevertical {
	color: black;
	background-color: #000099;
	padding: 0px;
}
td.bluehorizontal {	height: 8px; }
td.bluevertical { width: 8px; }

td.menuitemtop, td.menuitem {
	font-weight: bold;
	text-align: center;
	padding-bottom: 0em;
	padding-left: 8px;
	padding-right: 8px;
	border-left: solid;
	border-right: solid;
	border-top: none;
	border-bottom: none;
	border-color: #000099;
	border-width: 8px;
}
td.menuitemtop {
	padding-top: 0em;
}
td.menuitem {
	padding-top: 0.5em;
}

td.menuspacer {
	height: 3px;
}
td.menuborderleft {
	border-left: solid;
	border-right: none;
	text-align: left;
}
td.menuborderright {
	border-right: solid;
	border-left: none;
	text-align: right;
}
td.menuborderleft, td.menuborderright {
	border-top: none;
	border-bottom: none;
	border-color: #000099;
	border-width: 8px;
	padding: 0;
}

a {
	color: black;
	background-color: inherit;
}

a.menuitem:link, a.menuitem:visited {
	color: black;
	background-color: inherit;
	text-decoration: none;
}
a.menuitem:hover, a.menuitem:active {
	color: #000099;
	background-color: inherit;
	text-decoration: none;
}

.testimonial1, .signature1 {
	margin-right: 25%;
	margin-left: 0%;
}
.testimonial2, .signature2 {
	margin-right: 0%;
	margin-left: 25%;
}
.signature1, .signature2 {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 3em;
}

.imageborder {
	border-style: solid; 
	border-color: #000000;
	border-width: 1px;
	margin: 1em;
/*	border-width: 8px; */
}

.level2 {
	margin-left: 2em;
}
.level3 {
	margin-left: 4em;
}

.headerlist {
	line-height: 1.7em;
	list-style: square;
}
