body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #e1e1e1;
	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: #333333;
	background-image: url(../images/STRIPE-Back.png);
	line-height: 130%;
}
.twoColFixLtHdr #container {
	width: 942px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
} 
.twoColFixLtHdr #header {
	background: #FFFFFF;
	padding: 20px 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-image: url(../images/HEADER-back.jpg);
	height: 90px;
	background-repeat: repeat-x;
	width: 920px;
	margin: 0 11px;
} 
.twoColFixLtHdr #header-2 {
	background: #FFFFFF;
	padding: 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. */
	height: 243px;
	width: 920px;
	margin: 0 11px;
} 

.twoColFixLtHdr #headerSHOW {
	background: #FFFFFF;
	padding: 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. */
	height: 153px;
	width: 920px;
	margin: 0 11px;
} 

#wrapper {
	overflow: hidden;
	background: #eeeff1;
	width: 920px;
	margin: 0 11px;
	padding: 0;
	height: 100%;
	min-height: 100%;
}
	
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 243px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 0 20px 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	height: 100%;
	min-height: 100%;
}

.twoColFixLtHdr #sidebar1 a {
	font-size: 10px;
}

.sidebar1TOP {
	background-image: url(../images/SHOWS-Head.jpg);
	background-repeat: no-repeat;
	height: 50px;
}

.sidebar1BODY {
	border-right: 1px #e2e2e2 solid;
	border-left: 1px #e2e2e2 solid;
	background-color: #FFFFFF;
	padding: 0 11px 20px 11px;
 	padding-bottom: 32767px;
	margin-bottom: -32767px;
	height: 100%;
	min-height: 100%;
 }

.sidebar1BODY P {
	padding: 0;
	margin: 0;
}



.sidebar1BOT { }




.twoColFixLtHdr #mainContent {
	margin: 20px 18px 20px 279px; /* 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	min-height: 100%;
	position:top;
} 
.mainContentTOP {
	background-image: url(../images/BODY-Head.jpg);
	background-repeat: no-repeat;
	height: 14px;
}

.mainContentBODY {
	border-right: 1px #e2e2e2 solid;
	border-left: 1px #e2e2e2 solid;
	padding: 1px 20px 20px 20px;
	background-color: #FFFFFF;
 	padding-bottom: 32767px;
	margin-bottom: -32767px;
	height: 100%;
	min-height: 100%;
	position:top;
}

.mainContentBODY P {
	padding: 0 0 16px 0;
	margin: 0;
}

.mainContentBOT {
	background-image: url(../images/BODY-Foot.jpg);
	background-repeat: no-repeat;
	height: 20px;
}



#mainContentBOTTOM {
	width: 920px;
	margin: 0 11px;
	padding: 0;
	background-image: url(../images/MainContent-Bottom.jpg);
	background-repeat: no-repeat;
	height: 36px;
}
	
	
	
	
.twoColFixLtHdr #SHOWContent {
	margin: 20px 18px 20px 18px; /* 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
.SHOWContentTOP {
	background-image: url(../images/BODY-Headlong.jpg);
	background-repeat: no-repeat;
	height: 14px;
}

.SHOWContentBODY {
	border-right: 1px #e2e2e2 solid;
	border-left: 1px #e2e2e2 solid;
	padding: 0 20px 20px 20px;
	background-color: #FFFFFF;

}


.SHOWContentBOT {
	background-image: url(../images/BODY-Footlong.jpg);
	background-repeat: no-repeat;
	height: 20px;
}



	
.twoColFixLtHdr #footer {
	padding: 5px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	background-image: url(../images/FOOTER-back.jpg);
	height: 90px;
	background-repeat: repeat-x;
	width: 920px;
	margin: 0 11px;
	color: #C1C1C1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
} 
.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;
}
.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 {
	color : #0061AA;
	font-size : 28px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 2px;
	text-decoration: none;
	border-bottom: 1px dotted #4890CC;
	padding-bottom: 5px;
	margin: 0 0 11px 0;
}


H2  {
	color : #6FB1DF;
	font-size : 18px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}


H3 {
	color : #6FB1DF;
	font-size : 16px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}


H4 {
	color : #0061AA;
	font-size : 14px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}


H5 {
	color : #0061AA;
	font-size : 10px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 12px;
}



H6 {
	color : #FFFFFF;
	font-size : 14px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}



 hr {
	border: none 0;
	border-top: 1px dotted #5080AA; /*the border*/
	width: 100%;
	height: 1px;
	margin: 11px 0 11px 0;
 }



ul {
	margin: 0 0 0 9px;
	padding: 0 0 0 2px;
}

ul li {
	list-style-type: disc;
	margin: 0px 0px 3px 5px;
	padding: 0;
}



#side_l {background: url(../images/Fade-20-L.png) repeat-y left;}
#side_r {background: url(../images/Fade-20-R.png) repeat-y right ;margin-left:0px;padding-right:0px;}

a  {
	font-family : verdana,arial;
	font-size : 12px;
	color : #0060AA;
	text-decoration : none;
}


a:visited  {
	text-decoration : none;
	color : #004E8B;
}


a:hover  {
	color : #008FFF;
}



.NAV a:link {
	color : #666666;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: lighter;
}


.NAV a:visited {
	color : #666666;
	font-size : 14px;
}


.NAV a:hover {
	color : #0061AA;
}

.blue a:link {
	color : #0060AA;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}


.blue a:visited {
	color : #0060AA;
	font-size : 12px;
}


.blue a:hover {
	color : #008FFF;
}

.white a:link {
	color : #FFFFFF;
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
}


.white a:visited {
	color : #FFFFFF;
	font-size : 10px;
}


.white a:hover {
	color : #008FFF;
}


.GREY  {
	color : #cccccc;
}

.WHITE  {
	color : #FFFFFF;
}

.smalltext {
	font-size : 11px;
}

.ShowTable {
	font-size : 10px;
	line-height: 120%;
}

.ShowTable a {
	font-size : 10px;
}

.ShowTable P {
	padding: 0 0 11px 0;
	margin: 0;
}

.showbuttonEng a {
	display:block;
	width: 141px;
	height: 32px;
	background: url("../images/Button-Reserve-ENG.gif") 0 0 no-repeat;
}

.showbuttonEng a:hover {
	background: url("../images/Button-ReserveOV-ENG.gif") 0 0 no-repeat;
}

.showbuttonFre a {
	display:block;
	width: 141px;
	height: 32px;
	background: url("../images/Button-Reserve-FRE.gif") 0 0 no-repeat;
}

.showbuttonFre a:hover {
	background: url("../images/Button-ReserveOV-FRE.gif") 0 0 no-repeat;
}

.showbuttonTor a {
	display:block;
	width: 141px;
	height: 32px;
	background: url("../images/Button-Toronto.gif") 0 0 no-repeat;
}

.showbuttonTor a:hover {
	background: url("../images/Button-TorontoOV.gif") 0 0 no-repeat;
}

.showbuttonTorF a {
	display:block;
	width: 141px;
	height: 32px;
	background: url("../images/Button-Toronto-FRE.gif") 0 0 no-repeat;
}

.showbuttonTorF a:hover {
	background: url("../images/Button-TorontoOV-FRE.gif") 0 0 no-repeat;
}

.showbuttonShuttle a {
	display:block;
	width: 141px;
	height: 32px;
	background: url("../images/Button-Express.gif") 0 0 no-repeat;
}

.showbuttonShuttle a:hover {
	background: url("../images/Button-ExpressOV.gif") 0 0 no-repeat;
}

.showbuttonPorter a {
	display:block;
	width: 141px;
	height: 32px;
	background: url("../images/Button-Porter.gif") 0 0 no-repeat;
}

.showbuttonPorter a:hover {
	background: url("../images/Button-PorterOV.gif") 0 0 no-repeat;
}

.red {
	color: #F00;
}
