@charset "utf-8";
/* CSS Document */

/* AP Divs */
#container { /* The Container for menu and Content Container (Mod Height for page length also adjusting contentcontainer AP Div) */
	width:900px;
	margin:0 auto;
	top:115px;
	height:1680px;
	text-align: left;
	background-color: #FFFFFF;
	position: relative;
}
#contentcontainer {
	position:absolute;
	left:0px;
	top:87px;
	width:900px;
	height:865px;
}
#indentcontainer {
	position:absolute;
	left:265px;
	top:1px;
	width:0px;
	height:0px;
	text-align: center;
	background-color: #F0F0F0;
}
#notcpic {
	position:absolute;
	left:30px;
	top:10px;
	width:1px;
	height:1px;
}
#adtext {
	position:absolute;
	left:523px;
	top:45px;
	width:337px;
	height:634px;
}
#divider {
	position:absolute;
	left:0px;
	top:950px;
	width:900px;
	height:25px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
#tickettitle {
	position:absolute;
	left:19px;
	top:1640px;
	width:600px;
	height:20px;
}
#tickettext {
	position:absolute;
	left:28px;
	top:788px;
	width:150px;
	height:220px;
	text-align: center;
	background-color: #FFCC99;
	border-color: #D76039;
	outline-color: #FFCC99;
	outline-width: medium;
	outline-style: solid;
}
#onlinetitle {
	position:absolute;
	left:-300px;
	top:850px;
	width:300px;
	height:23px;
}
#onlineform {
	position:absolute;
	left:80px;
	top:952px;
	width:300px;
	height:181px;
	text-align: center;
}
#phonetitle {
	position:absolute;
	left:470px;
	top:905px;
	width:300px;
	height:27px;
}
#phonetext {
	position:absolute;
	left:470px;
	top:952px;
	width:300px;
	height:134px;
	text-align: center;
}
#fineprint {
	position:absolute;
	left:5px;
	top:1206px;
	width:850px;
	height:35px;
	text-align: center;
}



/* Styles */

form {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
}
h3 {
	font-weight: bold;
	color: #990000;
	margin: 0px;
}
.left {
	text-align: left;
	font-weight: bold;
	color: #000099;
}
.right {
	text-align: right;
	font-weight: bold;
	color: #000099;
}
.adlink {
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}
.adlink a:link {
	font-style: italic;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
.adlink a:visited {
	font-style: italic;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
.adlink a:hover {
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.indexsubtitle {
	font-size: 18px;
	font-weight: bold;
	color: #000099;
}
.orderoptions {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
	text-align: center;
}
.h3adjust {
	font-size: 14px;
}
.fineprint {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

