* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font: 0.8em Helvetica, Arial, sans-serif;
	background: #092B4D;
}

h1 {
}
h2 {
	font-size: 1.3em;
	color: #333;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
img {
	border: 0;
}
a:link, a:visited {
	color: #000;
}
a:hover, a:active {
}

.clear {
	clear: both;
}
/* code for aligning images */
/* left aligned */
img.left {
	margin: 0 15px 0 0;
	float: left;
}
img.alignLeft {
	margin: 0 15px 0 0;
	float: left;
}
/* right aligned */
img.right {
	margin: 0 0 0 15px;
	float: right;
}
img.alignRight {
	margin: 0 0 0 15px;
	float: right;
}
/* center aligned */
img.center {
    display: block;
	margin: 5px auto;
	float: center;
}
img.centre {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

p.centre {
	text-align: center;
}


/* overall layout */
#centerContainer {
	text-align: center;
	margin: 2em 2em 0 2em;
}
#twoColContainer {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #FFF url(../images/bodyBG.gif) repeat-y left;
}
#main_content {
	background: url(../images/leftColBG.gif) repeat-x left top;
}

/* left column */
#leftCol {
	float: left;
	width: 200px;
}
#topLeftCurve {
	background: url(../images/topLeftCurve.gif) no-repeat left top;
}
#leftContent {
	margin-left: 8px;
	text-align: center
}
.logo {
	position: relative;
	width: 170px;
	padding-top: 4em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3em
}
#leftCol ul {
	list-style-type: none;
	text-align: left;
}
#leftCol li {
	font-size: 1em;
	font-weight: bold;
}
* html #leftCol li {
	margin-bottom: 1em;
}
#leftCol li a:link, #leftCol li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: 1em;
	border-top: 2px solid #DAE9EF;
	border-bottom: 2px solid #DAE9EF;
	padding: 0.5em 1em;
	background: #FFF;
}
* html #leftCol li a:link, * html #leftCol li a:visited {
	width: 166px;
	margin-bottom: 0;
}
#leftCol li a.highlight:link, #leftCol li a.highlight:visited {
	border-top: 2px solid #82090D;
	border-bottom: 2px solid #82090D;
	background: #EF7B78;
}
#leftCol li a:hover, #leftCol li a:active {
	border-top: 2px solid #1A75CF;
	border-bottom: 2px solid #1A75CF;
	background: #DAE9EF;
}

/* right column */
#rightCol {
	position: relative;
	float: right;
	width: 650px;
	margin-right: 0px;
}
* html #rightCol { /* IE HACK */
	margin-right: 0px;
}
#rightColContent {
	border-top: 1px solid #092B4D;
	margin-top: -1px;
	background-color: #82090D;
}
#rightColText {
	border-left: 8px solid #EF7B78;
	margin: 170px 22px 0 16px;
	background: #FFF;
	padding: 0 2em 3em 2em;
}
#rightCol h1 {
	font-size: 1.8em;
	color: #333;
	font-weight: bold;
	line-height: 1.6em;
	padding-bottom: 1em;
}
#rightCol h2, #rightCol h3, #rightCol h4, #rightCol h5, #rightCol h6 {
	padding-bottom: .5em;
	line-height: 1.2em;
}
#rightCol p {
	line-height: 1.6em;
	padding-bottom: 1em;
}
#rightCol ul, #rightCol ol {
	margin-top: 1em;
	margin-left: 2em;
}
#rightCol li {
	line-height: 1.6em;
}
#rightCol p a:link, #rightCol p a:visited {
	text-decoration: none;
	background: url(../images/text_decoration.gif) repeat-x bottom;
}
#rightCol p a:hover, #rightCol p a:active {
	background: url(../images/text_decoration_over.gif) repeat-x bottom;
}
/* Event index page styles */
.eventIndex {
	margin-top: 1em;
	border: 4px solid #DBEBF1;
}
* html .eventIndex {
	height: 1%;
}
.eventIndex h2.company {
	color: #092B4D;
	padding: 0 .6em;
	font-size: 1.1em;
	margin-bottom: 0.5em;
}
.eventIndex h2.production {
	background: #DBEBF1;
	color: #092B4D;
	padding: .3em .6em;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}
.eventIndex h2.production a:link, .eventIndex h2.production a:visited {
	text-decoration: none;
	color: #092B4D;
}
.eventIndex h2.production a:hover, .eventIndex h2.production a:active {
	border-bottom: 1px solid #092B4D;
}
.eventIndex h2.production .writer {
	font-size: 0.8em;
}
.eventIndex h3 {
	padding-left: .6em;
	padding-right: .6em;
	font-size: 1em;
}
.eventIndex h3 .notes {
	font-size: 0.9em;
	background-color: #82090D;
	color: #FFF;
	padding: 0 3px;
}
/* Event article page styles */
.event h1 {
	color: #82090D;
}
.event h3 {
	background-color: #DBEBF1;
	font-size: .9em;
	padding-left: .6em;
	padding-right: .6em;
}
* html .event h3 {
	height: 1%;
}
.event h3.eventDate {
	padding-top: .4em;
}
.event h3.eventTime {
	padding-bottom: .2em;
	margin-bottom: .6em;
}
.event h4 {
}
.event h5 {
	font-style: italic;
}
a.orderButton:link, a.orderButton:visited {
	color: #092B4D;
	font-weight: bold;
	text-decoration: none;
	background: #FFF;
	border: 4px solid #DBEBF1;
	padding: .3em .6em;
	margin-top: 1em;
}
a.orderButton:hover, a.orderButton:active {
	background: #DBEBF1;
	border: 4px solid #092B4D;
}

/* Review page styles */
.review {
	margin-top: 1em;
	border: 4px solid #DBEBF1;
}
* html .review {
	height: 1%;
}
.review p {
	padding: .2em .6em;
}
.review h5 {
	background-color: #DBEBF1;
	font-size: .9em;
	font-weight: bold;
	padding: .4em .6em 0 .6em;
}
* html .review h5 {
	height: 1%;
}
.review h6 {
	font-style: italic;
	background-color: #DBEBF1;
	font-size: .9em;
	padding: 0 .6em;
}
* html .review h6 {
	height: 1%;
}

.nextEvent {
	background: #FFF;
	margin-top: 3em;
}
* html .nextEvent {
	height: 1%;
}
.nextEvent h2 {
	background: #DBEBF1;
	color: #092B4D;
	padding: .3em .6em;
	font-size: .9em;
	margin-bottom: .3em;
}
.nextEvent h3 {
	font-size: 1em;
}
.nextEvent h3 a:link, .nextEvent h3 a:visited {
	text-decoration: none;
	color: #092B4D;
}
.nextEvent h3 a:hover, .nextEvent h3 a:active {
	border-bottom: 1px solid #092B4D;
}
.nextEvent h4 {
	font-size: 0.8em;
}

/* start FOOTER styles*/
#footer {
	font-size: 0.8em;
	padding-top: 2em;
	color: #FFF;
	text-align: left;
	background: #092B4D;
}
* html #footer { /* IE HACK */
	padding-top: 1em;
}
#footer p {
	padding-bottom: 0.7em;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover, #footer a:active {
	border-bottom: 1px solid #FFF;
}
#footer p.design {
	color: #1A75CF;
	font-size: .8em;
}
#footer p.design a:link, #footer p.design a:visited {
	color: #1A75CF;
}
#footer p.design a:hover, #footer p.design a:active {
	border-bottom: 1px solid #1A75CF;
}