html {
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt !important;
  text-align: left;
	line-height: 150%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0;
	width: 95%;
}

#header, #menu, #breadcrumb, #footer, .rounded_top, .rounded_bottom, #credits, #controls, #page_right, #contact_left_container, #wlcm_map, #wlcm_mailing, #wlcm_buttons, .yellowbutton, #right_top, #right_bottom {
	display: none;
}

/* ---( images )----------------------------- */
img.normal {
  display: inline;
  border: none;
  margin: 1em 0;
}

img.left {
  display: inline;
  border: none;
  float: left;
  margin: 0 1.2em 1em 0;
}

img.right {
  display: inline;
  border: none;
  float: right;
  margin: 0 0 1em 1.2em;
}

img.normal_border {
  display: inline;
  margin: 0 0 1em 1.2em;
  border: 1px solid #227D5E;
}

img.left_border {
  display: inline;
  float: left;
  margin: 0 1.2em 1em 0;
  border: 1px solid #227D5E;
}

img.right_border {
  display: inline;
  float: right;
  margin: 0 0 1em 1.2em;
  border: 1px solid #227D5E;
}

img.right_border {
  display: inline;
  float: right;
  margin: 0 0 1em 1.2em;
  border: 1px solid #227D5E;
}

#slideshow img {
	filter:alpha(opacity=100) !important;
	-moz-opacity: 1.0 !important;
	opacity: 1.0 !important;
	visibility: visible !important;
	display: inline !important;
	float: none !important;
	position: static !important;
}

#right_top,
#right_bottom,
#right_column,
#single_column,
#single_column_container {
	float: none;
}

div.gallery_cont {
	display: block !important;
	float: left !important;
	width: 50% !important;
}

div#wlcm_text img {
	display: block !important;
	float: left !important;
	margin: 0 20px 20px 0;
}

div#download_column div#items div.item h4,
div#download_column div#items div.item div,
div#download_column div#items div.item img {
	display: inline !important;
}

div#download_column div#items div.item {
	border-bottom: 1px dotted #000;
	display: block;
	margin-bottom: 15px;
}

img#sectionimage {
	float: left;
	margin: 0 20px 20px 0;
}

/* ------------( headings ) ----------- */
h1, h2, h3, h4, h5, h6	{
	color                 : #000;
}
