html {
	overflow-y: scroll;
}


body {
	background-color: #c3b689;
	margin: 0;
	padding: 0;
	text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	
	}

a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}


#navmenu {
	width: 900px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 1000;
	}

#pagecontent {
	width: 940px;
	margin: 0 auto;
	border: 0px dotted #666666;
}
#pgtitle {
	width: 70px;
	float: left;
	margin-top:0px;
	margin: 0;
	padding: 0px;
	z-index: 100;
	}
#area1 {
	width: 830px;
	margin-top:20px;
	zoom:1;
	border: 0px dashed #990000;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 80px;
		}	

.plntext {
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333333;
	}
.topic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #173513;
	padding: 0px;
	height: auto;
	width: auto;
	font-weight: bold;
	}
.subtopic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #173513;
		
}
#imgtransp {
    background-attachment: fixed;
	background-image: url(images/transtrip.png);
	background-repeat: repeat;
	background-position: left top;
	opacity:0.6;
	filter:alpha(opacity=60);
	}

ul{
    margin: 0 auto;
    padding: 0;
}
li flat {
	text-align: left;
	list-style-position: inside;
	list-style-type: square;
	margin-bottom: 15px;
	}

.smtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666600;
}
.smtxt  a:link {
	color: #666600;
}
.smtxt  a:visited {
	color: #666600;
}

