@charset "UTF-8";
/* CSS Document */


h1 {
	margin-top:-10px;
	margin-bottom:15px;
}
#breadcrumb {
	display:none;
}
.contentbox {
	background-color:#ffffff;
	background-image:none;
}
.content {
	background-color:#ffffff;
	background-image:none;
}
#maintable {
	width:798px;
	height:400px;
	margin:-13px;
}
.cell {
	float:left;
	width:185px;
	height:185px;
	margin:6px;
}

/*COLORS*/

.redbox {
	background: url("http://www.kintera.org/atf/cf/{f30ca393-6c22-4e62-aa0f-949c05389268}/redbox_BG.gif") no-repeat top left;
	width: 185px;
	height: 185px;
}
.bluebox {
	background: url("http://www.kintera.org/atf/cf/{f30ca393-6c22-4e62-aa0f-949c05389268}/bluebox_BG.gif") no-repeat top left;
	width: 185px;
	height: 185px;
}
.greenbox {
	background: url("http://www.kintera.org/atf/cf/{f30ca393-6c22-4e62-aa0f-949c05389268}/greenbox_BG.gif") no-repeat top left;
	width: 185px;
	height: 185px;
}
.orangebox {
	background: url("http://www.kintera.org/atf/cf/{f30ca393-6c22-4e62-aa0f-949c05389268}/newsbox_BG.gif") no-repeat top left;
	width: 185px;
	height: 185px;
}


/*TEXT FORMATTING*/
.basic {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#ffffff;
	text-align:center;
}

.soletext {
	font-size:17px;
	line-height:22px;
	font-weight:bold;
	padding-top:60px;
	padding-left:6px;
	padding-right:6px;
}

.soletext-bold{
	font-size:22px; line-height:28px;
	padding-top:50px;
	font-weight:bold;
	padding-left:6px;
	padding-right:6px;
}

.imagetext {
	font-size:16px; padding:0px; padding-top:15px;
	font-weight:bold;
	text-transform:uppercase;
}
	

.basic a{
	color:#fff;
	text-decoration:none;
}
.basic a:hover {
	color:#FF0;
}

.newsbox { font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	background: url("http://www.kintera.org/atf/cf/{f30ca393-6c22-4e62-aa0f-949c05389268}/newsbox_BG.gif") no-repeat top left;
	background-position: top left; 
	background-repeat: no-repeat;
	padding: 16px;
	}