/* This file contains the styling rules for sample 1 website.  */
a:link {
  color: #000099;
	text-decoration: none;
	font-style: italic;
}
a:hover {
  background-color: #000080;
	color: #00FF00;
	text-decoration: none;
	font-style: italic;
}
a:visited {
	color: #000099;
	text-decoration: none;
	font-style: italic;
}
.navbar a:link a:hover a:visited a:active {
	margin-bottom: 0.65%;
}
h1 {font-size: 1.8em;
	text-align: center;
	font-family: 'comic sans ms', arial, helvetica, sans-serif;
}
h2 {font-size: 1.4em;
	text-align: center;
	margin-top: -1em;
}
h3 {font-size: 1.2em;
	text-align: center;
	margin-top: -1em;
}
h4 {font-size: 0.8em;
	text-align: center;
	margin-bottom: -0.1em;
}
body {
	width: 100%;
	height: 100%;
	font-size: 16px;
	text-align: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin: 0;
	border: 0;
	color: #003333;
	background-color: #f5fffa;
	font-family: arial, helvetica, sans-serif;
}
div.banner {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	padding-top: 0.2em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #003333;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #003333;
	background: url(acti1.gif) 20px 10px;
	background-repeat: no-repeat;
	background-color: #f0fff0;
	}
div.navbar {
	width: 20%;
	padding-left: 2%;
	margin-top: 2em;
	float: left;
	position: relative;
}
div.slideshowFrame {
	width: 48%;
	min-width: 48%;
	max-width: 48%;
	height: 50em;
	min-height: 48em;
	float: right;
	position: relative;
	padding-top: 2%;
	margin-right: 2%;
}
div.slideshowRun {
	width: 36%;
	min-width: 36%;
	max-width: 36%;
	height: 18em;
	min-height: 18em;
	color: #003333;
	text-align: center;
	font-size: 1em;
	border: 0;
	padding: 0;
	padding-left: 0;
	padding-right: 1em;
	margin-left: auto;
	margin-right: auto;
	float: right;
  position: relative;
}
div.slideshowF1 {
	width: 100%;
	height: 100%;
	padding-right: 3%;
	text-align: center;
	overflow: visible;
}
div.ss_text {
	width: 38%;
	float: right;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;
	font-family: 'comic sans ms', arial, helvetica, sans-serif;
}
div.text1 {width: 32%;
	max-width: 32%;
	float: left;
	position: relative;
	padding-top: 0.5em;
}
div.text2 {width: 106%;
  text-align: left;
	padding: 3%;
	background-color: #f0fff0;
	margin-left: -3%;
	border-width: 1px;
	border-style: solid;
	border-color: #000066;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
div.text3 {width: 106%;
  text-align: left;
	padding: 3%;
	background-color: #f0fffa;
	margin-left: -3%;
	border-width: 1px;
	border-style: solid;
	border-color: #000066;
	margin-bottom: 0.4em;
}


