body {
	background: #262626 url(../images/bg/bg_hdrSub.gif) repeat-x 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a3a3a;
} 
 /* hdr section */
h1 { 
 	background: transparent url(../images/hdrs/hdr_subPage.gif) no-repeat 0 0;
	float: left;
	color: #fff;
	font-size: 26px;
	line-height: 92px;
	margin: 1px 0 0 0;
	padding: 0 0 0 20px;
	width: 728px;
 }
/* end hdr section */


h2 {
	background: transparent url(../images/arrows/arrow_red.gif) no-repeat 10px 15px;
	color: #990000;
	display: block;
	font-size: 18px;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 28px;
	width: 500px;
}
h3 {
	background: transparent url(../images/arrows/arrow_red.gif) no-repeat 10px 15px;
	display: block;
	font-size: 14px;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 28px;
	width: 500px;
}
h4 {
	background: transparent url(../images/arrows/arrow_gray.gif) no-repeat 10px 15px;
	clear: both;
	display: block;
	font-size: 12px;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 28px;
	width: 500px;
}
p {
	padding: 0 0 0 18px;
	margin: 0;
}

/* get directions box */
.getDirectionsContainer {
	background: transparent url(../images/bg/bg_redGradientBoxBottom.gif) repeat-x bottom left;
	border: solid 1px #F2CFCF;
	border-top-width: 0;
	border-bottom-width: 0;
	border-collapse: collapse;
	display: block;
	float: left;
	margin: 0;
	padding:0;
	width: 230px;
}
.getDirectionsContainerHdr {
	background: transparent url(../images/bg/bg_redGradientBoxTop.gif) repeat-x 0 0;
	float: left;
}
.getDirectionsContainer p {
	padding: 5px 0 0 10px;
	margin: 0;
}

/* end get directions box */

/* two column layout -- Travel and Accommodation list */
.leftCol50 {
	clear: both;
	float: left;
	padding: 10px 10px 0 0;
	width: 235px;
}
.rightCol50 {
	float: left;
	padding: 0;
	width: 205px;
}
.leftCol50 h3 {
	width: 235px;
}
.rightCol50 h3 {
	width: 205px;
}
/*.rightCol50  ul.graySquare, .leftCol50  ul.graySquare {
	margin-left: 10px;
}*/
/* end two column layout */

/* Schedule of the Event page */
h3.redGradient {
	background: #A73333 url(../images/hdrs/hdr_redGradient.gif) repeat-x 0 0;
	color: #fff;
	float: left;
	font-size: 14px;
	height: 29px;
	margin: 15px 0 0 0;
	padding: 10px 0 0 15px;
	width: 517px;
}

.scheduleContainer { /* two column block - bottom gradient bg */
	background: transparent url(../images/bg/bg_blueGradientBottom.gif) repeat-x bottom left;
	border: solid 1px #cccccc;
	border-top-width: 0;
	border-bottom-width: 0;
	border-collapse: collapse;
	clear: both;
	display: block;
	float: left;
	height: auto;
	padding: 0;
	margin: 0;
	width: 530px;
}
.scheduleContainerHdr { /* two columns block - gradient hdr image */
	background: transparent url(../images/hdrs/hdr_blueGradientbg.gif) repeat-x 0 0;
	clear: both;
	float: left;
	height: auto;
	width: 530px;
}
.scheduleContainer h3 { /* for the header text for each scheudle */
	background-image: none;
	font-size: 14px;
	color: #336699;
	padding: 0 0 0 15px;
}
.scheduleContainerLeft {
	float: left;
	width: 150px;
	padding: 15px 0 0 15px;
}
.scheduleContainerRight {
	float: left;
	width: 350px;
	padding: 15px 10px 15px 0;
}
/* end Schedule of the Event page */

