@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	background: #abc8da;
	margin-top: 5px;
}
.onwhite {
	background:#FFFFFF;
}
a:focus
{
         -moz-outline-style:none;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.header {
	background:url(images/tile_header.jpg) repeat-x;
}
.blackborder {
	border: 2px solid black;
}
#apDiv1 {
	position:absolute;
	width:500px;
	height:115px;
	z-index:1;
	margin-top: 190px;
	margin-left: 130px;
}
.redheader {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif
	font-size: 12px;
	font-weight: bold;
}
.smalltext {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.onblue {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link, a:visited {
	text-decoration: none;
	color: #0e5e8f;
}
a:hover, a:active {
	text-decoration: none;
	color: #CC0000;	
}
.yellowband {
	background: #edd066
}
#logoDiv {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	top: 7px;
	margin-left: 2px;
}
#hands_left {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	top: 550px;
	margin-left: -1px;
}
#handprint_right {
	position: absolute;
	width:200px;
	height:115px;
	z-index:3;
	padding-left: 838px;
	margin-top: 40px;
}
.greenborder {
	border: 5px #c8bb17 solid;
}


