div.intro
{
	width: 267px;
	float: left;
	margin-right: 10px;
	margin-left: 5px;
	background-color: #A9D0F5;
	padding: 7px;
	padding-bottom: 2000px;
	margin-top: -6px;
	margin-bottom: -2000px;
	overflow: hidden;
	text-align: justify;
}
div.newsbox
{
	width: 690px;
	float: left;
}
div.slideshow
{
	position: static;
	width: 600px;
	height: 340px;
	float: left;
	margin: 30px 45px 20px;
	text-align: center;
	background: brown;
}
div.centered
{
	margin: 0px auto;
}
div.quicksched
{
	margin: 10px auto;
	width: 194px;
	background-color: #E9F6FB;
	border: 1px solid #AEBA98;
	color: #808080;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}
div.picturelink
{
	position: relative;
	width: 345px;
	height: 150px;
	float: left;
	margin-bottom: 10px;
}
	div.picturelink div.pic
	{
		width: 150px;
		height: 150px;
		float: left;
		margin: 0px auto;
	}
	div.picturelink div.link
	{
		width: 145px;
		float: left;
		margin: 50px auto;
		padding-left: 20px;
		text-align: center;
	}
		div.picturelink * a
		{
			font-size: 18px;
			font-weight: bold;
			border: none;
			outline: none;
			font-family: Trebuchet MS;
		}
		div.picturelink * a img
		{
			border: none;
			outline: none;
		}
ul.news
{
	margin: 10px auto;
	width: 75%;
	font-size: 15px;
}
#simplegallery1
{ /* CSS for sample Gallery */
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	border: none;
	margin: 20px auto;
}
#simplegallery1 .gallerydesctext
{
	text-align: center;
	padding: 2px 5px;
}