@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #333333;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 0 0 0;  /* 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. */
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 15px 15px 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: 300 .8em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
}
.oneColFixCtrHdr #header h1 a {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 15px 15px 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: 300 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
}
.oneColFixCtrHdr #header h1 a:hover {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 15px 15px 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: 300 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #9999FF;
	text-align: right;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent a {
	color: #0000CC;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent a:hover {
	color: #000099;
	text-decoration: underline;
}

.oneColFixCtrHdr #mainContent h1 {
	font: 700 1em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000033;
	padding: 4px 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4F7295;
	margin-right: 20px;
}
.oneColFixCtrHdr #mainContent h2 {
	font: 600 1em Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../i/blue_grad_760_05.png);
	background-repeat: repeat;
	background-position: center;
	text-align: right;
	color: #FFFFFF;
	padding-right: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.oneColFixCtrHdr #mainContent h2 a {
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent h2 a:hover {
	font-style: normal;
	color: #9999FF;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent h3 {
	font: 600 1em Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../i/red_grad_760_03.png);
	background-repeat: repeat;
	background-position: center;
	text-align: right;
	color: #FFFFFF;
	padding-right: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.oneColFixCtrHdr #mainContent h3 a {
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent h3 a:hover {
	font-style: normal;
	color: #FF9999;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent h4 {
	font: 600 1em Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../i/green_grad_760_01.png);
	background-repeat: repeat;
	background-position: center;
	text-align: right;
	color: #FFFFFF;
	padding-right: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.oneColFixCtrHdr #mainContent h6 {
	font: 600 .6em Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	text-indent: 4px;
	vertical-align: middle;
}
.oneColFixCtrHdr #mainContent .h7 {
	font-size: 0.9em;
	padding-right: 4px;
	padding-left: 4px;
}
.oneColFixCtrHdr #mainContent .h8 {
	font-size: 1em;
	padding: 4px;
}
.oneColFixCtrHdr #mainContent .h9 {
	font: 100 0.5em Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align: middle;
	padding-right: 4px;
}
.oneColFixCtrHdr #mainContent .h10 {
	font: 700 1em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000033;
	padding: 8px 4px 4px 8px;
}
.oneColFixCtrHdr #mainContent .h11 { /*for sponsor titles */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 8px;
}
.oneColFixCtrHdr #mainContent .h12 { /* for sponsor subheads */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: lighter;
	font-style: italic;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 24px;
}
.oneColFixCtrHdr  #mainContent  p  {
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: .8em;
}


.oneColFixCtrHdr #footer {
	padding: 0 0px;
	background-color: #000033;
}
.oneColFixCtrHdr #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 */
}

.oneColFixCtrHdr #mainContent .eventTable {
	margin: 0px;
	padding: 0px;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #mainContent .eventTable .shortdescription {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	padding: 8px;
}
.oneColFixCtrHdr #mainContent .eventTable .shortdescriptionsmall {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	padding: 8px;
}

.oneColFixCtrHdr  #mainContent  .eventTable  h1  {
	color: #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
	font: 600 1.2em/36px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../i/gigs_titles_bg.png);
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 36px;
	width: 740px;
	padding: 10px 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center center;
}
.oneColFixCtrHdr  #mainContent  .eventTable  h2  {
	font: 600 .9em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000033;
	background-color: #FFFFFF;
	background-image: none;
	border-bottom: 1px solid #003366;
	margin: 0px;
	padding: 6px 4px 2px;
}
.oneColFixCtrHdr #mainContent .eventTable .details {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	border-left: 1px solid #003366;
	border-bottom: 1px dotted #003366;
	padding: 8px 8px 2px;
	margin: 0px;
}
.oneColFixCtrHdr  #mainContent .eventTable  li  {
	list-style-type: square;
	list-style-position: outside;
	text-indent: -12px;
	padding: 4px 4px 4px 0px;
	font-size: 0.8em;
}
.oneColFixCtrHdr #mainContent .eventTable .cococo a {
	color: #990000;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent .eventTable .cococo a:hover {
	color: #660000;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent .detailscopy {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #003366;
	padding: 8px 8px 2px;
	margin: 0px;
}

.oneColFixCtrHdr #mainContent .detailscopyBOLD {
	font: 900 0.9em Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #003366;
	padding: 8px 8px 2px;
	margin: 0px;
}

.oneColFixCtrHdr #mainContent .groupbg {
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../i/Group_desat.jpg);
}
