body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #006;
	font-weight: bold;
}
body {
	background-color: #CCC;
}#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}
#header {
	background-image: url(images/sataheader.jpg);
	background-repeat: no-repeat;
	height: 100px;
	padding-top: 0px;
	text-indent: -5000px;
}
#mcontent {
}
#lcontent {
	height: 350px;
	width: 260px;
	float: left;
	padding-top: 20px;
}
#footer {
	clear: both;
	height: 40px;
}

#rcontent {
	float: right;
	width: 700px;
}

#fundcontent {
	float: right;
	width: 720px;
	padding-top: 20px;
	background-image: url(images/logo-hires-easyfundraising.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 104px;
	text-indent: -5000px;
}

#fundcontent2 {
	float: right;
	width: 720px;
	padding-top: 20px;
	height: 600px;
	
	
}
	

.urbangreymenu{
	width: 250px; /*width of menu*/
	color: #999;
}

.urbangreymenu .headerbar{
	color: white;
	background: #606060 url(media/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.urbangreymenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
	color: #999;
}

.urbangreymenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	color: #999;
}

.urbangreymenu ul li a{
	color: #006;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	background-color: #999;
}

.urbangreymenu ul li a:visited{
	color: #006;
	background-color: #999;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: #00C;
	background-color: #CCC;
}


.style1 {
	font-size: 24px;
	color: #006;
}


.style2 {
	color: #999
}

.style3 {
	font-size: 22px;
	color: #009;
}
.style4 {
	font-size: 26px;
	color: #006;
}
a:link {
	color: #006;
}
a:visited {
	color: #006;
}
a:hover {
	color: #00C;
}