* { margin:0; padding:0 }
BODY {
	font-size: .75em;
	background: #BEDEF8 url(images/bg.gif) top repeat-x;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #333;
}
.table { width:700px; margin: 0 auto }

/* LINK AND TEXT STYLES */
a { color:#2080A0; text-decoration:underline }
a:hover  { color: #AA4A1B } 
.sm { font-size:90% }
.eventsTitle { color:#6C051E; font-weight: bold; background: url(images/arrow.gif) center left no-repeat; padding:0 0 1px 15px }
.title { color:#6C051E; font-weight:bold }
.darkBg { background: #004061 url(images/header-bg.gif); color: #fff }
.darkBg a { color: #fff; text-decoration:none }
.darkBg a:hover { color: #B2D215; text-decoration:underline }
.featured { list-style:none }
.featured ul { list-style:none }
.featured li { background: url(images/arrow.gif) center left no-repeat; padding:0 0 1px 15px }
/* END LINK AND TEXT STYLES */

.copyRight { font-size: 80%; height:25px; color: #333 }
.interiorLt { background:#76757E url(images/left-nav-bg.gif) left repeat-y; color: #fff }
.interiorLt a { color: #fff }
.picBorder { border-top: 1px solid #000; border-bottom: 1px solid #000 }
.pic { border: 1px solid #505059; float:left; margin:0 8px 8px 0 }
.picEvents { border: 1px solid #333; }
.rtBorder { background: url(images/b-div.gif) right no-repeat; padding:0 2px 0 0 }
.box { padding: 15px 15px 10px 30px; background:#fff url(images/left-border-bg.gif) left repeat-y }



.currentEvents { padding: 15px; background: #F1B521; border-left: 1px solid #652235 }
.currentEvents td { padding: 0 0 10px 0; font-size: 90% }

.footer { 
	background: #161616 url(images/footer-bg.gif) repeat-x; 
	color: #fff; 
	font-size:90%; 
	text-align:right; 
	padding-right:25px; 
	height:30px 
}
.footer a { color: #fff; text-decoration:none }
.footer a:hover { color:#BEDEF8; text-decoration:none }

.form { 
	border: 1px solid #333; 
	height: 15px; 
	width: 115px; 
	background: url(images/input-bg.gif) repeat-x; 
	font-size: 90%;
	padding: 2px 0 0 5px
}
h2 { font-size:110% }

#waitlistform{
	height: 100%;
	padding: 7px 7px 0px 30px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-template-areas:
	"Child Parent1"
	"Child Parent2";


}

.Child{
	grid-area:Child;
}

.Parent1{
	grid-area:Parent1;
	justify-content: center;
}

.Parent2{
	grid-area:Parent2;
}



.link_button{
       font-size: 12px;
       color:black;
       text-decoration: none;
       padding:7px 7.5px;
       border: 1px solid black;
       border-radius: 2px;
       background-color: #e9e9e9;
}



