
		body{
			//background-image: url(images/DSCF3145.JPG);
			//background-image: url(images/DSCF3161.JPG);  
			color: #333333;
			
			
			background-position: top center;
			background-repeat: no-repeat;
			background-color: #999999;
			font-family: palatino,"times new roman",times,serif;
			
			line-height: 15pt;
		}
		
		body, h2, h3{
			font-size: 0.9em;
		}
		.body{
			position: relative;
			width: 1024px;
			margin-left: auto;
			margin-right: auto;
			padding-top: 40px;
			font-size: 1em;
		}

		.nav ul ul .title:hover{
			text-decoration: underline;
		}

		.nav .title{
			color: #666666;
		}

		.nav ul ul .title{
			color: #333333;
			cursor: pointer;
		}

		.nav, .contentDestination{
			padding:15px;
			background-color:#cccccc;
			border:25px solid #c2c2c2;
			padding-bottom: 30px;
			margin-bottom: 25px;
		}

		.navClicked{
			left: 15px !important;
		}

		.nav{
			/*left:400px;*/
			left: 15px;
			top: 40px;
			width: 106px;
			position:absolute;
			line-height: 14pt;
		}
		.nav .content{
			display: none;
		}
		
		.nav ul{
			padding: 0px;
			list-style: none;
			font-style: italic;
		}
		.nav ul ul{
			list-style: none;
			padding-left: 15px;
			font-style: normal;
		}
		li.selected {
			list-style: disc;
		}
		.contentDestination{
			margin-left: 220px;
			margin-right: 215px;
		}
		.contentDestination h1{
			padding: 0px;
		}
		
		.contentDestination h1, .contentDestination h2, .contentDestination h3{
			font-family: palatino,arial, helvetica, sans-serif;
		}
		
		.playStop, a{
			color: #1E51EE;
		}	
		
		.playStop:hover, a:hover{
				color: #0000EE;
			}
		
		.playStop:hover{
			text-decoration: underline;
			cursor: pointer;
		}
		
		.position{
			width: 2px;
			height: 15px;
			background-color: #999999;
			position: relative;
			margin-bottom: 5px;
		}
		
		.indicator{
			height: 15px;
			width: 2px;
			background-color: #333333;
			position:absolute;
			top: 0px;
			left: 0px;
		}
		
		.highlightBox{
		    padding: 20px;
		    background-color: #E7E7E7;
		    border: solid 5px #aaaaaa;
		}
		
		#submitLink{
		    display: none;
		    margin-top: 5px;
		    text-align: right;
		}
		
		.small{
		  font-size: 0.8em;
		}

