body	{
background-color:#666666;
font-family:Arial, Helvetica, sans-serif;
color:white;
width:810px;



margin:0 auto;
margin-top:30px;
color:#003366;

border:1px solid #333333;

}

a	{
	outline:none;
	border:none;
	cursor:pointer;
	text-decoration:none;
	
	color:#333333;
}


p	{
	margin-top:10px;
}

.clearfix	{
clear:both;
}

body.splash	{
	display:block;
	margin:0 auto;
	
	padding-top:80px;
	
	background-color:#003366;
	border:none;
}




#header	{
	background:#003366 url(../images/header.jpg) top left;
	width:810px;
	height:155px;
	display:block;
	
	
}


#content	{
	
	background-color:white;
	line-height:1.5;
	color:#003366;
	font-size:14px;
	
	padding:50px 40px 70px 40px;
	
	display:block;
	position:relative;
	
	height:100%;
	width:auto;
	overflow:hidden;
	
	
	
	clear:both;
	
	
	
	
}
#content p	{
	margin-top:10px;
}
#content a	{
	color:#666666;
}
#content a:hover	{
	color:#CCCCCC;
}

#footer	{
	background-color:white;
	text-align:center;
	
	font-size:11px;
	
	padding:0 0 20px 0;	
	color:#003366;
}
#footer a	{
	color:#003366;
}

#content img	{

}

UL#menu	{
	color:#333333;
	font-size:11px;
	
	list-style:none;
	/*font-variant:small-caps;*/
	text-transform:uppercase;
	
	letter-spacing:0.1px;
	
	
	display:block;
	position:relative;
	width:100%;
	height:23px;
	
	
	background-color:#003366;
}
UL#menu LI	{
	float:left;
}
UL#menu a	{
	background-color:#E7E7E7;
	height:18px;
	padding:5px 14px 0 14px;
	
	margin:0 4px 0 0;
	
	display:block;
	position:relative;
	
	
	border:1px solid #CCCCCC;
	/*border:1px solid #E7E7E7;*/
}


UL#menu a.current	{
	border:1px solid white;
	background-color:white;
}
UL#menu a:hover	{

	background-color:white;
	
}


#column1	{

	
	font-size:13px;
	line-height:1.2;
	width:425px;
	
	float:left;
}
#column1 #exhibitor p	{
	font-size:12px;
}
#column2	{
	float:right;
	width:280px;
	
	font-size:13px;
	
	line-height:1.2;
	
}


div.header	{
	
	border-bottom:1px solid #999999;
	color:white;
	font-size:16px;
	font-weight:bold;
	background-color:#6699CC;
	padding:10px;
}



/* TICKET PAGE STUFF */

/****

TABLE STUFF

****/



table	{
	font-size:12px;
	
	width:100%;
	
	background-color:#E7E7E7;
	
	border-right:1px solid #999999;
	border-left:1px solid #E7E7E7;
	border-bottom:1px solid #999999;
	
	color:#666666;
	
	font-family:Arial, Helvetica, sans-serif;
	
}
table tr	{
	
}
table input	{
	border:1px solid #CCCCCC;
	border-bottom:1px solid #E7E7E7;
	border-right:1px solid #E7E7E7;
	background-color:white;
	padding:4px;
	
	color:#999999;
}
table tr td.title	{
	background-color:white;
	border:none;
	font-size:18px;
	color:#333333;
	
	padding:30px 0 5px 10px;
	
	border:1px solid #CCCCCC;
	border-top:1px solid #E7E7E7;
	border-left:1px solid #E7E7E7;
	
}
table tr td	{
	padding:10px;
	
	border:none;
	border-top:1px solid #D7D7D7;
	border-bottom:1px solid #D7D7D7;

}
table tr:hover td	{
	
	
	background-color:white;
}
input.submit	{
	border:1px solid #999999;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	background-color:white;
	padding:5px 10px 5px 10px;
	
	color:#990000;
	font-size:22px;
}

input.nostyle	{
	border:none;
	background:none;
	color:#333333;
	height:auto;
	width:auto;
	line-height:inherit;
	
	padding:0;
	margin:0;
	font-size:18px;
}
select	{
	border:1px solid #CCCCCC;
	border-bottom:1px solid #E7E7E7;
	border-right:1px solid #E7E7E7;
	background-color:white;
	padding:4px;
	
	color:#999999;
}

span.note	{
	color:#666666;
	font-size:10px;
}

input.error, select.error	{
	border:2px solid red;
	
}

div.notification	{
	border:1px solid #CCCCCC;
	padding:10px;
	color:red;
	background-color:white;
	font-size:11px;
}
/* END TICKET PAGE STUFF */