body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #634832;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

div{
	font-size: 11px;
}

.main{
	width: 780px;
	border: 3px groove #8F6849;
}

.beige{
	background-color: #F5F0EB;
}

a.selected:link {
	color: black;
	text-decoration : none;
	font-size: 11px;
	background-color : transparent;
	font-weight: bold;
}

a.selected:visited {
	color: black;
	text-decoration : none;
	font-size: 11px;
	background-color: transparent;
	font-weight: bold;
}

a.selected:hover {
	text-decoration: none;
	color: white;
	font-size: 11px;
	background-color : #8F7F49;
	font-weight: bold;
}

a.selected:active {
	color: black;
	text-decoration : none;
	font-size: 11px;
	background-color: transparent;
	font-weight: bold;
}

a:link {
	color: #800000;
	text-decoration : none;
	font-size: 11px;
	background-color : transparent;
}

a:visited {
	color: #800000;
	text-decoration : none;
	font-size: 11px;
	background-color: transparent;
}

a:hover {
	text-decoration: none;
	color: white;
	font-size: 11px;
	background-color : #800000;
}

a:active {
	color: #800000;
	text-decoration : none;
	font-size: 11px;
	background-color: transparent;
}

a.menu:link {
	color: white;
	text-decoration : none;
	font-size: 9px;
	background-color : transparent;
	font-weight : bold;
}

a.menu:visited {
	color: white;
	text-decoration : none;
	font-size: 9px;
	background-color: transparent;
	font-weight : bold;
}

a.menu:hover {
	text-decoration: none;
	color: white;
	font-size: 9px;
	background-color : #DCAC7C;
	font-weight : bold;
}

a.menu:active {
	color: white;
	text-decoration : none;
	font-size: 9px;
	background-color: transparent;
	font-weight : bold;
}

form {
	background-color: #CCCC99;
}

td.navbar{
	background-color : #8F6849;
	background-image : url(images/background.gif);
	background-repeat : repeat-y;
}

.border_left{
	border-left : 3px groove #8F6849;
}

.justify{
	text-align: justify;
}

.bold{
	font-weight: bold;
}

.center{
	text-align : center;
}

.italic{
	font-style: italic;
}

.underline{
	text-decoration: underline;
}

.right{
	text-align: right;
}

.left{
	text-align: left;
}

.legend{
	font-size : 9px;
	text-align: center;
	color: black;
}

.copyright{
	font-size : 9px;
	text-align: right;
	color: white;
	line-height: 14px;
	font-weight : bold;
	margin-right : 10px;
}

.footnote{
	font-size: 9px;
	text-align: justify;
}

td.copyright_border{
	border-top: 3px groove #8F6849;
	text-align : center;
}

td.top_border{
	border-top: 3px groove #8F6849;
	vertical-align : top;
	background-color : White;
}

td.right_border{
	border-right: 3px groove #8F6849;
	background-color : #EBCFB4;
}

.content{
	margin: 5px 5px 5px 5px ;
	color: black;
}

img{
	border: none;
}

.header_footer{
	background-color: #800000;
}

.title{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.quote{
	text-align: center;
	font-style : italic;
}

.author{
	font-weight: bold;
	text-align: right;
}

.other_page_title{
	font-weight: bold;
}

.children{
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

.poem_author{
	font-weight: bold;
	text-align: center;
}

ol.letter{
	list-style: upper-alpha;
}

ol.number{
	list-style: decimal;
}

ul.disc{
	list-style: disc none;
	text-align: left;
}

ul{
	list-style-image : url(images/bullet.gif);
	text-align: justify;
}

ul.site_map{
	list-style: disc none;
	text-align : left;
}

.families{
	text-align: center;
	text-decoration: underline;
}

.numbered_list{
	font-weight: bold;
	font-style: italic;
}

.caramel{
	background-color : #EBCFB4;
}

.margin{
	margin-left: 15px;
}