/* ------------ Text Styles for TOUCHSTONE Magazine -------- */
/* ------------ Last Modified: 04/05/03 -------------------- */
/* ------------ Created By: David Ellenwood ---------------- */


/* ------------ Tag Definitions/Modifications -------------- */


								/* Body */
body {
	background: #E1E1C4 url(../images/bkgrd.gif) repeat-x;
	margin: 0 0 100px 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	line-height: 130%;
	color: #333;
	}

								/* Link:Hover */
a:hover {
	color : #666633; 
	background-color: inherit;
	text-decoration: underline overline;
	} 

								/* Link */
a:link {
	background-color: inherit;
	color: #666633; 
	} 

								/* Link:Active */
a:active {
	background-color: inherit;
	color: #666666; 
	}

								/* Link:Visited */
a:visited {
	background-color: inherit;
	color: #666666; 
	}

								/* Unordered List */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	text-indent: -1em;
	}

								/* List Item */
li {
	margin-top: 3px;
}

								/* H1 - Section Titles */
h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: large;
	line-height: 120%;
	color: #666633;
	background-color: inherit;
	}

								/* H2 - Literature Authors */
h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: small;
	line-height: 100%;
	color: #333;
	background-color: inherit;
	}
								/* H3 - Heading 3 */
h3 {
	margin: 0 0 15px 0;
	padding: 5px 0 5px 5px;
	font-size: small;
	font-weight: normal;
	line-height: 100%;
	color: #333;
	background-color: #c6c68e;
	}

								/* H6 - Copyright, Tagline, Captions */
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: inherit;
	background-color: inherit;
	}
								/* P - Paragraph */
p {
	margin: 0;
	padding: 0;
	}


/* ------------ ID Definitions --------------- */


								/* Main Content Container */
#content {
	width:760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	padding: 0;
	text-align: left;
	}

								/* Location Bar */
#location {
	color: inherit; 
	background: #c6c68e;
	margin: 0 0 8px 0;
	padding: 2px 5px 2px 8px;
	}

								/* Left Column */
#lefty {
	width: 29%;
	margin: 0 25px 10px 0;
	padding: 0;
	float: left;
	}

								/* Center Column */
#center {
	width: 67%;
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	}


								/* Navigation */
#navigation {
	color : inherit;
	background: #c6c68e;
	border: 1px dashed #333;
	margin: 0;
	padding: 0 25px 5px 0;
	}

/* ------------ Class Definitions --------------- */

								/* Footer */
.footer {
	border-top: 1px solid #c6c68e;
	margin: 10px 0 100px 0;
	width: 758px;
	}

								/* Credits */
.credits {
	padding-left: 3px;
	}

								/* Copyright */
.copyright {
	padding-right: 3px;
	text-align: right;
	}

								/* Artwork Title Class */
.artwork {
	list-style-type: disc;
	list-style-image: url(../images/l_arrow.gif);
	list-style-position: inside;
	padding-left: 5px;
	text-indent: -1em;
	font-size: x-small;
	}

								/* Image Border */
.border {
	border: 1px solid #333;
	}

								/* Page Heading */
.heading1 {
	border-bottom: 2px solid #666633;
	}

								/* Table of Contents Format */
.toc {
	color: inherit;
	background: #c6c68e;
	}

								/* Horizontal Artwork Titles */
.hori {
	padding: 5px 0 0 10px;
	}

								/* Announcements */
.annouce {
	border: 1px dashed #666633;
	margin-top: 20px;
	padding: 5px;
	color: inherit;
	background-color: #c6c68e;
	}
