body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	margin:2em; /* remove margins */
	border:0; /* remove borders */
	padding:0; /*remove padding */
	text-align:center;
	font-family: veranda, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	/* background-color: #ffc;   */
}
a:link  { /* unvisited link */
	text-decoration: none;
}
a:visited { /* visited link */
	text-decoration: none; 
}
a:hover { /* mouse over link */
	text-decoration: underline;
} 
/* a:active { /* selected link */
/*	text-decoration: none;
	color:#0000FF; */
} 

.wrapper {
	position:relative;
	font-size:10pt;
	width:950px; 
	height:95%;
	border-style:none;
	border-width:0;
	border-color:#778899;
	background-color:#f00; /* faebdc7  is off white background */ 
}

.pagetop {
	background-color:#0f0;
	height:1em;
	margin:0px;
	padding: .5ex 1em;
	text-align:right;
	color: black;
}
.pagetop a {
	font-size:1em;
	color:black
}
	
.pageheader {
	height:100px;
	background-color:#f5f2f2;
	color:#881010;
	padding:1.5em;
	border-style:solid none;
	border-width:1px;
	border-color:#778899;
}

.pageheader h1 {
	font-size:2em;
	text-align:center;
}

.pageheader p {
	font-size:1.2em;
	text-align:center;
}

.topmenu {
	background-color:#303030;	
	padding:1em;
}

.navigation {
	float: left;
	width:150px;
	height:500px;
	margin-right:0px;
	background-color:#f5f2f2;
	padding:0em;
}

.navigation h1 {
	font-size:1em;
	color:#881010;
	padding:1em;
	margin-bottom:0em;
	padding-bottom:0.5em; 
	text-align:left;
}

.navigation ul,li {
	list-style:none;
	font-size:1em;
	color:#778899;
	margin-left:1em;
	margin-top:0;
	padding-top:0em; 
	text-align:left;
}
.content{
	height:500px; /* set height to full page */
	overflow:hidden; /* add scroll bars as required */
	position:relative; /* set up relative positioning so that z-index will work */
	z-index:3; /* allocate a suitable z-index */
	padding:2em; 
	text-align:left;
	background-color:#fff;
}

.content h1 {
	color: #f00;
	background-color: #900;
	font-size: 2em;
	margin: 0;
	margin-bottom: 0.5em;
	font-style: italic;
	text-align: center;
	letter-spacing: 0.5em;
	border-bottom-style: solid;
	border-bottom-width: 0.5em;
	border-bottom-color: #c00;
}
.content p,li{
	list-style:dot;
	font-size:1.2em;
	line-height: 1.5em;
	color:#222222;
}

.pagefooter {
	height:2em;
	font-size:0.75em;
	background-color:white;
	border-style:solid none none;
	border-width:1px;
	border-color:#778899;
	padding:0.5em 0;
	margin:0em;
	clear:both;
}
.pagefooter p {
	text-align:center;
}



h2 {
	color: white;
	background-color: #090;
	font-size: 1.5em;
	margin: 0;
	padding: 0.1em;
	padding-left: 1em;
}

h3 {
	color: #999;
	font-size: 1.25em;
}

img {
	border-style: dashed;
	border-width: 2px;
	border-color: #ccc;
}

strong {
	font-style: italic;
	text-transform: uppercase;
}

table {
	background-color: #ccc;
}


.style1 {
	color: #765b44;
	font-size: 10px;
	font-family: arial;
	text-align:center;
	}
.style2 {
	color: #923e2c;
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
}
.style3 {
	color: #826851;
	font-size: 10px;
	font-family: tahoma;
}
.style4 {
	color: #845746;
	font-size: 10px;
	font-family: tahoma;
}