@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/Background_60.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #F0F0F0;
	background-position: left center;
	text-align: center;
}
#container {
	width: 970px;
	margin: 0 auto;
}
#headcontainer {
	width: 970px;
	height: 172px;
}

#logolayout {
	position: relative;
	top: 0px;
	text-align: left;
	float: left;
	clear: both;
}
#sitenameone {
	position: relative;
	left: 0px;
	text-align: center;
	vertical-align: top;
	height: 69px;
	float: left;
}
#sitenametwo {
	height: 69px;
	position: relative;
	float: left;
	top: -25px;
	vertical-align: top;
	text-align: center;
	left: 0px;
}

#sitenavigation {
	float: left;
	position: relative;
	width: 700px;
	top: -10px;
	background-color: #A7C1CE;
}


#slideshow1 {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 662px;
	height: 396px;
	float: left;
	border: 18px solid #243336;
	background-color: #243336;
}
#sidebar {
	height: 430px;
	width: 245px;
	position: relative;
	float: right;
	margin-left: 10px;
	background-image: url(images/sidebar1.png);
	background-repeat: no-repeat;
	padding-left: 5px;
	right: 10px;
	clear: left;
}
#testing {
	width: 200px;
	float: left;
	position: relative;
	clear: left;
}

#pagenarration {
	float: left;
	position: relative;
	text-indent: 20px;
	width: 950px;
	top: 30px;
	margin-bottom: 80px;
	background-color: #CCCCCC;
}

#footer {
	font:.8 em "Trebuchet MS", serif;
	margin-top: 5em;
	}

p {
	line-height: 1.4em;
	text-align: left;
	padding: 15px;
}
h2 {
	background-image: url(images/headerboxbackground1.png);
	background-repeat: no-repeat;
	top: 0px;
	right: 0px;
}



body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #314550;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #006666;
	text-decoration: underline;
}
a:active {
	color: #336633;
	text-decoration: none;
	text-align: center;
}
