body {
	margin: 0px; padding: 0px;
	margin: 20px;
	background: #999999;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #000000;
}

noscript {
	text-align: center; 
	color: #000000; 
	font-size: 1.2em;
	margin-top: 5px;
}

form {
    display: inline;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 11px;
	border: solid black 1px;
	background: #f3f3f3;
	color: #000000; 
}

select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 11px;
	background: #f3f3f3;
	color: #000000; 
}

.radioButton {
	border: none;
	background: #ffffff;
}

#page {
	width: 100%;
	text-align: center;
}

#container {
	margin: auto;
	width: 798px;
	text-align: left;
	background: #ffffff;
	border: solid 1px #000000;
	color: #000000;
}

#header {
	position: relative;
	margin: auto;
	width: 800px;
	height: 172px;
	text-align: left;
}

#lines {
	width: 100%;
	height: 6px;
	background: url(../images/horiz_lines.gif) repeat-x;
}

#contactInfo {
	position: absolute;
	left: 627px; top: 40px;
	line-height: 11px;
	color: #ffffff;
	text-align: center;
}

#contactInfo a {
	color: #ffffff;
	text-decoration: none;
}

#contactInfo a:hover {
	text-decoration: underline;
}

#nav {
	position: absolute;
	left: 21px; top: 149px;
	line-height: 16px;
	font-size: 12px;
}

#nav a {
	color: #000000;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#searchContainer {
	position: absolute;
	left: 21px; top: 110px;
	text-align: left;
	font-size: 12px;
}

#cartNav {
	position: absolute;
	left: 685px; top: 149px;
	text-align: center;
	font-size: 12px;
}

#cartNav a {
	color: #000000;
	text-decoration: none;
}

#spacer { height: 20px; }


#content {
	padding: 20px;
	text-align: left;
	min-height: 280px;
}

* html #content { height: 280px; }

#content a {
	color: #000099;
	text-decoration: none;
}

#content a:hover {
	color: #000099;
}

.emphasis {
	color: #0E1E61;
	font-size: 12px;
	font-weight: bold;
}

.eventName {
	color: #0E1E61;
	font-weight: bold;
}

.headerText {
	color: #000099;
	font-size: 16px;
	font-weight: bold;
}

#footer {
	width:100%;
	background: #333366 url(../images/footer_bg.gif) no-repeat;
	height: 22px;
	padding-top: 8px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#links {
	padding-top: 8px;
	text-align: center;
}

#links a {
	color: #000000;
	text-decoration: none;
}

#links a:hover {
	text-decoration: none;
}

.submitButton {
	width: auto;
	height: 18px;
	font-size: 10px; line-height: 10px;
	font-weight: bold;
	border: solid black 1px;
	background: #999999;
	color: #ffffff; 
}


.deleteButton {
	width: 40px;
	height: 15px;
	font-size: 8px;
	font-weight: bold;
	border: solid black 1px;
	background: #999999;
	color: #ffffff;
	margin:5px;
}
