@charset "utf-8";
/* CSS Document */

body {
	background: #fefdfd; /* this affects the color outside of the container*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
	font-family: "Times New Roman", Times, serif;
}
#logo {
	text-align: center;
	margin-top: 1%;
}
#navBar
{
	text-align: center;
}
#slideshow
{
	margin: 3% 0 0 0;
	text-align: center;
	width: 100%;
	height: 81%;
}
/*#infoSection {
	width: 500px;
	position: fixed;
	left: 50%;
	margin: 10% 0 0 -250px;
}

#infoText {
	padding: 5px 5px 5px 5px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 15px;
	text-align: justify;
	font-style: normal;
	width: 454px;
	height: 60%;
	margin: 1% auto 3% auto;
	overflow: auto;
}
*/
#infoSection {
	text-align: center;
	margin: 5% 0;	
	height: 61%;
}
#infoText {
	padding: 0px 5px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 15px;
	text-align: justify;
	font-style: normal;
	width: 454px;
	height: 80%;
	margin: 1% auto 3% auto;
	overflow: auto;
}

#contactSection {
	overflow: auto;
	width: 350px;
	height: 400px;
	position:fixed;
	left: 50%;
	margin: 12% 0 0 -175px;
}
#contactInfo {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;
}
#contactInfo p{
	font-size: 14px;
}
#subscription{
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	margin: 0;
	text-align: center;
	font-size:13px;
}

input {
	font-family: "Times New Roman", Times, serif;
}

#copyright{
	width: 100px;
	text-align:center;
	position: fixed;
	left: 50%;
	bottom: 0%;
	padding: 0;
	font-size:10px;
	margin: 1% 0 0 -50;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #999999;
}
a:active {
	color: #000000;
}


