.caption      { color: #666; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 13px }
	
.head     { color: #bdb997; font-size: 40px; font-family: serif; text-transform: capitalize }
	
.subhead   { 
	color: #4e5618; 
	font-size: 24px; 
	font-family: serif; 
	font-weight: bold;
	padding-bottom: 6px;
	border-bottom: 2px dotted #4e5618;
	}
	
a   { 
	color: #4e5618; 
	font-weight: bold; 
	text-decoration: underline 
	}

a:hover    { 
	color: #6f783a; 
	text-decoration: none 
	}

.body       { 
	color: #735400; 
	font-size: 0.8em; f
	font-family: Georgia, "Times New Roman", Times, serif; 
	line-height: 1.5em; 
    padding: 0px 40px 3px 20px
	}

.footer        { color: #230f04; font-size: 0.7em; font-family: Georgia, "Times New Roman", Times, serif; line-height: 1.25em; padding: 0 80px 3px 0 }

.sidebar   { 
	color: #696969; 
	font-size: 11px; 
	font-family: serif; 
	line-height: 14px 
	}

.shadow  { 
	background-image: url("images/shadow.png"); 
	background-repeat: repeat-x 
	}

.captionbig { 
	font-size: 13px; 
	font-style: italic; 
	line-height: 14px 
	}

.menu { 
	color: #696969; 
	font-size: 14px; 
	font-family: serif 
	}

.bighead   { color: #708090; font-size: 32px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; line-height: 32px }

#line td { 
	background-image: url("images/line-horz.gif"); 
	background-repeat: repeat-x 
	}

#navcontainer ul {
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #f0f1f2;
	color: #545556;
	width: 100%;
	font: 85% serif;
	text-align: center;
	}

li { display: inline; }

li a {
	text-decoration: none;
	background-color: #e3e6e9;
	color: #545556;
	padding: .2em 1em;
	padding-bottom: 3px;
	border-right: 1px dotted #369;
	}

li a:hover {
	background-color: #369;
	color: #fff;
	}
