body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
body {
	background-color: #c0d9f8;
	font-family: "Trebuchet MS", "Trebuchet", sans-serif;
}
#wrapper {
	width: 980px;
	height: 580px;
	margin-right: auto;
	margin-left: auto;
	background-color: #c0d9f8;
}
#hp {
	background-image: url(../jpgs/home.jpg);
	width: 980px;
	height:580px;
}
#header {
	background-image: url(../jpgs/banner1.jpg);
	width: 980px;
	height: 80px;
}
#footer {
	background-image: url(../jpgs/footer.jpg);
	width: 980px;
	height: 15px;
	position: absolute;
	top: 565px;
}
#left {
	float: left;
	width: 660px;
}
#main {
	position: absolute;
	top: 120px;
	height: 434px;
	width: 651px;
	color: #7e83ba;
	background-color: #e4eaf0;
	z-index: 1;
	overflow: auto;
	border: #ffffff solid 2px;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 18px;
	margin-bottom: 6px;
}
h2 {
	font-size: 110%;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 12px;
	margin-bottom: 6px;
}
h3 {
	font-size: 80%;
	font-weight: 100;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 12px;
	margin-bottom: 6px;
}
h4 {
	font-size: 70%;
	color: #ffffff;
	position: relative;
	margin-left: 20px;
	margin-top: -20px;
}
#main p {
	margin-left: 10px;
	margin-top: 12px;
	margin-right: 10px;
	
}
#main a {
	color: #8996ca;
}
#main a:hover {
	background-color: #ffffff;
	text-decoration: underline;
}
#filmstrip {
	position: relative;
	background-image: url(../images/strip.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	width: 310px;
	height: 580px;
	float: right;
	margin-right: 0px;
	margin-top: -80px;
	overflow: auto;
}
#filmstrip img {
	margin-left: 20px;
	margin-top: 10px;
}
#filmstrip iframe {
	margin-left: 20px;
	margin-top: 10px;
}
#filmstrip a {
	color: #8996ca;
	font-size: 80%;
}
#filmstrip a:hover {
	text-decoration: underline;
}
#menu li {
	position: relative;
	list-style-type: none;
	float: left;
	width: 158px;
	background-color: #8996ca;
	text-align: center;
	margin-right: 5px;
	margin-top: 8px;
	z-index: 10;
	border: #ffffff solid 1px;

}
#menu a {
	display: block;
	height: 24px;
	color: #e4eaf0;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	background-color: #7e83ba;
	color: #ffffff;
}
#menu li ul {
	display: none; 
}
#menu li:hover > ul {
	display: block;
}
#menu li li {
	border: none;
	margin-top: 0px;
	font-size: 90%;
}
.clear {
	clear: both;
}
table {
  border-width: 3px;
  border-color: #7e83ba;
  border-style: solid;
  border-collapse: collapse;
  margin: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}
td {
  text-align: center;
  padding: 3px;
  border-style: solid;
  border-color: #7e83ba;
  border-right-width: 3px;
  border-left-width: 3px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  background-color: #ffffff;
}
th {
  text-align: center;
  padding: 3px;
  border-style: solid;
  color: #ffffff;
  border-color: #ffffff;
  border-right-width: 3px;
  border-left-width: 3px;
  border-bottom-width: 0px;
  border-top-width: 0px;
  background-color: #7e83ba;
  font-weight: normal;
}
.la {
  text-align: left;
  font-weight: bold;
}
.maplink {
  display: block;
	margin-top: -2px;
	margin-left: -20px;
  text-align: center;

}
#hp a {
	display: block;
	float: left;
	width: 225px;
	margin: 10px;
	color: #800080;
	text-decoration: none;
	font-weight: bold;
}
#hp a:hover {
	color: #ffffff;
}
