﻿@import url("layout.css");

body {
	change: repeat;
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	background-color: #FFFFFF;
	background-image: url('../Backgrounds/natfl311.jpg');/*-----change image-----*/;
	background-repeat: repeat;
	color: #008000; /*--------------change color of text------------*/
}
#container {
	width: 900px;
	margin: 10px auto;
	
}
#masthead {
	text-align: center;
	width: 898px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-image: url('../images/waterski.jpg');
	min-height: 100px;
	vertical-align: bottom;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	min-height: 1885px;

}
#content {
	float: left;
	width: 728px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	min-height: 1735px;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
/* Masthead Styles */
#masthead h1 {
	color: #33627D;
}
#masthead h3 {
	color: #33627D;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #008000;/*--------------change color bold menu text------------*/
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #008000;/*--------------change color of menu border------------*/
	background-color: #008000;/*--------------change color of menu background------------*/
	}
/* Content Styles */
}
#content img {
	padding: 5px;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #008000;/*--------------change color of links------------*/

	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.textcolorleftcelltable {
	color: #008000;
	text-align: left;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 0px;
}
.style1 {
	text-align: center;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 0px;
}
.style_center {
	text-align: center;
	color: #006600;
}



