body {
	background-color:white;
	background-image:url(../myweb/paper.jpg);
	background-attachment:fixed;
	color:#008800;
	margin:0px; /* remove white space around browser window */
	text-align:center;  /* setup Internet Explorer centering hack for designSpace */
	font-family:ariel, helvetica, sans-serif;
	font-size:10pt;
}

#designSpace {
	text-align:left;  /* reset alignment from IE centering hack */
	border:0px solid red;
	width:760px; /* :800 650px; */
	/*  margin-left:auto;*/   /* center the division */
	/* margin-right:auto; */
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:10px;
	margin-left:20px;
}

#pageHeader {
	/*position:fixed;*/
	/* position:absolute; */
	top:10px;
	margin-top:10px;
	color:#008000;
	text-align:center;
	font-size:45px;
	font-weight:bold;
	font-family:ariel black, helvetica, sans-serif;
	border-top:1px solid #008800;
	border-bottom:1px solid #008800;
	padding-top:10px;
	padding-bottom:10px;
	width:760px;
	background-color:white;
}
#navBar {
	margin-top:6px;
	margin-bottom:6px;
	text-align:center;
	float:left;
	top:100px;
	background-color:white;
	padding:10px;
	border-top:1px solid #008800;
	border-bottom:1px solid #008800;
	height:300px;
	width:75px;
	position:fixed;
	text-align:center;
}
#navBar a {
	font-family:Arial, Helvetica, sans-serif;
	color: #008800;
}
a {
	text-decoration:none;
	color:#006600;
	font-family:"Courier New", Courier, mono;
}

a:hover {
	text-decoration:underline overline;
}
a:active {
	color:#008000;
}
#mainContent {
	text-align:left;
	border:0px solid red;
	padding-top:10px;
	/* float:left; */
	margin-left:100px;
	top:10px;
	width:519px;
	/*margin-left:auto;   /* center the division */
/*	margin-right:auto;*/
}

img.flushleft {
	align:left;
	vertical-align:middle;
	margin-right:20px;
}
img.flushright {
	align:right;
	margin-left:20px;
	vertical-align:middle;
}
img.left {
	float:left;
	margin-right:10px;
}
img.right {
	float:right;
	margin-left:10px;
}
.centerText {
	text-align:center;
}
.heading{
	text-align:center;
	font-size:12pt;
	font-weight:bold;
	font-family:ariel black, helvetica, sans-serif;

}
.romanDate{
	text-align:center;
	font-size:20pt;
	font-weight:bold;
	font-family:Copperplate Gothic Bold, times new roman;
	margin:10px;
}
.romanDate a {
	font-family:Copperplate Gothic Bold, times new roman;
	color:#008800;
}
.page1 {	
	width:115px;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:white;
	height:400px;
	overflow:auto;
	font-size:12px;
	font-family:/*aurabesh, */sans-serif;
	/*margin-left:10px;*/
	float:right;
	margin-top:6px;
	text-indent:-10px;
	position:fixed;
	top:100px;
	left:655px;
	/*right:10px;*/
	}
	
.page1 a {
	font-family:Arial, Helvetica, sans-serif;
}
		
p {
	margin:0px;
}

#pageFooter {
	margin-top:10px;
	border-top:1px #008800 solid;
	padding-top:10px;
	text-align:center;
	clear:both;
}
#copyrightNotice {
	text-align:center;
	font-size:10px;
}
