/* CSS Document */
html {
	height:100%;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	background-image:url(images/back.gif);
	margin:20px;
	height:100%;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#A54209;
	padding-bottom:5px;
	border-bottom:4px solid #A54209;
}

#header {
	background-color:#a1b146;
	height:117px;

}

#sub_head {
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:3px;
	background-color:#A54209;
	height:30px;
	margin-top:12px;
	color:#FFFFFF;
	line-height:28px;
	text-align:right;
	padding-right:30px;	
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;	
}

#wrapper {
	position:relative;
	margin:0 auto;
	width:950px;
	border:2px solid #fff;
	background-color:#435a22;
	height:90%
}

#main {
	position:absolute;
	overflow:auto;
    overflow-x:hidden; 

	background:url(images/ds.gif) repeat-y;
	background-position:left;
	background-color:#fff;	
	padding:20px;
	
	top:127px;
	bottom:0px;
	width: 664px;
	right: 0px;
}
#main p {
	margin:5px;
	margin-bottom:15px;
}

.nav ul {
	margin:0;
	padding:0;
}

.nav {
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
	width:180px;
	list-style:none;
	text-align:center;
	line-height:25px;	
}

#nav_td {
	margin:0px;
	padding:0px;
	background:url(images/leaf.jpg) no-repeat;
	background-position:0px 10px;
	width:245px;
	height:380px;
}

.nav a {
	color:#000;
	text-decoration:none;
}
.nav a:hover {
	color:#fff;
}
.selected {
	color:#A54209;
}
.clear {
	clear:both;
}

#copy {
	margin-top:10px;
	font-size:10px;
	color:#a1b146;	
	text-align:center;
}
#copy:first-line {
	font-size:14px;
}
#copy a {
	color:#a1b146;
	text-decoration:none;	
}
#copy a:hover {
	text-decoration:underline;
	color:#fff;
}
#title {
}
#title {
	margin-bottom: 15px;
	margin-left: 15px;
}
#logo {
	margin-top: 8px;
}
.rule {
	margin:0 auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B8C99D;
	width:5%;
}

.pic {
	border:1px solid #A54209;
}

.clear {
	clear:both;
}

#main li {
	list-style-type:square;
	line-height:20px;
}

.rule {
	margin:0 auto;
	margin-top:15px;
	margin-bottom:15px;
	border:none;
	border-bottom:2px solid #A54209;
	width:80%;
}

.read_more {
	margin-top:15px;
	font-size:12px;
	font-style:italic;
	margin-right:40px;
}
.biblio {
	font-size: 10px;
}
