html
{
	overflow: scroll;
}

body
{
	width: 100%;
	margin: 10px 0px;
	padding: 0px;
	background: #222;	
	text-align: center;	
}

#container{
	
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	background: #222;
	/* border: 2px solid #000; */
}
.rounded 
{
  -moz-border-radius:3ex;
  -webkit-border-radius:3ex;
}

.roundedTop
{
	-moz-border-radius-topleft:3ex;
	-moz-border-radius-topright:3ex;
	-webkit-border-top-left-radius:3ex;
	-webkit-border-top-right-radius:3ex;
}

.roundedBottom
{
	-moz-border-radius-bottomleft:3ex;
	-moz-border-radius-bottomright:3ex;
	-webkit-border-bottom-left-radius:3ex;
	-webkit-border-bottom-right-radius:3ex;
}

#navMenu
{
	margin: 0px;	
	padding: 0px;
	z-index: 30;
	background: #FFF;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

#navMenu ul
{
	margin: 0px;
	padding: 0px;
}

#navMenu li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;	
}
#navMenu li a
{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 160px;
	background: #834C24;
	color: #036;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-family: Monotype Corsiva, Courier, monospace;
	font-weight: bolder;
	height: 40px;
	padding-top: 10px;	
}

#navMenu li a:hover{
	background: #FFF;
}


#mainPic
{
	width: 800px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(pages/images/HLMainPic.jpg);
	background-repeat: no-repeat;
	
}

#footer{
	width: 800px;
	height: 34px;
	margin: 0px;
	padding: 10px 0;
	font-size: 14px;
	text-align: center;	
	background: #834C24;
	color: #036;
	border-top: 2px solid #000;
}

#content{
	padding: 20px;
	#padding: 10px;
	margin-top:50px;
	#margin-top: 0px;
	background: #AAA;
	font-size: 18px;
	font-family: sans-serif;
	text-align: left;	
}

#pageTitle{
	font-size: 35px;
	text-align: center;
	font-family: Monotype Corsiva, Courier, monospace;
	padding-bottom: 10px;
}

#subTitle{
	font-size: 24px;
	margin: 0;
	padding: 0;
	padding-bottom: 6px;
}

img.floatRightImage{
	float: right;
	margin: 0px;
	margin-left: 20px;
	padding:0px;
}

img.floatLeftImage{
	float: left;
	margin: 20px;
	margin-top: 0px;
}

#footer a:link {
	color: #036;
}

#footer a:visited {
	color: #036;
}

#footer a:hover {
	color: #036;
}

#leftCol{
	width: 300px;
	text-align: left;
}

#workshopMenu
{	margin: 0;
	padding: 0;
	width: 240px;
	float: left;
	list-style: none;
	border-right: 2px;
	border-right-style:solid;
	border-right-color: #000;
	height: auto;
	}

#workshopMenu li
{	margin: 0;
	padding: 0;
	font: bold 14px arial;
	}

#workshopMenu li a
{	display: block;
	width: auto;
	color: #000;
	text-align: left;
	text-decoration: none;	
	padding: 3px 0;
	padding-right: 5px;
	}
	
#workshopMenu li a:hover
{	background: #005DB3;
	}

#workshopContent{
	padding: 0;
	padding-left: 20px;
	margin: 0px;
	width: 450px;
	float: left;
	#float: none;
	position: relative;
	text-align: left;
	min-height: 450px;
	font:"Courier New", Courier, monospace;	
}

#title,#wsPresLbl,#wsDescLbl{
	font: bolder  "Courier New", Courier, monospace;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}


