body{
	background-color:#999999;
	background-image:url(images/background.png);
	background-repeat:repeat-x;
}
body,td{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
img{
	border:0;
}
table{
	border-collapse:collapse;
	width:100%;
}
a,a:hover,a:visited,a:active{
	color:#0b66e1;
	text-decoration:none;
}
td a,td a:hover,td a:visited,td a:active{
	color:#006600;
	text-decoration:none;
}
.toplinks a,.toplinks a:hover,.toplinks a:visited,.toplinks a:active{
	color:#cccccc;
	text-decoration:none;
}
.grey{
	color:#cccccc;
}
.main{
	width:820px;
}
.header{
	height:250px;
	background-color:white;
}
.content{
	background-color:white;
}
.green-gradient{
	width:33.333%;
	height:200px;
	background-image:url(images/green-gradient.png);
	background-color:#65b230;
	color:black;
	padding:20px;
	padding-top:40px;
}
.small-green-gradient{
	height:24px;
	background-image:url(images/small-green-gradient.png);
	color:black;
}
ul{
	list-style-image:url(images/bullet.png);
}
ol li{
	padding:5px;
}
.padded{
	padding:20px;
}