/* Style Sheet 


margin/padding order: top, right, bottom, left. 

Color Reference:
BLUE #6699CC GREEN #66CCCC
light gray: #D6DBE7 charcoal: #634110
*/
#apDiv3 {
	position:absolute;
	
	top:1px;
	right: 1px;
	height:1px;
	z-index:10;

}
A:hover {
	background:#D6DBE7;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	border-top : 1px solid #66CCCC;
	border-bottom : 1px solid #66CCCC;
}

A:visited {
	color:#66CCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-decoration:none;
}

A:link {
	color:#6699CC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-decoration:none;
	font-weight:bold;
}


a img {
	border: none;
}

i {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}


body {
	
	border: solid 2px #6699CC;
	border-bottom: solid 1px #6699CC;
	border-top: solid 3px #6699CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	margin-top: 0;
	margin: 10;
	padding: 0;
	background-color: #D6DBE7;
	color: black;
}

p, br {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: normal;
	font-size: 24px;
	margin: 0 0 10px 0;
	padding: 10px 0 3px 0;
}

h2 {
	border-bottom: 1px dotted #66CCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	margin: 15px 0 0.5em 0.5em;
}

h3 {
	border-bottom: dotted 1px #66CCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal; 
	font-size: 16px;
	margin: 15px 0 2px 3em;
	padding-bottom: 2px;
}


