/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C4442;
}
body {
	background-color: #E4E2CB;
	margin-left: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #80572B;
	font-weight: bold;
}

.nav {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 20px;
	background-color: #7F8379;
	color: #3C4442;
}

/* use on series subpages */
.subnav {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 20px;
	background-color: #606f68;
	color: #3C4442;
}
.series_name {
	color: #B2B8A8;
}

a:link {
	color: #E4E2CB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E4E2CB;
}
a:hover {
	text-decoration: underline;
	color: #E4E2CB;
}
a:active {
	text-decoration: none;
	color: #E4E2CB;
}

.pages {
	background-color: #3C4442;
	color: #FFFFFF;
	line-height: 1.5em;
}
.pages a:link, .pages a:active, .pages a:visited {
	color: #B2B8A8;
	/*color: #E4E2CB;*/
	text-decoration: none;
}
.pages a:hover {
	text-decoration: underline;
}

.img_thmb {
	border: 1px solid #E4E2CB;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.img_thmb_new {
	border: 1px solid #FFFF33;
}
.img_tools {
	border: 1px solid #666666;
	margin-right: 10px;
	margin-bottom: 10px;
}
.tools {
	font-size: 10px;
	color: #996633;
}

.note {
	font-size: 8px;
	color: #73644F;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.note a:link, .note a:hover, .note a:active, .note a:visited {
	color: #73644F;
	text-decoration: none;
}
	
hr {
	height: 1px;
	color: #DCCEAB;
}
.beige_light { background-color: #E4E2CB; }
.bg_1 { background-image: url(../images/bg_stripes_horz.gif) }
