html,body {
		height:100%;
		padding:0px;
		margin:0px;
		font-family:arial;
		}
		
body {
		background-image:url('../pics/wave2.jpg');
		background-position:center top;
		background-repeat:no-repeat;
		}
		
body.index {
		background-image:url('../pics/wave.jpg');
		}

h1 {
		color:#0a67b7;
		}
		
h2 {
		color:#82A9B9;;
		}
		
a {
		color: #82A9B9;
		}

a:link {
		color: #82A9B9;
		text-decoration: underline; 
		}
		
a:active {
		color: #82A9B9;
		text-decoration: underline; 
		}
		
a:visited {
		color: #82A9B9;
		text-decoration: underline; 
		}
		
a:hover {
		color: #82A9B9;
		text-decoration: none; 
		}
		
a:img {
		border:0px;
		}

#container {
		position:relative;
		margin: auto; 
		width: 800px;
		overflow: none;
		text-align: left;
		}

#legal {
		text-align: left;
		width: 800px;
		height: 100px;
		font-size: 8pt;
		color: #EAEAEA;
		}
		
.nav {
		background-color:#0a67b7;
		color:white;
		float:left;
		width:100px;
		overflow:hidden;
		height:25px;
		line-height:25px;
		}
		
.nav:hover {
		background-color:#82A9B9;
		color:white;
		text-decoration:none;
		float:left;
		width:100px;
		overflow:hidden;
		height:25px;
		line-height:25px;
		}
		
.sNav {
		float:left;
		width:100px;
		overflow:hidden;
		height:25px;
		line-height:25px;
		}
		
.subNav {
		display:none;
		}
		
#menu {
		height:50px;
		text-align:center;
		}
		
#menuBottom {
		width:100%;
		height:25px;
		line-height:25px;
		}
		
#menuTop {
		background-color:#0a67b7;
		width:100%;
		height:25px;
		}
		
.slideshow {
		height: 543px;
		width: 800px;
		margin: auto
		}
		
.slideshow img {
		padding: 0px;
		border:none;
		}
