/*  general ------ sets z -------- */
* {
	padding: 		0;
	margin: 		0;
	}
	
body {
	font-family: Avenir, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	background-color: #d5d2b0;
	background-image: url(image/tearbgsmall.gif);
	background-repeat: repeat-y;
}

/*  -------------- structure -------------- */

#content {
	width: 400px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-top: 10px;
	}


#footer {
	font-size: 10px;
	padding: 10px 5px 5px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}

/* -------- type------- */
 p {
	font-size: 13px;
	line-height: 140%;
	padding: 0px 10px 15px 0px;
}
ul {
	font-size: 13px;
	list-style-position: outside;
	margin: 0 30px 10px 40px;
	line-height: 110%;
}
ul li {
	padding-bottom: 10px;
}
ol {
	font-size: 13px;
	list-style-position: outside;
	margin: 0 30px 10px 40px;
	line-height: 110%;
}
ol li {
	padding-bottom: 10px;
}

 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #9d9975;
	padding-bottom: 10px;
}

h2 {
	font-size: 14px;
	color: #9C5732;
	line-height: 140%;
	padding: 0px 10px 10px 0px;
}

#footer a {
	color: #333333;
	}

#footer a:hover {
	color: #9C5732;
}

/* -------- nav ------- */

.note {
	color: #003399;
	font-size: larger;
	font-variant: small-caps;
}
