body
{
	padding: 10px;
	/*background: transparent url( "../images/logo2.png" ) no-repeat bottom right fixed;*/
	background-image: url( "../images/gradientleft.png" );
	background-repeat: repeat-y;
}
#container
{
	background-color: #FFF;
	margin: 0 auto;
	width: 640px;
	font: 12pt Arial;
}
#header
{
	text-align: center;
	padding: 20px;
	font: 18pt Verdana;
}
#subHeader
{
	background-image: url( "../images/gradientsubheader.png" );
	background-repeat: repeat-x;
	padding: 14px 10px 6px 0;
}
#navigation
{
	float: left;
	position: relative;
	top: 19px;
	right: 70px;
	border-bottom: 1px solid blue;
}
#main
{
	width: 400px;
	float: left;
	padding: 10px;
	font: 12pt Arial;
}
#navigation a
{
	color: #FFF;
	margin: 0;
	padding: 5px;
	background-color: #69F;
	border-top: 1px solid blue;
	border-left: 1px solid blue;
	border-right: 1px solid blue;
	width: 140px;
	display: block;
}
#navigation a:hover
{
	background-color: #FAC;
}
#navigation a.current
{
	background-color: #99F;
}
#navigation a, #navigation a:visited
{
	color: #FFF;
	text-decoration: none;
}
#footer
{
	color: blue;
	text-align: center;
	font: 10pt Arial;
	margin: 10px 0;
	padding: 2px;
	clear: both;
}
#footer a
{
	color: blue;
	padding: 0 4px;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
#namilogo
{
	position: absolute;
	top: 0;
	right: 0;
	width: 170px;
	height: 160px;
	background-image: url( "../images/grassroots2.gif" );
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
}
.clearBoth
{
	clear: both;
}
.bgcolor1
{
	background-color: #BFDDED;/*191, 221, 237*/
}
.strong
{
	font-weight: bold;
}
.event
{
	background-color: #47A;
	padding: 10px;
	color: #FFF;
	margin-bottom: 20px;
}
.center
{
	text-align: center;
}
.serviceType
{
	text-decoration: underline;
}
.eventDate
{
	width: 160px;
	text-align: center;
	margin: 10px auto;
	font: 10pt Arial;
	color: #69F;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #69F;
}
.eventTitle
{
	clear: left;
	text-align: center;
	font-size: 14pt;
	padding-bottom: 10px;
}
.event a
{
	color: #FFF;
	xtext-decoration: none;
}
.formLabel
{
	padding-right: 60px;
}
span
{
	display: block;
}

.inline
{
	display: inline;
}

.bgcolor2
{
	background-color: #BFDDED;
}
.service
{
	background-color: #47A;
	xbackground-color: #69F;
	padding: 10px;
	color: #FFF;
	margin-bottom: 20px;
}
.service a
{
	color: #FFF;
}
