div#rightBar {
	position:relative;
	width: 317px;
	float: right;
	background: url(/images/backgrounds/rightBarTop_aboutUs.gif) no-repeat;
}

	div#rightBarContent {
		background: none;
		background-color: #f6f6f6;
		padding-top: 0px;
		margin-top: 15px;
	}

		div#rightBarContent h3{
			margin-top: 0;
			padding-top: 5px;
			margin-bottom: 7px;
			color: #333;
			font: bold 10pt "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif ;
			float: left;
			display: inline;

		}
		div#rightBarContent h3 span{
			font: 10pt "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif ;


		}
		div#rightBarContent p{
			clear: both;
			margin-top: 0;
			color: #333;
			font: 9.2pt "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif ;
			padding-bottom: 4px;
			padding: 0;
			line-height: 160%;
			text-indent: -0.4em;
		}
		div#rightBarContent hr {
			margin-top: 10px;
			margin-bottom: 5px;
		}

		div#rightBar img#rightBarBottom{
		  margin-top: 10px;
		}

	img#membershipButton {
  	position: relative;
  	width: 257;
  	height: 22px;
  	margin: 0 auto 0 auto;
  	padding: 0;
  	background: url(/images/buttons/applyMembership.gif) no-repeat;
  	border: 0px;
  }
  	img#membershipButton:hover {
  		background-position: 0 -22px;
  	}

	div.eventBox {
		position: relative;
		width: 410px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		float: left;
		margin-left: 14px;
		margin-bottom: 5px;
		padding-left: 20px;
		padding-right: 20px;

	}

		div.eventBox img {
			margin-left: -21px;
		}

		div#content div.eventBox h2 {
			font: 9.2pt "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
			font-weight: bold;
			color: #333;
			float: left;
			margin-bottom: 4px;

		}
		div#content div.eventBox span {
			font: 8pt "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
			color: #a6a6a6;
			float: right;
		}
		div#content div.eventBox span a {
			font: 8pt "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
			color: #a6a6a6;
		}
		div#content div.eventBox p {
			margin-top: 0;
			clear: both;
			font: 9.2pt "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
			color: #333;
			line-height: 1.3em;
		}

		div#content div.eventBox hr {
			clear: both;
			border: none;
			border-top: 1px dotted #b7b7b7;/*the border*/
			height: 1px;
			margin: 0;
			padding: 0;
		}
div#intro h2 {
	font: 10.2pt "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
	font-weight: bold;
	margin-top: 30px;
	color: #4e7ab4;

}
	div#intro h2 span {
		font: 8pt "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
		font-weight: normal;
		color: #333;
	}
div#content div#intro table {
	width: 873px;
}
div#content div#intro table#type {
	width: 80%;
}
div#intro table td p {
	font: 12px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
	text-align: right;
}
	div#intro table#type td p {
		text-align: left;
	}

	div#intro table td p img {
		display: inline;
	}
	input#submit {
		position: relative;
		border: none;
		width: 76px;
    margin: 15px auto 15px 398px;
		height: 22px;
		overflow: hidden;
		background: url('/images/buttons/submit.gif') top left no-repeat;
	}
	input#submit:hover {
		background-position: 0 -22px;
	}

input, select {
	border: 1px solid #7f9db9;
	width: 120px;
	font: 12px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
}

  select#title {
    width: 80px;
  }
	table#address input, table#address select {
		width: 165px;
	}
input.auto {
	width: auto;
}
input#initial {
	width: 20px;
}
textarea {
	position: relative;
	border: 1px solid #7f9db9;
	width: 873px;
	height: 87px;
}

div#intro p#contact {
	text-align: left;
}
	div#intro p#contact img {
		display: inline;
	}
	div#intro div#errorDiv p#error {
		font: 9.2pt "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
		color: #ff0000;
	}