
html {
	font-family: Verdana, "Trebuchet MS", Helvetica, sans-serif;
	}

p {	
	color: #666;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0;
	margin-bottom: 1em;
	}
	
p.leadingparagraph:first-line {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	}
	
p.leadingparagraph:first-letter {
	font-variant: caps;
	}
	
p.p_red {
	color: #f00;
	}
	
p.p_bold {
	color: #666;
	font-weight: bolder;
	}
	
p.p_upper {
	color: #666;
	text-transform: uppercase;
	margin-bottom: 0;
	}
	
p.director {
	color: #666;
	text-transform: italic;
	margin-bottom: 3px;
	}
	
	
td#rhscolumn {
	font-size: 10px;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	}
	
#footer	p {
	color: #888;
	font-size: 10px;
	padding-bottom: 20px;
	}








/* lists basic */

ul {
	color: #000000;
	font-size: 12px;
	}

li {
	color: #000000;
	font-size: 12px;
	}









/* headings */

h1 {
	color: #699;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 12px;
	}

h2 {
	color: #639;
	font-size: 18px;
	font-weight: normal;
	margin-top: 18px;
	margin-bottom: 6px;
	}	

h3 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	}

h4, h5, h6 {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	}

h4 { 
	color: #639;
	}

h5 { 
	color: #699;
	}

h6 { 
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
	}













.fineprint {
	font-size: 9px;
	color: #000000;
}
.fineprintwhite {
	font-size: 9px;
	color: #FFFFFF;
}









/* link styles */


a:link {
	color: #f60;
	text-decoration: none;
	}
	
a:visited {
	color: #c30;
	text-decoration: none;
	}
	
a:hover {
	color: #f60;
	text-decoration: underline;
}

a:active {
	color: #96c;
	text-decoration: underline;
	}




td#lhsnavtext a:link {
	color: #f60;
	text-decoration: none;
	}
	
td#lhsnavtext a:visited {
	color: #c30;
	text-decoration: none;
	}
	
td#lhsnavtext a:hover {
	color: #f60;
	text-decoration: underline;
}

td#lhsnavtext a:active {
	color: #96c;
	text-decoration: underline;
	}


#bodycopy a {
	line-height: 18px;
	}
	
.lastlink {
	margin-bottom: 100px;
	}






/*  table and cell management  */


table#intro  {
	margin: 15px 0 5px 0;
	}
	
table#content  {
	padding: 20px 0;
	}
	
td#bodycopy  {
	padding: 0 20px;
	}
	
td#lhsnavtext  {
	border-right: 1px solid #ccc;
	padding: 0 10px 0 0;
	}
	
td#lhsnavtext p {
	line-height: 16px;
	}	
	

td#lhsnavtext li.backtotop {
	font-size: 11px;
	color: #f60;
	text-decoration: none;
	margin-top: 400px;
	list-style-image:  url(../images/common/navigation/top_arrow.gif);
	}
	




/* schedules table */

table#schedule {
	border-bottom: 1px solid #639;
	border-left: 1px solid #639;
	margin: 10px 0;
	padding: 0;
	}
	
table#schedule td p {
	font-family: Tahoma, Verdana, "Trebuchet MS", Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	line-height: 13px;
	vertical-align: top;
	text-align: left;
	color: black;
	padding: 4px;
	margin: 0;
	}
	
table#schedule tr#rows {
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0;
	}
	
table#schedule tr#toprow p {
	font-weight: bold;
	color: #fff;
	background-color: #639;
	margin: 0;
	padding: 4px;
	}
	
table#schedule tr#rowspan {
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0;
	background-color: none;
	}
	
table#schedule tr#rowspan p {
	text-transform: uppercase;
	color: purple;
	margin: 5px 0 0 0;
	/*padding: 30px 0 4px 105px;*/
	}

table#schedule tr#rowspan p span {
	text-transform: none;
	color: purple;
	margin: 0;
	padding: 30px 0 4px 5px;
	}
	
table#schedule tr#rows td#lastcolumn {
	border-right: 1px solid #ccc;
	margin: 0;
	padding: 0;
	}
	
table#schedule tr#rowspan td {
	border-right: 1px solid #ccc;
	margin: 0;
	padding: 0;
	}

table#schedule td {
	padding: 0;
	margin: 0;
	vertical-align: top;
	}
	
table#schedule td#date {width: 100px;}
table#schedule td#title {width: 250px;}
table#schedule td#venue {width: *;}
table#schedule td#price {width: 50px;}
	
	
	



/* image styles  */


img#centralfeature {
	margin: 0 25px;
	}

td#bodycopy img  {
	margin: 0 20px 20px 0;
	border: 1px solid #000;
	display: block;
	}
	
td#bodycopy img.pdf  {
	margin: 0 5px 0 0;
	border: 0;
	display: inline;
	}

td#rhscolumn img {
	display: block;
	margin-bottom: 10px;
	}
	
	
	
/* search styles  */


div#searchform	{
	margin: 0;
	border: 0;
	padding: 0;
	}

input:focus {background: yellow;}
	
input#submit	{
	margin: 7px 0;
	border: 0;
	padding: 2px;
	}

#queryheader	{
	width: 100%;
	height: 25px;
	border: 0;
	margin: 0 0 0 0;
	background-color: #639;
	color: black;
	padding: 8px 0;
	font: bold 14px Lucida Grande, Verdana, Arial, sans-serif;
	}
	
#query	{
	border: 0;
	margin: 0;
	background-color: #639;
	color: black;
	padding: 0px 0 0px 0px;
	font: bold 14px Lucida Grande, Verdana, Arial, sans-serif;
	}
	
#stats	{
	float: right;
	border: 0;
	margin: 0;
	color: #639;
	padding: 0 0 0 0;
	font: bold 14px Lucida Grande, Verdana, Arial, sans-serif;
	}
	
#url-odd	{
		color: black;
		background-color:#ffc;
		padding: 15px 5px 2px 20px;
		font: bold 13px Lucida Grande, Verdana, Arial, sans-serif;
		}
		
#summary-odd	{
		background-color:#ffc;
		border-bottom: 1px dotted #999;
		color: #666;
		padding: 2px 20px 20px 20px;
		font: 11px Lucida Grande, Verdana, Arial, sans-serif;
		}
		
#url-even	{
		color: black;
		padding: 15px 5px 2px 20px;
		font: bold 13px Lucida Grande, Verdana, Arial, sans-serif;
		}
		
#summary-even	{
		background-color: white;
		border-bottom: 1px dotted #999;
		color: #666;
		padding: 2px 20px 20px 20px;
		font: 11px Lucida Grande, Verdana, Arial, sans-serif;
		}
		
#next-back	{
	border: 0;
	margin: 0;
	background-color: #fc0;
	color: black;
	padding: 12px 0 15px 20px;
	font: bold 14px Lucida Grande, Verdana, Arial, sans-serif;
		}