@charset "UTF-8";/* CSS Document */body{	font-family: "Courier", Courier New, monospace;;	font-size: 10pt;	color: #3e84ae;	line-height: 1.166;		margin: 0px;	padding: 0px;}/*************** #link styles **************/a{	color: #3e84ae;	text-decoration: none;		}a:link{	color: #3e84ae;	text-decoration: none;}a:visited{	color: #3e84ae;	text-decoration: none;}a:hover{	color: #3e84ae;	text-decoration: underline;}img{	border:none;}/*************** #right side menu **************/#navright{	width: 180px;	font-family: "Courier", Courier New, monospace;	text-align: right;	float: right;	font-size: 11px;}#navright ul{	margin-left: 0;	padding-left: 0;	list-style-type: none;	font-family: "Courier", Courier New, monospace;;	text-align: right;}#navright a{	display: block;	width: 180px;	background-color: #eeeeee;	border-bottom:2px solid #ffffff;}#navright a:hover{	background-color: #CCCCCC;	border-bottom:2px solid #ffffff;	text-decoration:none;	}#navright q{	color: #3e84ae;	font: italic 12pt "Courier", Courier New, monospace;	min-width: 180px;	float: right;}#navright p{	color: #3e84ae;	font: 10px "Courier", Courier New, monospace;	float: right;	min-width: 180px;}/*************** #end menu **************/#navbar{	width: 730px;	height: 30px;	font-size: 10px;	text-align: center;	margin-right: 3px;	padding-top: 5px;}#navbar ul{	margin:0px; 	padding:0px;}#navbar ul li{	display:inline; 	height:30px; 	text-align:center;   	list-style:none;}/*************** #list styles **************/ul { list-style-type: none;}ul ul{ list-style-type: disc;}/***********************************************//* Layout Divs                                 *//***********************************************//*************** #main div **************/#container{	width: 730px;	margin: 0 auto;	}#heading{	width: 730px;	height: 100px;}#heading2{	width: 710px;	height: 40px;	font-size: 16pt;	color: #3e84ae;	margin-left:20px;}#heading3{	width: 710px;	height: 40px;	font-size: 12pt;	color: #999999;	margin-left:20px;}#image{	width: 730px;	height: auto;	margin-bottom: 10px;	margin-top: 10px;	text-align: center;}#legend{	width: 630px;	height: 50px;	font-size: 10px;	margin-left:100px;}#story{	width:490px;	margin-left:20px;	padding-bottom: 40px;}#gallery{	width: 710px;	margin-left:20px;	padding-bottom: 40px;}	/***********************************************//* Gallery                                 *//***********************************************/div.thumbnail{ width: 130px;float: left;margin: 10px 10px 10px 0px;background: url(images/slide_a.gif) no-repeat;}div.thumbnail img {margin: 10px 0 0 10px;border: none;}div.thumbnail p {margin: 0;font-size: 9px;color:#999999;padding: 5px 20px 30px 10px;background: url(images/slide_b.gif) no-repeat 0 100%;}.clear {clear:left;}