
body {
 min-width: 800px;
 margin: 0 auto;
 text-align: center;
 background: #ffffff;
 }
 
  
 #wrapper {
 width: 780px;
  margin: 0 auto;
 padding: 0px;
 text-align: left;
 background: #ffffff;
 }

#header {
 border: 0px solid #ccc;
 margin: 0 auto;
 padding: 0px;
 
 }
 #navbar {
 border: 0px solid #ccc;
 margin: 0px  0px 10px 0px;
 padding: 0px;
 
 }
 
#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 0px 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 0px 10px 0px 10px;
 width: 355px;
 float: left;
 border: 1px dotted gray;
 background: #ffffff;
 min-height: 500px;
}
* html #leftcolumn {height:600px} /* IE Min-Height Hack */ 

#rightcolumn {
 border: 1px dotted gray;
 display: inline; /* IE Hack */
 margin: 0px 0px 0px 10px;
 display: inline; /* IE Hack */
 padding: 0px 10px 0px 10px;
 width: 365px;
 float: right;
 background: #ffffff;
 min-height: 500px;
}



td {
	vertical-align: top;	
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

ul{
	margin-top: 3px;
	margin-bottom: 0px;
}

.td-vertical-middle {
	vertical-align: middle;
}

a:link {
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: underline
	color: #FF0000;
	
}
.regular-link {
	text-decoration: underline
	color: #336633;
}


.email-link {
	text-decoration: underline;
	color: #336633;
	font-weight: normal;
}
.topbar-link {
	text-decoration: underline;
	color: #FFFFCC;
}

.bold-link {
	text-decoration: underline;
	color: #336633;
	font-weight: bold;
}

.concert-link {
	font-family: Times New Roman, Times, serif;
	text-decoration: underline;
	color: #F25842;
	font-weight: bold
}

.img-ftd { border: 1px solid #336633 ; }

#box {
	background-color: #ffffff;
	margin: 20px 10px 10px 10px;
	border: thin inset #006600;
	padding: 5px;
}





div.scheduleframe
{ 
width: 375px;
background-color: #ffffff;
border: 1px solid gray;
margin: 10px 0px 0px 0px;
padding: 10px 10px;
text-align: left;
}
#box2 {
	margin: 0px;
	padding: 0px;
	overflow: auto;
}