/* CSS Document */

body {
	background-color: #06321A; 
	background-image: url(images/pageBG.gif);
	margin: 0; }
	
#all { position: relative; width: 950px; margin-right: auto; margin-left: auto; }

#ad { position: absolute; left: 790px; top: 49px; }	
	
a {
	color: #022D57;
	font-weight: bold;
	text-decoration: none; }
a:hover {
	text-decoration: underline; }
	
ul {
	margin: 0 0 0 25px; }

#left {
	background-image: url(images/pageBGleft.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 34px;}
	 
#right {
	background-image: url(images/pageBGright.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 34px; }
	
#column1 {
	background-color: #ffffff;
	width: 255px;
	padding: 50px 0 50px 0;
	vertical-align: top; }
	
#nav {
	background-color: #03391A;
	color: #F3AF72 ;}

#memberNav {
	background-color: #062817;
	color: #F3AF72 ;}
	
.navButton {
	margin: 2px 0;
	border-width: 0; }
	
#column2 {
	background-color: #ffffff;
	background-image: url(images/mainBG.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 495px;
	padding: 50px 25px 25px 30px;
	vertical-align: top;
	text-align: justify; }
	
#column2b {
	background-color: #ffffff;
	background-image: url(images/mainBG.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 495px;
	padding: 50px 25px 25px 30px;
	vertical-align: top;
	text-align: left; }
	
.copy {
	padding: 0 0 0 10px;}

.copy2 {
	padding: 0 0 0 0;}
	
.insetRight {
	float: right;
	margin: 10px 0 10px 20px; }
	
.LookAtMe {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 24px; }
	
#footer {
	background-image: url(images/footer.jpg);
	text-align: center;
	padding: 10px 10px 60px 10px;
	color: #F3AF72; }
	
.clickIt {
	color: #F3AF72;
	font-size: 10px; }
	
/*	Added by Rob Jenkins for login form, et al */
.formTable {
	margin: 15px;
}
.formCell {
	text-align: center;
}
.formLabel {
	height: 40px;
	width: 100px;
}
.formInput{}
.formButton {
	text-align: center;
	vertical-align: middle;
	height: 50px;
}
#errorRow {
	visibility:hidden;
	display:none;
}
#errorRow td {
	color:red;
	text-align:center
}
.vis {
	display: block;
	visibility: visible;
}
.notvis {
	display: none;
	visibility: hidden;
}	