html { overflow: -moz-scrollbars-vertical; }

body {
	margin: 0;
	background-color: #89C867;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat-x;


}
li {
	list-style-type: none;
	list-style-image: url(../images/bullet.jpg);
	list-style-position: outside;
	

}

a:link{color:green;background-color:white;}
a:visited{color:#9EAEBD;background-color:white;}
a:active{color:#000000;background-color:white;}

/********** Secondary Link Style **********/
.class1 a:link{ 
	color: #9EAEBD;font-weight:bold;font-size:13px;line-height:20px;}
.class1 a:visited {
	color: #9EAEBD;font-weight:bold;font-size:13px;line-height:20px;}
.class1 a:active {
	color: #9EAEBD;font-weight:bold;font-size:13px;line-height:20px;}
.class1 a:hover {
	color: #000000;font-weight:bold;font-size:13px;line-height:20px;}


.quote {
	font-style: italic;
	text-align: center;
	color: #71B15A;
	font-weight: bold;
}
.quote2{
	font-size: 12px;
	text-align: center;
	color: green;
	font-weight: bold;
}

.quote3{
	font-size: 12px;
	text-align: center;
	color: #4768A8;
	font-weight: bold;
}

.quickLinks {
	color: #9EAEBD;
	font-weight: bold;
}
