
/*Layout*/

#maincontainer{
width: 760px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/	
}

#topsection{
	display: none;
}

#contentwrapper{
float: center;
width: 100%;
}

#contentcolumn{
margin-right: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
	display: none;
}

#footer{
	display: none;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#flash {
	display: none;
}
/*SLIDESHOW GALLERY*/
.thumbnail, .mouseover {
	display: none;
}
h3 {
	font: 12px trebuchet, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0.02em;
	word-spacing: 0.1em;
	margin: 0px 0 0px 0px;
	text-align: left;
	padding: 4px;
	background: url(graphics/h3.jpg);
}
h4 {
	font: 14px trebuchet, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #006;
	letter-spacing: 0.02em;
	word-spacing: 0.1em;
	margin: 0px 0 0px 20px;
	text-align: left;
	padding: 3px 3px 3px 10px;
	background: url(graphics/heading_bg.jpg);
/*	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#006bb6', startColorstr='#000066', gradientType='0');*/
}
h6 {
	font: 9px trebuchet, verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	margin: 0px 0 -3px 0px;
	text-align: left;
	padding: 6px;
	background: url(graphics/h6.jpg);
	height: 20px;
}


p {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000;
}
ul {
  	margin: 5px 0 10px 60px;
}
ul.index {
  	margin: 5px 0 10px 20px;
  }
li {
  	font: 11px verdana, arial, helvetica, sans-serif;
	line-height: 15px;
	color: #000;
	margin: 0px 0px 2px 0px;
	text-align: left;
/*	list-style-image: url(graphics/bullet.gif);*/
	list-style-type: square;
  }
.accomm {
	margin: 3px 0px 0 0px;
}
.projector{
	display: none;
}

/*RHS COLUMN*/


#footertext_holder {
	position: relative;
	top: -5px;
	left: 80px;
}

a.footerlink { /*FOOTER LINKS*/
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color:#FFF;
	line-height: 18px;
	margin: 0 0 0px 0px;
	text-decoration: none;
}