@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, Times New Roman, Times, serif;
	background-image: url(images/bg.jpg);
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #373d2e;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 
#header { 
	background: #FFFFFF; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #373d2e; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
}
#flashContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 2px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;	
} 
#pageheading {
	margin: 0 0 0 12px;
	height: 35px;
	padding: 0 0px 2px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/headinglong.png) no-repeat 0 0;
} 
#pageheading p{
	margin: 5px 0 0 15px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	font-size: 16pt;
	font-style: oblique;	
} 
#mainContent { 
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainContent .content {
  float:left;
}
#mainContent img { 
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 4px;
} 
#mainnewsContent { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
} 
#newsContent { 
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
} 
#eventsContent { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
} 
#eventsContent h1 {
  padding-top:0;
  margin-top:0;
}
#footer { 
	padding: 0 10px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
#fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	}
#clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 24px;
	padding-top: 0px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 0px;
}
h2 {
	font-size: 16px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 6px;
	padding-bottom: 0px;
}
h21 {
	font-size: 16px;
    line-height: 1.5em;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 6px;
	padding-bottom: 0px;
	
}
h3 {
	font-size: 16px;
	font-style: italic;
}
h4 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9pt;
	color: black;
	padding-top: 0px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 0px;
}



h4 a:link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9pt;
	color: #740000;
	padding-top: 2px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 0px;
	line-height: 1.45em;
}
h4 a:visited {
	color: #740000;
}
h4 img {
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 6px;
	}
	
h5 {
	font-size: 15px;
	color: #740000;
	padding-top: 2px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 0px;
}
h5 a:hover{
	font-size: 15px;
	color: #000000;
	padding-top: 2px;
	padding-right: 6px;
}
h5 a {
	font-size: 15px;
	color: #740000;
	padding-top: 2px;
	padding-right: 6px;
}
h5 img{
	padding-top: 0px;
	padding-bottom: 0px;
}
p {
	font-size: 12px;
	color: #000000;
	font-style: normal;
	line-height: 1.5em;
	padding-top: 2px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 0px;
}
p a:link {
	font-size: 12px;
	color: #740000;
	font-style: normal;
	line-height: 1.5em;
	padding-top: 2px;
	padding-right: 6px;
	padding-left: 0px;
	padding-bottom: 0px;
}
p a:visited {
	color: #740000;
}
p {
	font-size: 12px;
	line-height: 1.75em;
}
a: link {
	font-size: 14px;
	color: #740000;
}
a: visited {
	font-size: 14px;
	color: #740000;
}

.bandstandShowsTable {font-size:.8em; font-family: Georgia,Times New Roman,Times,serif; text-decoration: none;}
.bandstandShowsTable td { padding-top: 4px;padding-bottom: 4px;text-align:left;
	vertical-align:top;
}
.bandstandShowsTable .title {background-color: #F3F3F3;font-weight:bold;}
.bandstandShowsTable .description {background-color: #FFFFFF;}
.bandstandShowsTable .description1 { background-color: #FFFFFF;}
a{ color:#510000;}
.nextprev {font-size:12px;}


</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
