/* set the page font formatting. */
body, p, div, td {
	font-family: georgia, 'times new roman', sans-serif;
	font-size: 9pt;
	color: #ffffff;
}

body {
	text-align: center;
	background: url('../images/bg_page.jpg') #b9b9b9;
	margin: 0px;
}

#outer {
	width: 960px;
	margin: 0px auto;
	text-align: center;
}

	#header {
		text-align: center;
		margin-bottom: 6px;
		height: 124px;
	}
	
	#footer {
		line-height: 25px;
		text-align: center;
		margin-top: 6px;
		height: 40px;
		border: 1px solid #4b4b4b;
	}
		
		#footer img {
			margin: 10px 20px -9px 19px;
			border: 0px;
		}

	/* defaults for all examples */
	.kwicks {
		list-style: none;
		position: relative;
		margin: 0px auto;
		padding: 0px;
	}

		.kwicks li {
			display: block;
			overflow: hidden;
			padding: 0;
			float: left;
			width: 314px;
			height: 550px;
			border: 1px solid #4b4b4b;
		}

			.kwicks li .interior {
				margin: 25px auto 0px auto;
				width: 166px;
				text-align: center;
			}

				.kwicks li .interior div.top {
					height: 85px;
				}

				.kwicks li .interior div.top img {
					margin: 10px auto auto auto;
				}

				.kwicks li .interior form {
					display: none;
					width: 80%;
					margin: 0px auto;
				}

					.kwicks li .interior form fieldset {
						margin: 0px auto 10px auto;
					}

						.kwicks li .interior form legend {
							color: #ffffff;
						}

						.kwicks li .interior form div {
							width: 90%;
							margin: 0px auto;
							height: 25px;
						}

							.kwicks li .interior form div label {
								float: left;
								width: 140px;
								text-align: right;
								margin-right: 5px;
								font-size: .9em;
							}

							.kwicks li .interior form div input {
								float: left;
								width: 125px;
								font-size: .9em;
								}

								.required {
									background: url('../images/icon_required.png') #ffffff no-repeat 100% 0px;
								}

	#signup {
		background: url('../images/bg_signup.jpg') #76acd2;
		text-align: center;
	}

		#signup .interior {
			background: #629dc7;
		}

	#signin {
		background: url('../images/bg_signin.jpg') #fdd049;
	}

		#signin .interior {
			background: #fec52c;
		}

	#volunteer {
		background: url('../images/bg_volunteer.jpg') #a0b98b;
	}

		#volunteer .interior {
			background: #90ae78;
		}