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

*{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

body{
	margin:0 0 50px 0;
}

h1{
	font-size:30px;
	line-height:32px;
	color:#0099FF;
	letter-spacing:-2px;
	font-weight:bold;
	margin:10px 0 0 0;
}

h1.title{
	margin-top:0;
}

h1.ticket{
	font-size:18px;
	color:#ffffff;
	background-color:#92278f;
	display:block;
	height:30px;
	line-height:30px;
	background-image:url(images/ball2.gif);
	background-repeat:no-repeat;
	background-position:0px 12px;
	margin:0;
	padding:7px 0 7px 20px;
	letter-spacing:normal;
}

h1.ticket span{
	display:block;
	width:10px;
	background-position:-10px 5px;
	height:30px;
	float:right;
	background-image:url(images/ball2right.gif);
	background-repeat:no-repeat;
}

h2{
	font-size:20px;
	line-height:24px;
	letter-spacing:-1px;
	color:#339900;
	margin:10px 0 0 0;
}

h3{
	font-size:14px;
	line-height:18px;
	margin:10px 0 0 0;
}

p, li{
	font-size:13px;
	margin:0 0 7px 0;
	line-height:15px;
}

ul{
	margin-left:10px;
	padding-left:10px;
}

li{
	margin:3px 0;
}

table{
	border-collapse:collapse;
}

th{
	font-size:14px;
	font-weight:bold;
}

td{
	font-size:12px;
	padding:2px 3px;
}

.box{
	background-color:#FFFFFF;
	border:1px dashed #000000;
	margin:10px;
	padding:10px;
}

.hr{
	height:1px;
	background-color:#ffffff;
	overflow:hidden;
	border-top:1px dashed #cccccc;
	margin:10px -10px 10px -10px;
}


.info{
	width:200px;
}

a{
	font-weight:bold;
	text-decoration:underline;
	color:#0066FF;
}

a:link{
}
a:visited{
}
a:hover{
	text-decoration:none;
}
a:active{
}

a.button, .button{
	background-color:#92278f;
	color:#ffffff;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	padding:5px 15px;
	text-decoration:none;
}
a.button:hover, .button:hover{
	background-color:#33CE08;
	color:#ffffff;
}

input.button{
	padding:2px 15px;
	border:0px;
}

table.form{
	border-collapse:collapse;
}

table.form tr{
}

table.form td{
	padding:1px 3px;
}

table.form th{
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

#container{
	width:930px;
	margin:0 auto;
}

#header{
}

#header .topLinks{
	text-transform:uppercase;
	word-spacing:5px;
	text-align:right;
}

#header .topLinks a{
	text-decoration:none;
	font-weight:normal;
	color:#555555;
	word-spacing:normal;
}

#header .topLinks a:hover{
	text-decoration:underline;
}


#menu{
	clear:both;
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
}

#menu li{
	float:left;
	margin:0 6px 0 0;
}

#menu a img{
	border:none;
}

#menu a{
	display:block;
	width:150px;
	height:32px;
	padding:0px 0;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	background-image:url(images/ball.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
}
#menu a:link{
}
#menu a:visited{
}
#menu a:hover{
	background-color:#92278f;
}
#menu a:active{
}

#banner{
	position:relative;
	clear:both;
/*	height:180px;*/
	border:5px solid #ffffff;
	border-width:5px 0;
}

#content{
	border-left:1px dashed #cccccc;
	float:right;
	width:655px;
	padding:0 15px 20px 15px;
}

#content p{
	text-align:justify;
}

#nav{
	float:left;
	width:243px;
}

#nav ul{
	list-style:none;
	margin:0;
	padding:0;
}

#nav li{
	padding:0;
	margin:0;
	line-height:normal;
}

#nav li a{
	display:block;
	font-weight:bold;
	font-size:14px;
	color:#000000;
	border-bottom: dashed 1px #cccccc;
	margin: 0px;
	padding: 10px 0 10px 30px;
	text-decoration:none;
}

#nav li a:hover, #nav li a:active{
	background-color:#eeeeee;
	color:#0099FF;
	outline:none;
}

#footer{
	clear:both;
	border-top:6px solid #cccccc;
	text-align:center;
	padding-top:10px;
}

#footer .links{
	word-spacing:5px;
}

#footer a{
	word-spacing:normal;
	font-weight:normal;
	text-decoration:none;
}

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

.arrows{
	font-size:25px;
	color:#cccccc;
}