body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6F777F;
	background: #222;
	height:100%;
}

h1, h2, h3 {
        color: #10253F;
        font-size: 14px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#container {
	text-align: left;
	background: #223;
	width: 490px;
	position: absolute;
	left: 50%;
	margin-left:-245px;
}

* html #container { 
	margin-left:-244px;
}

#header {
	text-align: right;
	padding: 5px;
}
#spacer {
	height: 200px;
	background: url(logo.jpg);
}
	
#menu {
	text-align: left;
        background: url(menu.jpg) no-repeat top left;
	padding: 9px;
}

#content {
	text-align: left;
	background: #fff;
	padding: 10px;
}

#footer {
	text-align: center;
	background: #AEA7A0 url(star.jpg) center left  no-repeat;
	padding: 5px;
}

#spk {
	position: absolute;
	top: 240px;
	width: 40px;
	height: 450px;
	left: 50%;
	margin-left: 245px;
	background: url(spk.jpg) no-repeat top left;
}

* html #spk {
	position: absolute;
}

/* FORM STYLES */
form ul
{
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}

form li
{
	display:block;
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
	background-color: #eff3ff;
}

form li div
{
	color:#444;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

form li div label
{
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}

label.formFieldQuestion
{
	border:none;
	color:#222;
	display:block;
	font-size:125%;
	font-weight:700;
	line-height:125%;
	padding: 2px 2px;
}

label.note
{

	border: none;
	color: #800000;
	display: block;
	font-size: 95%;
	padding: 2px 2px;
	text-align: right;
}

.errcaptcha
{
	border: none;
	color: #800000;
	display: block;
	font-size: 85%;
	font-weight: normal;	
	padding: 2px 2px;
	text-align: left;
}
input.mainForm
{
	background: #fff;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#000;
	font-size:120%;
	margin:0;
	padding:4px 4px;
}

.button input
{
	font-size:120%;
	margin-right:5px;
}

#mainForm {
	background:#fff;
	margin:0 auto;
	text-align:left;
}

.mainFormError {
	background: #FFDFE0;
	margin:0 auto;
	text-align:left;
}

div.reminder {
	padding-top: 20px 0px 30px 10px;
	color: #666;	
	text-align: left;
}

a.reminder, a.reminder:visited { color: #666; font-weight: bold; text-decoration: none; }
a.reminder:hover { text-decoration: underline; }

.black { color: #666; font-weight: bold; }
.rsvp { color:#5F9BBF; font-weight: bold;}
.group { text-align: center; }
.order { padding-left: 10px; }
.tierpoint { color: #174171; }
.highlight { color: #ff7200;}
.cancelled { color: #BF0B12; font-weight: bold; font-size: 130%; }

a, a:visited { color: #fff; font-weight: bold; text-decoration: none;  }
a:hover { text-decoration: underline;}

a.xl, a.xl:visited { color: #1845AD; font-weight: bold; text-decoration: none; font-size: 1.1em;  }
a.xl:hover { text-decoration: underline;}

a.nav, a.lnk, a.nav:visited a.lnk:visited { color: #000; font-weight: bold; text-decoration: none;  }
a.nav:hover, a.lnk:hover { text-decoration: underline;}

a.head, a.head:visited { color: #000; font-weight: bold; text-decoration: none;  }
a.head:hover { text-decoration: underline;}

ul.basic {padding: 5px; margin: 5px;}

#footer .valid { color: #8F8A86; }
#footer a.valid, a.valid:visited {  font-weight: bold; text-decoration: none;  }
#footer a.valid:hover { text-decoration: underline;}
