/* CSS Document */

div#SlideShow { /*(NOTE: This is replacing the settings you have for #imageWrap) */
	float: right;
	text-align: center;
	width: 256px; /* Larger than the slideshow image to allow for fake padding */
	margin: 0 0 7px 7px; /* (Margin would be better to use than padding, because it padding is not processed properly in all browsers) */
}

div.imageWrap {
	width: 250px; /* This should be the width of the image */
	margin: 0 auto; /* This will center the div in the middle of the div */

}

div.imageCaption {
	text-align: left;
	width: 250px; /* This should be the width of the image */
	margin: 0 auto; /* This will center the div in the middle of the image */
}
	
#positionRight {
	float:right;
	position:top;
	width:40%;
	}
	
#positionLeft {
	float:left;
	position:top;
	width:40%;
	}
	
div.RecentUpdatesBlurb, div.NewsBlurb {
	width: 350px;
}

.ClearAll {
	clear: both;
}

div.noScript {
	font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px; line-height: 16px
	font-color: black; 
	margin-top:50px;
	}
	



