@charset "utf-8";
body {
	background-color:#FFFFFF; 
	font-size:11px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {position: relative;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-left:auto; margin-right:auto;
	width:1000px;}

/*** QUOTE BLOCK ****/
#quote {position:absolute; top:0px; width:1000px; border-bottom:thin dotted silver; border-top:thin dotted silver;  padding:10px 2px;}
#quote p {color:#900;font:11px Arial, Helvetica, sans-serif; padding:2px 15px;}
#quote p span{font-style:italic; font-weight: bold; color:#666; float:right; padding-right:45px;}


#apDiv1 {
	position:absolute;
	left:0px;
	top:100px;
	width:620px;
	height:460px;
	z-index:1;
	margin-right:0px;
}

#apDiv1 p {text-align:left; }

h1 {color:#33CC33; font-weight:bold; font-size:19px;}
h2 {color:#33CC33; font-weight:bold; font-size:17px;}
.green {color:#33CC33; line-height:18px;}

#apDiv2 {
	position:absolute;
	left:645px;
	top:100px;
	width:263px;
	height:720px;
	z-index:2;
	padding-left:25px;
	border-left: solid #33CC33 thick;
}
#apDiv3 {/********ENTER SITE HERE ******************/
	position:absolute;
	left:45px;
	top:835px;
	width:947px;
	height:101px;
	z-index:3;
}

.floatR {float:right; }
.floatL {float:left; }