@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:1250px;
	text-align: left;
	background-color: #FFFFFF;
	position: relative;
}
#contentcontainer {
	position:absolute;
	left:0px;
	top:85px;
	width:900px;
	height:1170px;
}
#indentcontainer {
	position:absolute;
	left:20px;
	top:1px;
	width:860px;
	height:750px;
	text-align: center;
}
#notcpic {
	position:absolute;
	left:25px;
	top:10px;
	width:800px;
	height:725px;
}
#adtext {
	position:absolute;
	left:523px;
	top:45px;
	width:337px;
	height:634px;
}
#divider {
	position:absolute;
	left:20px;
	top:818px;
	width:860px;
	height:5px;
	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:232px;
	top:828px;
	width:450px;
	height:25px;
}
#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:38px;
	top:1076px;
	width:820px;
	height:80px;
	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;
}
