/* CSS Document */

body {
	background-image: url(../images/green-bkg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align:left;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align:left;
	color:#999999;
}
a:link {
	color: #8DC53E;
	text-decoration:none;
}
a:visited {
	color: #999;}
a:hover {
	color: #333;
}
a.nav:link {color:#8DC53E;}
a.nav:visited {color:#cccccc;}
a.nav:hover {color:#ffffff;}
a.scroll:link {color:#000000; text-decoration:none;}
a.scroll:visited {color:#000000; text-decoration:none;}
a.scroll:hover {color:#000000; text-decoration:none;}
h1 {
	font-size: 20px;
	color: #555
}
td img {display: block;}

#marqueecontainer{
position: relative;
width: 225px; /*marquee width */
height: 250px; /*marquee height */
background-color: white;
overflow: hidden;
border: 0px;
padding: 2px;
padding-left: 10px;

}
