body  {
	font: 100%  Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #E0EBF1;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #7AA5D2;
	padding: 3px;
}

fieldset {
	border-color: #E0EBF1;
}


/* ********************************************************************************** */
/* IE HACKS to get rid of the huge amount of extra white space that IE/WinXP adds to buttons with long labels */
input.button {
	padding: 0 .25em;
	width: 0;
	overflow:visible;
}
input.button[class] { /*ie ignores [class]*/
	width: auto;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	border: 0;
	width: 800px;
	border: 2px ridge #cccccc;
	background-color: #ffffff;
}

#header {
	border-bottom: 1px solid #cccccc;
}

#leftColumn {
	float: left;
	width: 150px;
}

#rightColumn {
	float: right;
	width: 200px;
}

#centerColumn {
	float: left;
	width: 55%;
	min-height: 400px;
	height:auto !important;
	height:400px;
	padding-left: 5px;
	border-left: 1px solid #cccccc;
}

#menuFooter {
	border-top: 1px solid #cccccc;
	font-size: 12px;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 9px;
}

#copyright {
	text-align: center;
	font-size: 9px;
}

.menubar ul {
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 24px;
	text-align: left;
}

.menubar ul li {
	list-style: none;
}

.menubar ul li a {
	display: block;
	color: #0066CC;
	text-decoration:none;
}

.menubar ul li a:hover {
	color: #ffffff;
	background: url("../images/menuhighlight.gif") repeat-y;
}

.curMenuItem {
	background: url("../images/curmenuitem.gif") repeat-y;
	color: #ffffff;
}

/* HACK to get IE6 to keep the menu items the correct height */
* html ul li a {
   height: 1em;
}

.pdf {
	display: inline;
	vertical-align: middle;
	padding-bottom: 3px;
	border: none;
}

.flyer {
	margin: 5px;
	padding: 3px;
	font-size:14px;
	text-align: center;
	border: 3px ridge #eeeeee;
	background-color: #E0EBF1;
}

#slideshow {
	margin: 1em auto;
	border: 1px solid #cccccc;
	width: 430px;
	height: 336px;
}

#membershipCart {
	margin-right: 2px;
	font-size: 13px;
	border: 1px solid #7AA5D2;
}

.membershipCartCell {
	padding: 2px;
}

secondLevelOption {
	background-color: #BDC9D0;
}

.formLabel {
	width: 35%;
	text-align: right;
	padding-right: 3px;
}

.formField {
	width: 65%;
}

.formFieldInput {
	width: 95%;
}
