body {
	height: 100%;
	font:"Times New Roman", Times, serif;
	font-size: 12pt;
	background-image:  url("pics/bgright.gif");
	background-position: right top;
	background-repeat: no-repeat;
	margin:0;
}

a:link, a:visited, a:hover  {
	color:#000000;
	text-decoration: underline;
}	

a:hover {
	text-decoration:none;
}
	
h1, h2 {
	font:"Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight:normal;
	text-transform: uppercase;
	margin-left: 50px;
	margin-bottom:0px;
}

#bgleft {
	width:400px;
	height:600px;
	background-image:  url("pics/bgleft.gif");
	background-position: top left;
	background-repeat: no-repeat;
	float: none;
}

#holder {
	width: 100%;
	text-align: left;
	margin: 0;
	background-image:  url("pics/bgleft.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

#holder2 {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	text-align: left;
	margin: 0;
	background-image:  url("pics/bgright.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
	z-index: 2;
}
#nav {
	padding-top: 10px;
	text-align: center;
	white-space:nowrap;
}

#nav table, td {
	text-align: center;
	white-space:nowrap;
}

#nav a:link, a:visited {
	text-decoration:none;
}
		
#nav a:hover {
	text-decoration:underline;
}
		
#head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50pt;
	text-align:center;
	margin:15px 0 35px 0;
}

#textbody {
	text-align:left;
	width:620px;
	height:400px;
	overflow:auto;
	margin-top: 20px;
	padding-right:20px;
	padding-left: 20px;
}

#indexleft {
	height:100%;
	position:absolute;
	left:0;
	top:0;
	margin: 0;
	background-image:  url("pics/bgleft.gif");
	background-position: left top;
	background-repeat: no-repeat;
	z-index:1;
	width: 100%;
}
#indexright {
	height:100%; 
	position:absolute; 
	top:0; 
	left:0; 
	width: 100%; 
	background-image:  url("pics/bgright.gif"); 
	background-position: right bottom; 
	background-repeat: no-repeat; 
	z-index: 3;
}

.aria115bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
}
.courier15 {
	font-size: 15pt; 
	font-family: "Courier New", Courier, mono;
}

.boldunder {
	text-decoration:underline;
	font-weight:bold;
}		
