@charset "utf-8";
/* CSS Document */
a { text-decoration: none; }

a:link {
	color: #009966;
}
a:visited {
	color: #009966;
}
a:hover {
	color: #009966;text-decoration:underline;
}
a:active {
	color: #009970;
}


body {background:#DEE2DF}
div.banner{
	background-image:url(background.png);
	position:relative;
	width: 610px;
	height: 514px;
	left:50px;
	top: 40px;
	border:none; 
	z-index:1;}
	
div.banner2{
	background-image:url(banner.png);
	position:relative;
	width: 800px;
	height: 200px;
	left:80px;
	top: 40px;
	border:none; 
	z-index:1;}	
	
div.blurb{
	background:#DEE2DF;
	position:relative;
	width:610px;
	height: 200px;
	left: 50px;
	top:-300px;
	border:none;
	z-index:1;}
	
div.sidebar{
	background:#DEE2DF;
	position:relative;
	color:#009966;
	width:600;
	height:auto;
	left: 730px;
	top:-400px;
	font:bold 25px Papyrus;
	line-height:2;
	list-style:none;}
	
div.maintext{
	background:#DEE2DF;
	position:relative;
	color:#808000;
	width:650px;
	height:auto;
	left: 10%;
	top:50%;
	font:larger "Times New Roman", Times, serif;
	}
	
p.indent1{text-indent:10%;}
p.indent2{text-indent:15%;}
h2 { color:#808080}
div.box{
	position:relative;
	width:500px;
	height: 400px;
	left: 0px;
	border:groove;
	z-index:1;}

div.home{
	background:#DEE2DF;
	position:relative;
	color:#009966;
	width:100;
	height:auto;
	left: 870px;
	top:60%;
	font:bold 25px Papyrus;
	padding: 15px;
	}