@charset "UTF-8";
body  {
	background: #FBF9E0;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #844911;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
}
.thrColFixHdr #Wrapper {
	width: 845px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	background-color: #FBF9E0;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-left-width: 0px;
	border-left-style: solid;
	margin-bottom: 0px;
}
.thrColFixHdr #container {
	width: 837px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	background-color: #FBF9E0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
} 

.thrColFixHdr #header {
	background-color: #FBF9E0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 2px;
	height: 190px;
	position: relative;
	margin: 0px;
	padding: 0px;
} 
.thrColFixHdr #header h1 {
	margin: -50; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 15px; /* padding keeps the content of the div away from the edges */
	background-color: #FBF9E0;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 467px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	height: 622px;
}
.thrColFixHdr #footer {
	background:#FBF9E0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 12px;
	margin-bottom: 50px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 20px;
}
.thrColFixHdr #Wrapper #container #header #MenuBar1 li ul li a {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #844911;
	border-bottom-color: #844911;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #844911;
	border-left-color: #844911;
}
.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;
}
img {
	text-decoration: none;
}
.imgbanner {
	text-decoration: none;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 0px;
	width: 837px;
	left: 0px;
}
.tablepara {
	font-size: 13px;
	text-align: left;
	line-height: 1em;
	margin-top: -10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
.h3revised2ndline {
	line-height: 1em;
}
.thrColFixHdr #container #mainContent {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #FBF9E0;
	margin-top: 0px;
	margin-right: 490px;
	margin-bottom: 0px;
	margin-left: -2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
}
a:link {
	text-decoration: none;
	color: #844911;
}
a:visited {
	text-decoration: none;
	color: #844911;
}
a:hover {
	text-decoration: underline;
	color: #844911;
}
a:active {
	text-decoration: none;
}
.TableDoctor {
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	z-index: 1;
}
#WkshopList {
	background-color: #FFF;
	margin-bottom: -10px;
	padding-bottom: 2px;
	padding-top: 8px;
	font-size: 95%;
	line-height: 1em;
	margin-top: -5px;
	padding-right: 8px;
}
.BottomTable {
	margin-top: 0px;
	text-decoration: none;
	margin-left: -2px;
	clear: right;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-left: 3px;
}	
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	text-align: center;
}
.PageTitle {
	margin: 15px auto;
	text-align: center;
}
.WkShpListTable {
	font-size: 100%;
	font-variant: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	line-height: 1.1;
}
.TableExplain {
	font-size: 70%;
	color: #000;
	font-style: italic;
	line-height: 125%;
	padding-bottom: 8px;
	vertical-align: top;
	padding-top: 0px;
	padding-left: 35px;
}
.ClassName {
	text-indent: 15px;
	padding-top: 20px;
	font-size: 100%;
}
#NoRtBorderID {
	border-right-width: 0px;
	border-right-style: solid;
}
.IndivWkshpTxt {
	padding-right: 40px;
	padding-left: 40px;
	font-size: 80%;
	line-height: 150%;
	margin-top: 0px;
	padding-top: 20px;
}
.underlinelink:link {
	text-decoration: underline;
}
.underlinelink:visited {
	text-decoration: underline;
}
.picfloater {
	float: right;
	margin-top: 20px;
	margin-left: 30px;
	position: relative;
	margin-right: 40px;
	margin-bottom: 5px;
	z-index: 10;
}
.copyrightposition {
	position:absolute;
	width:150px;
	height:12px;
	left: 5px;
	font-size: 11px;
	color: #FFF;
	bottom: 10px;
}
.TableSubHead {
	padding-bottom: 0px;
	font-size: 90%;
	font-style: italic;
	line-height: 200%;
}
.FooterTable {
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #844911;
	border-collapse: collapse;
}
.FooterTable td {
	border-right-color: #844911;
	border-left-color: #844911;
	border-top-color: #844911;
	border-bottom-color: #844911;
	padding: 0 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-collapse: collapse;
}
.IndivWkshpTxt ul li {
	text-indent: 0px;
	line-height: 120%;
	margin-bottom: 15px;
	list-style-type: none;
}
.OtherCells {
	padding-top: 20px;
	font-size: 90%;
	position: relative;
}
.tableparacenter {
	font-size: 13px;
	line-height: 1em;
	text-align: center;
}
#ContactTable {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	margin-top: 20px;
}
#ContactTable tr td {
	padding-top: 5px;
	line-height: 1em;
}
span.firstletter {
	font-size:350%;
	line-height:92%;
	float:left;
	margin-bottom:-.1em;
	margin-right:.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
	
.h2roofless {
	line-height: 0px;
}
.IndivWkshpTxt2 {
	padding-right: 40px;
	padding-left: 40px;
	font-size: 80%;
	line-height: 150%;
	margin-top: 0px;
	padding-top: 10px;
}
.thrColFixHdr #Wrapper #container #mainContent #WkshopList div {
	font-size: 85%;
	font-style: italic;
	text-align: center;
	padding: 1%;
	margin-right: 10%;
	margin-left: 10%;
	border: thin solid #844911;
	margin-bottom: 3px;
}
#BulletList {
	font-size: 13px;
}
.TightList {
	line-height: 95%;
	margin-top: -5px;
}
#BulletList .TightList li {
	padding-bottom: 5px;
}
#HasselbladLogo{
	position: absolute;
	width: 300px;
	margin-left: 50%;
	z-index: 99;
	visibility: visible;
	left: 62px;
	top: 24px;
}

