/*
	 * Style Rules for Print Medium
	 *
	 * @author Walter Stevenson <wstevenson@lightspeedresearch.com>
*/
body {
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.innershell {
	margin: auto;
	width: 630px;
	float: left;
	border: solid 1px #336600;
	background-color: #ffffff;
}
	.header {
		float: left;
		margin: auto;
		width: 100%;
		border-bottom: solid 1px #bbbbbb;
	}
		.brand {
			margin: auto;
			padding-top: 10px;
			padding-left: 10px;
			width: 100%;
			float: left;
			clear: left;
		}
			.screen-logo {
				display: none;
			}
		.menu {
			display: none;
			}
			.date {
				padding-left: 73%;
				line-height: 9px;
				margin-top: -30px;
				text-align: left;
			}
			.icon {
				margin-top: -20px;
				float: right;
				vertical-align: middle;
			}
	.body {
		width: 100%;
		margin-bottom: 20px;
	}
		.leftpanel {
			display: none;
			width: 15%;
			margin: auto;
			float: left;
		}
			.lefthead {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 16px;
				font-weight: bold;
				color: #003366;
				padding-top: 10px;
				padding-bottom: 10px;
				margin-left: 20px;
			}
			.lefthead {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 16px;
				font-weight: bold;
				color: #003366;
				padding-top: 10px;
				padding-bottom: 10px;
				text-align: center;
			}
				.navitem {
					background-color: #e7ecf2;
					padding: 4px;
					margin: 1px;
				}
					.navlink {
						text-decoration: none;
						color: #003366;
					}
			.subnav {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				font-weight: bold;
				color: #ff6600;
				list-style-image: url(/images/bullet-orange.jpg);
				background-color: #ffffff;
				margin: 1px;
				padding-left: 20px;
			}
				.subnavitem {
					background-color: #ffffff;
					padding: 4px;
				}
					.subnavlink {
						color: #ff6600;
						text-decoration: none;
					}
			.leftnav-extra {
					display: none;
				}
					.leftnav-extra-link {
						display: none;
					}
		.rightpanel {
			float: left;
			margin: auto;
			padding-left: 20px;
		}
			.maincell {
				background-image: url(/images/bg-maincell.jpg);
				background-repeat: repeat-x;
				padding-left: 5px;
				float: left;
			}
				.maincell-nohead {
					float: left;
				}
				.maincellhead {
					font-family: "Century Gothic", Arial, Helvetica, sans-serif;
					font-size: 36px;
					font-weight: bold;
					color: #113377;
					background-position: left top;
					vertical-align: bottom;
					padding: 10px 0px;
					margin-bottom: 20px;
					border-bottom: solid 1px #cccccc;
				}
				.maincellhead2 {
					height: 165px;
					font-family: "Century Gothic", Arial, Helvetica, sans-serif;
					font-size: 24px;
					font-weight: bold;
					color: #113377;
					background-position: left top;
					vertical-align: bottom;
					padding-top: 20px;
					padding-left: 30px;
				}
					.bg-home {
						background-image: url(/images/main-home.jpg);
						background-repeat: no-repeat;
					}
					.bg-rewards {
						background-image: url(/images/main-rewards.jpg);
						background-repeat: no-repeat;
					}
					.bg-help {
						background-image: url(/images/main-help.jpg);
						background-repeat: no-repeat;
					}
					.bg-about {
						background-image: url(/images/main-about.jpg);
						background-repeat: no-repeat;
					}
					.bg-member {
						background-image: url(/images/main-member.jpg);
						background-repeat: no-repeat;
					}
				.maincellsubhead {
					font-size: 14px;
					color: #ff9900;
					font-family: "Century Gothic", Arial, Helvetica, sans-serif;
					margin-left: 30px;
					line-height: 20px;
				}
			.contents {
			
			}
				.title {
					font-family: "Century Gothic", Helvetica, sans-serif;
					font-size: 21px;
					font-weight: bold;
					color: #ff9900;
					text-align: center;
					margin-top: 10px;
				}
				.quadintro {
					font-size: 14px;
					margin: 10px;
					padding-right: 40px;
					border-bottom: solid 1px #333333;
				}
				.quadcell {
					width: 190px;
					margin-right: 2px;
					margin-left: 2px;
					float: left;
				}
					.quadhead {
						font-family: Arial, Helvetica, sans-serif;
						font-size: 14px;
						font-weight: bold;
						color: #113377;
						float: left;
						width: 170px;
					}
					.quadsubhead {
						font-weight: bold;
						color: #003399;
					}
					.quadbody {
						font-family: Arial, Helvetica, sans-serif;
						font-size: 12px;
						color: #333333;
					}
	.footer {
		float: left;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #003366;
		margin-top: 5px;
		width: 100%;
		background-color: #aaacba;
		text-align: center;
	}
		.footermenu {
			display: none;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			list-style-type: none;
			padding-right: 10px;
			padding-left: 10px;
			text-align: center;
		}
			.footermenuitem {
				float: left;
				margin: 5px;
			}
				.footerlink {
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 11px;
					color: #003366;
					text-decoration: none;
					font-weight: bold;
				}
		.copyright {
			text-align: center;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			margin: 5px;
			color: #ffffff;
			float: left;
			clear: left;
			padding: 10px;
	}
	img {
		border: 0px;
	}
	a:hover {
		color: #5577aa;
	}
	ul {
		padding: 0px;
		margin: 0px;
	}
	.contentbody {
		background-color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		float: left;
	}
		.leftcolumn {
			width: 60%;
			padding: 15px;
			float: left;
		}
			.leftcolumnhead {
				font-family: "Century Gothic", Arial, Helvetica, sans-serif;
				font-size: 21px;
				font-weight: bold;
				color: #003366;
			}
		.rightcolumn {
			width: 30%;
			padding: 15px;
			float: left;
		}
		.columnpic {
			margin-top: 15px;
		}
	.login {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #333333;
		padding-right: 10px;
		padding-left: 10px;
	}
	.forgot {
		font-weight: normal;
		text-decoration: none;
		font-size: 11px;
	}
	.form {
		background-color: #ffffff;
		float: left;
		padding: 0px 10px;
		width: 535px;
	}
		.form-item {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #333333;
		}
	.bodyblank {
		float: left;
		width: 575px;
	}
	input {
		display: none;
	}
	.register {
		display: none;
	}
		.prepoints {
			font-weight: bold;
			color: #555555;
		}
		.pointsarea1 {
			padding: 10px;
			text-align: center;
			float: left;
		}
		.pointsarea2 {
			padding: 10px;
			text-align: left;
			float: left;
		}
			.pointstable {
				width: 93%;
				margin-bottom: 20px;
				margin-top: 10px;
				border: 1px solid #cccccc;
			}
				.pointscellhead {
					font-weight: bold;
					font-size: 18px;
					color: #666666;
				}
					.pointscellsubhead {
						font-weight: bold;
						color: #999999;
						font-size: 14px;
					}
						.pointshead {
							font-weight: bold;
							font-size: 12px;
							color: #222222;
							padding: 7px;
							border-bottom-width: 2px;
							border-bottom-style: solid;
							border-bottom-color: #666666;
						}
							.pointsdata {
								padding: 7px;
								font-weight: bold;
								font-size: 14px;
								color: #ff6600;
								border-right-width: 1px;
								border-right-style: solid;
								border-right-color: #999999;
								border-bottom-width: 1px;
								border-bottom-style: solid;
								border-bottom-color: #999999;
							}