<style type="text/css">{ }

A:link
{ text-decoration: underline; color:#006600; font-family:arial;}
A:visited
{ text-decoration: underline; color:#006600; font-family:arial;}
A:active
{ text-decoration: underline; color:#006600; font-family:arial;}
A:hover
{ text-decoration: underline; color:#ffffcc; background-color:#006600; font-family:arial;}

A.nav:link
{ text-decoration: none; color:#ffffcc; }
A.nav:visited
{ text-decoration: none; color:#ffffcc;}
A.nav:active
{ text-decoration: none; color:#ffffcc;}
A.nav:hover
{ text-decoration: none; color:#006600;  background-color:#ffffcc;}

body {
		margin:0px;
		padding:0px;
		height: 100%;
		width:100%;
		background-color:#ffffcc;
		text-align:left;
		background-image: url(bg.gif);
		background-repeat: repeat-y;
}

body.tour {
		margin:0px;
		padding: 20px;
		background-color:#ffffcc;
		font-family:arial;
		font-size:small;
		color:#000000;
		background-image:none;
}

#together
{		margin:0px;
		padding: 0px;
		background-color:#ffffcc;
		text-align:left;
		width:100%;
}

#nav {
position:absolute;
top:0px;
left:0px;
margin:0px;
padding: 10px 0px 0px 0px;
background-color:#006600;
border-width: 0px 0px 0px 0px;
border-style:solid;
border-color:#000000;
width:200px;
font-family:arial;
font-size:18px;
text-align:center;
line-height:30px;
font-style:italic;
}

#nav2 {
position:absolute;
top:0px;
left:0px;
height:750px;
margin:0px;
padding: 10px 5px 0px 5px;
background-color:#006600;
border-width: 0px 4px 0px 0px;
border-style:solid;
border-color:#000000;
width:200px;
font-family:arial;
font-size:18px;
text-align:center;
line-height:30px;
font-style:italic;
}

#nav3 {
position:absolute;
top:0px;
left:0px;
height:1000px;
margin:0px;
padding: 10px 5px 0px 5px;
background-color:#006600;
border-width: 0px 4px 0px 0px;
border-style:solid;
border-color:#000000;
width:200px;
font-family:arial;
font-size:18px;
text-align:center;
line-height:30px;
font-style:italic;
}

#content {
position:absolute;
top:0px;
left:200px;
height:100%;
min-height:100%;
width:auto;
font-family:arial;
font-size:small;
color:#000000
background-color:#ffffcc;
z-index:1;
padding:20px;
border-width: 0px 0px 0px 4px;
border-style:solid;
border-color:#000000;
}

#content2 {
position:absolute;
top:0px;
left:200px;
font-family:arial;
font-size:small;
color:#000000
background-color:#ffffcc;
background-image: url('bg_image.jpg');
background-repeat: no-repeat;
background-position:center;
z-index:1;
padding:20px;
height:100%;
}

.title {
font-family:arial;
font-size:16px;
color:#ffffcc;
background-color:#006600;
padding:2px;
font-style:italic;
}

img.picleft {
float: left;
display: inline;
border: 2px solid #000000;
margin:0px 10px 5px 0px;
}

img.picleft2 {
float: left;
display: inline;
border: 2px solid #000000;
margin:0px 10px 0px 0px;
}

img.picright {
float: right;
display: inline;
border: 2px solid #000000;
margin:0px 0px 5px 10px;
}

td.controls {
text-align:center;
font-family:arial;
font-size:small;
color:#000000;
background-color:#006600;
padding:5px;
}

input {
font-family:arial;
font-size:14px;
color:#000000;
background-color:#ffffcc;
border: 2px #000000 solid;
}

select {
font-family:arial;
font-size:14px;
color:#000000;
background-color:#ffffcc;
border: 2px #000000 solid;
}

td.noborder {
font-family:arial;
font-size:small;
color:#000000;
border:0px;
padding:5px;
}

.small {
font-family: arial;
font-size:xx-small;
color:#000000;
}