/* stylesheet.css */
.style1 {
	font-size: 16pt;
	font-weight: bold;
}

.style6 {
color: #66FF00
}

.style2 {
	font-size: 16pt
}
.style3 {
    color: #0000CD
}

/*Body text and page background */
body {
    width:980 px;
	font-family:"Times New Roman", Times, serif;
	color:#0000cd;
	background-color: #CCCCCC;
	font-size: 14pt;
    border-color: #62D9E4;
    border-width: 18px;
    border-style: inset;
}

/* Level 1 headings */
.h1 { 
font-family: Papyrus, "Curlz MT", "Juice ITC", Algerian, fantasy;
 font-weight: bold; text-align:center; 
 color: #1F2159;
}

/* Level 2 headings */
.h2 {
 font-family: "Arial Black", Impact, Charcoal, fantasy; 
 color: #0000cd;
 font-size: 20pt;
}

/* Level 3 headings */
.h3 { 
font-family: Arial, Helvetica, sans-serif;
 font-style:italic; 
text-decoration:underline; 
color: #1F2159;
}

/* Generic style class for highlighting text */
.hilite{ background-color:#ffff00;
}

/* Paragraphs styled as tips */
p.tip {
 background-color:#ACD095;
 margin-left:100px;
 margin-right:100px;
 padding:5px;
 border:solid thin #167A58;
}

 /* Paragraphs styled as warnings */
p.warning { 
background-color:#FFCCFF;
 
margin-left:100px; 
margin-right:100px; 
padding:5px; 
border:solid thin #ff0000;
}
 
#apDivhead {
     width:100%;
	 height:320px;
	float:none;
	height: 282px;
	background-image: url(jrcopy.png);
	background-position:center;
	background-repeat:no-repeat
	 }
 
#body {
	height: 82px;
	width: 80px;
	margin: 5%;

}


#apDiv1 {
		left:152px;
	top:196px;
	width:604px;
	height:97px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:165px;
	top:196px;
	width:579px;
	height:98px;
	z-index:1;
}
#apDiv3 {
	width:560px;
	height:101px;
	z-index:1;
}
#apDiv4 {
	font:Arial, Helvetica, sans-serif;
	background-color:#0000cd;
	position:static;
	top:1379px;
	width:100%;
	height:60px;
	z-index:2;
	color: #66FF00;
	left: 15px;
}
